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.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/glibext/tokenstyle.css b/src/glibext/tokenstyle.css
new file mode 100644
index 0000000..0cf9f37
--- /dev/null
+++ b/src/glibext/tokenstyle.css
@@ -0,0 +1,26 @@
+
+.token-generic {
+
+ font-family: Cousine;
+
+}
+
+
+
+
+.token-raw-full {
+
+ color: white;
+
+ font-style: italic;
+ font-weight: bold;
+
+}
+
+.token-raw-null {
+
+ color: black;
+
+ background-color: pink;
+
+}