summaryrefslogtreecommitdiff
path: root/fosdem-2025/css/gruvbox-light.css
diff options
context:
space:
mode:
Diffstat (limited to 'fosdem-2025/css/gruvbox-light.css')
-rw-r--r--fosdem-2025/css/gruvbox-light.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/fosdem-2025/css/gruvbox-light.css b/fosdem-2025/css/gruvbox-light.css
new file mode 100644
index 0000000..8afff33
--- /dev/null
+++ b/fosdem-2025/css/gruvbox-light.css
@@ -0,0 +1,22 @@
+body {
+ background: #fbf1c7;
+ color: #3c3836;
+}
+
+pre {
+ background: #eee;
+}
+
+.hi {
+ background: #ffff00;
+}
+
+div#title {
+ /*background: #ffffea;*/
+ background: #fbf1c7;
+ color: #3c3836;
+}
+
+div#end {
+ background: #ffffea;
+}