Compare commits
2 commits
6e51b9e20e
...
298af10639
Author | SHA1 | Date | |
---|---|---|---|
298af10639 | |||
6d2feb454c |
2 changed files with 2 additions and 13 deletions
|
@ -11,6 +11,7 @@ local surface = '#fffaf3'
|
||||||
local overlay = '#f2e9e1'
|
local overlay = '#f2e9e1'
|
||||||
|
|
||||||
local highlight_med = '#dfdad9'
|
local highlight_med = '#dfdad9'
|
||||||
|
local highlight_high = '#cecacd'
|
||||||
|
|
||||||
local lexers = vis.lexers
|
local lexers = vis.lexers
|
||||||
|
|
||||||
|
@ -38,7 +39,7 @@ lexers.STYLE_IDENTIFIER = 'fore:'..text
|
||||||
|
|
||||||
lexers.STYLE_LINENUMBER = 'fore:'..subtle
|
lexers.STYLE_LINENUMBER = 'fore:'..subtle
|
||||||
lexers.STYLE_LINENUMBER_CURSOR = lexers.STYLE_LINENUMBER
|
lexers.STYLE_LINENUMBER_CURSOR = lexers.STYLE_LINENUMBER
|
||||||
lexers.STYLE_CURSOR = 'back:'..muted
|
lexers.STYLE_CURSOR = 'back:'..highlight_high
|
||||||
lexers.STYLE_CURSOR_PRIMARY = lexers.STYLE_CURSOR..',fore:'..subtle
|
lexers.STYLE_CURSOR_PRIMARY = lexers.STYLE_CURSOR..',fore:'..subtle
|
||||||
lexers.STYLE_CURSOR_LINE = 'underlined'
|
lexers.STYLE_CURSOR_LINE = 'underlined'
|
||||||
lexers.STYLE_COLOR_COLUMN = 'back:'..highlight_med
|
lexers.STYLE_COLOR_COLUMN = 'back:'..highlight_med
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
if test -n "$1"; then
|
|
||||||
. ~/.config/themer/themes/"$1".sh
|
|
||||||
~/.config/themer/fuzzel.sh
|
|
||||||
~/.config/themer/lock.sh
|
|
||||||
~/.config/themer/gtk.sh
|
|
||||||
else
|
|
||||||
echo "No theme specified"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
Loading…
Reference in a new issue