aboutsummaryrefslogtreecommitdiff
path: root/.local/share/mode/themes
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/mode/themes')
l---------.local/share/mode/themes/dark1
-rw-r--r--.local/share/mode/themes/github-dark24
-rw-r--r--.local/share/mode/themes/github-light24
l---------.local/share/mode/themes/light1
4 files changed, 50 insertions, 0 deletions
diff --git a/.local/share/mode/themes/dark b/.local/share/mode/themes/dark
new file mode 120000
index 0000000..85ffa87
--- /dev/null
+++ b/.local/share/mode/themes/dark
@@ -0,0 +1 @@
+github-dark \ No newline at end of file
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'
diff --git a/.local/share/mode/themes/github-light b/.local/share/mode/themes/github-light
new file mode 100644
index 0000000..d4a5c28
--- /dev/null
+++ b/.local/share/mode/themes/github-light
@@ -0,0 +1,24 @@
+#!/bin/sh
+export mode='light'
+
+export color0='#d1d5da'
+export color1='#cb2431'
+export color2='#22863a'
+export color3='#b08800'
+export color4='#005cc5'
+export color5='#5a32a3'
+export color6='#3192aa'
+export color7='#6a737d'
+export color8='#959da5'
+export color9='#d73a49'
+export color10='#28a745'
+export color11='#dbab09'
+export color12='#0366d6'
+export color13='#5a32a3'
+export color14='#1b7c83'
+export color15='#24292e'
+
+export bg='#ffffff'
+export fg='#24292e'
+
+export vim_theme_name='github-light'
diff --git a/.local/share/mode/themes/light b/.local/share/mode/themes/light
new file mode 120000
index 0000000..7f41e3e
--- /dev/null
+++ b/.local/share/mode/themes/light
@@ -0,0 +1 @@
+github-light \ No newline at end of file