diff options
Diffstat (limited to 'fosdem-2025/css/gruvbox-dark.css')
-rw-r--r-- | fosdem-2025/css/gruvbox-dark.css | 6 |
1 files changed, 6 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; } |