summaryrefslogtreecommitdiff
path: root/src/glibext/tokenstyle.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext/tokenstyle.css')
-rw-r--r--src/glibext/tokenstyle.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/glibext/tokenstyle.css b/src/glibext/tokenstyle.css
index 0cf9f37..6fb78aa 100644
--- a/src/glibext/tokenstyle.css
+++ b/src/glibext/tokenstyle.css
@@ -6,21 +6,30 @@
}
+.token-raw-printable,
+.token-chr-printable {
+ color: white;
+
+}
+
+.token-raw-not-printable,
+.token-chr-not-printable {
+
+ color: #bbbbbb;
+
+}
.token-raw-full {
color: white;
- font-style: italic;
font-weight: bold;
}
.token-raw-null {
- color: black;
-
- background-color: pink;
+ color: #666666;
}