summaryrefslogtreecommitdiff
path: root/themes/Solarized/segments-light.css
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-11-09 13:18:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-11-09 13:18:35 (GMT)
commitc301f7e77eaca632a491b5b4417c8e4b9dce2570 (patch)
tree501ccdd583e35ccad4f3a0592f2fb1b0870e0d5f /themes/Solarized/segments-light.css
parent459b345d69532825f21bdcd3e4f92009b0a046dc (diff)
Introduced the first features of a hexadecimal viewer.
Diffstat (limited to 'themes/Solarized/segments-light.css')
-rw-r--r--themes/Solarized/segments-light.css61
1 files changed, 61 insertions, 0 deletions
diff --git a/themes/Solarized/segments-light.css b/themes/Solarized/segments-light.css
new file mode 100644
index 0000000..74255e4
--- /dev/null
+++ b/themes/Solarized/segments-light.css
@@ -0,0 +1,61 @@
+
+/* Hex display */
+
+.segment-raw {
+
+ color: @base01;
+
+}
+
+.segment-raw-full {
+
+ color: @base1;
+
+}
+
+.segment-raw-null {
+
+ color: @base2;
+
+}
+
+.segment-printable {
+
+ color: @base01;
+
+}
+
+.segment-not-printable {
+
+ color: @base2;
+
+}
+
+/* Assembly views */
+
+.segment-phys-addr-padding,
+.segment-virt-addr-padding {
+
+ color: @base2;
+
+}
+
+.segment-phys-addr,
+.segment-virt-addr {
+
+ color: @base1;
+
+}
+
+.segment-comment {
+
+ color: @base01;
+
+}
+
+.segment-keyword,
+.segment-instruction {
+
+ color: @base02;
+
+}