aboutsummaryrefslogtreecommitdiff
path: root/.local/share/mode/themes/github-dark
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-09 14:16:43 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-09 14:16:43 +0100
commit3be98e5ef5247042fd219dded572910305b1a5a4 (patch)
tree43b0f170be0cae8559e582415f9575828ca4e6b3 /.local/share/mode/themes/github-dark
parent2dc5ec7085e1c1bbc406f2089dddf8f6e1d9d206 (diff)
big restructure of `mode` scripts
Diffstat (limited to '.local/share/mode/themes/github-dark')
-rw-r--r--.local/share/mode/themes/github-dark24
1 files changed, 24 insertions, 0 deletions
diff --git a/.local/share/mode/themes/github-dark b/.local/share/mode/themes/github-dark
new file mode 100644
index 0000000..f2113a8
--- /dev/null
+++ b/.local/share/mode/themes/github-dark
@@ -0,0 +1,24 @@
+#!/bin/sh
+export mode='dark'
+
+export color0='#484f58'
+export color1='#ffa198'
+export color2='#56d364'
+export color3='#e3b341'
+export color4='#79c0ff'
+export color5='#d2a8ff'
+export color6='#56d4dd'
+export color7='#b1bac4'
+export color8='#6e7681'
+export color9='#ff7b72'
+export color10='#3fb950'
+export color11='#d29922'
+export color12='#58a6ff'
+export color13='#bc8cff'
+export color14='#39c5cf'
+export color15='#ffffff'
+
+export bg='#0d1117'
+export fg='#e6edf3'
+
+export vim_theme_name='ghdark'