From 3be98e5ef5247042fd219dded572910305b1a5a4 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 9 Mar 2024 14:16:43 +0100 Subject: big restructure of `mode` scripts --- .local/share/mode/themes/github-dark | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .local/share/mode/themes/github-dark (limited to '.local/share/mode/themes/github-dark') 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' -- cgit v1.2.3