summaryrefslogtreecommitdiff
path: root/src/glibext/tokenstyle.css
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-06-18 06:31:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-06-18 06:31:58 (GMT)
commit53edb30496d1065019406de16f9f9d96ba61cd3c (patch)
tree162cad07e27a01990d721f69f3270581417c31e7 /src/glibext/tokenstyle.css
parent334126eb659bc310a72a9f7f9238b7cd205a0770 (diff)
Rebuild hex views for large contents.
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;
}