summaryrefslogtreecommitdiff
path: root/themes/Solarized/segments-light.css
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-07-14 20:28:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-07-14 20:28:27 (GMT)
commit1d8637561d127fb7b87f9eeae8109d64608180b2 (patch)
tree85296be1ad468f700b1365585ce07eced583c27b /themes/Solarized/segments-light.css
parentce1baffaf5917431602a6967f8df99a183b3f1c3 (diff)
Extended the theme definitions.
Diffstat (limited to 'themes/Solarized/segments-light.css')
-rw-r--r--themes/Solarized/segments-light.css61
1 files changed, 0 insertions, 61 deletions
diff --git a/themes/Solarized/segments-light.css b/themes/Solarized/segments-light.css
deleted file mode 100644
index 74255e4..0000000
--- a/themes/Solarized/segments-light.css
+++ /dev/null
@@ -1,61 +0,0 @@
-
-/* 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;
-
-}