summaryrefslogtreecommitdiff
path: root/fosdem-2025/css
diff options
context:
space:
mode:
authorRodrigo <rodarima@gmail.com>2025-02-02 16:03:38 +0100
committerRodrigo <rodarima@gmail.com>2025-02-02 16:03:38 +0100
commit97a673fffc7b4356c3174d11459e96b654ea01bd (patch)
treef77d159504679fd2d49fc8002b4ee11566d1e1fb /fosdem-2025/css
parentf16285e993239501d87cb5bb8935e7d95c17ba12 (diff)
Add fosdem slides
Diffstat (limited to 'fosdem-2025/css')
-rw-r--r--fosdem-2025/css/gruvbox-dark.css6
-rw-r--r--fosdem-2025/css/gruvbox-light.css22
2 files changed, 28 insertions, 0 deletions
diff --git a/fosdem-2025/css/gruvbox-dark.css b/fosdem-2025/css/gruvbox-dark.css
new file mode 100644
index 0000000..ccb5c15
--- /dev/null
+++ b/fosdem-2025/css/gruvbox-dark.css
@@ -0,0 +1,6 @@
+body { background: #282828; color: #ebdbb2; }
+pre { border-left: 5px solid #888; }
+div#end { background: #ffffea; }
+.hi { background: #98971a; color: #282828; }
+:link { color: #83a598; }
+:visited { color: #d3869b; }
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;
+}