summaryrefslogtreecommitdiff
path: root/themes/Solarized/tokens-dark.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/tokens-dark.css
parentce1baffaf5917431602a6967f8df99a183b3f1c3 (diff)
Extended the theme definitions.
Diffstat (limited to 'themes/Solarized/tokens-dark.css')
-rw-r--r--themes/Solarized/tokens-dark.css130
1 files changed, 130 insertions, 0 deletions
diff --git a/themes/Solarized/tokens-dark.css b/themes/Solarized/tokens-dark.css
new file mode 100644
index 0000000..7272de1
--- /dev/null
+++ b/themes/Solarized/tokens-dark.css
@@ -0,0 +1,130 @@
+
+/* Hex display */
+
+.token-raw {
+
+ color: @base1;
+
+}
+
+.token-raw-full {
+
+ color: @base2;
+
+ font-weight: bold;
+
+}
+
+.token-raw-null {
+
+ color: @base02;
+
+}
+
+.token-printable {
+
+ color: @base1;
+
+}
+
+.token-not-printable {
+
+ color: @base02;
+
+}
+
+/* Assembly views */
+
+.token-comment,
+.token-indication {
+
+ color: @green;
+
+}
+
+.token-phys-addr-padding,
+.token-virt-addr-padding {
+
+ color: @base02;
+
+}
+
+.token-phys-addr,
+.token-virt-addr {
+
+ color: @base01;
+
+}
+
+.token-raw-code,
+.token-raw-code-null {
+
+ color: @base00;
+
+
+}
+
+.token-label,
+.token-section,
+.token-segment {
+
+ color: @blue;
+
+}
+
+.token-instruction {
+
+ color: @base3;
+
+}
+
+.token-immediate {
+
+ color: @orange;
+
+}
+
+.token-register {
+
+ color: @violet;
+
+}
+
+.token-punct,
+.token-hooks,
+.token-signs,
+.token-ltgt {
+
+ color: @cyan;
+
+ font-weight: bold;
+
+}
+
+.token-string {
+
+ color: @yellow;
+
+}
+
+.token-var-name {
+
+ color: @magenta;
+
+}
+
+.token-keyword {
+
+ color: @base3;
+
+ font-style: italic;
+
+}
+
+.token-error {
+
+ color: @red;
+
+ font-weight: bold;
+
+}