transparent bg

This commit is contained in:
lelgenio 2020-10-22 23:55:32 -03:00
parent ce81746c0d
commit 246f962e7f
1 changed files with 13 additions and 14 deletions

View File

@ -1,3 +1,9 @@
#{%@@ set bg_rgb = hex2rgb(color.bg) @@%}#
set font "{{@@ font.interface @@}}"
set guioptions ""
map {{@@ key.left @@}} scroll left
map {{@@ key.down @@}} scroll down
map {{@@ key.up @@}} scroll up
@ -9,27 +15,20 @@ map {{@@ key.up .upper() @@}} navigate previous
map {{@@ key.next @@}} search forward
map {{@@ key.next.upper() @@}} search backward
# map r set recolor
# {%@@ if color.type == "dark" @@%} #
set recolor
# {%@@ endif @@%} #
set recolor-keephue
set recolor-lightcolor "{{@@ color.bg @@}}"
set recolor-darkcolor "#AAAAAA"
set recolor-lightcolor "rgba(0,0,0,0)"
set recolor-darkcolor "{{@@ color.txt @@}}"
# set adjust-open width
set font "Fira Code 11"
set guioptions ""
set default-bg "rgba({{@@ bg_rgb @@}},0.9)"
set default-bg "{{@@ color.bg @@}}"
set inputbar-bg "{{@@ color.bg_light @@}}"
set inputbar-fg "{{@@ color.txt @@}}"
set inputbar-bg "{{@@ color.bg_light @@}}"
set inputbar-fg "{{@@ color.txt @@}}"
set statusbar-bg "{{@@ color.bg @@}}"
set statusbar-fg "{{@@ color.txt @@}}"
set statusbar-bg "{{@@ color.bg @@}}"
set statusbar-fg "{{@@ color.txt @@}}"
set completion-bg "{{@@ color.bg_light @@}}"
set completion-fg "{{@@ color.txt @@}}"