Fix theme
This commit is contained in:
parent
6b79aada9a
commit
ea96432647
3 changed files with 7 additions and 7 deletions
|
@ -15,8 +15,8 @@
|
||||||
"special" = { fg = "blue" }
|
"special" = { fg = "blue" }
|
||||||
"operator" = { fg = "magenta" }
|
"operator" = { fg = "magenta" }
|
||||||
|
|
||||||
"punctuation" = { fg = "yellow" }
|
"punctuation" = { fg = "white" }
|
||||||
"punctuation.delimiter" = { fg = "yellow" }
|
"punctuation.delimiter" = { fg = "white" }
|
||||||
|
|
||||||
"variable" = { fg = "white" }
|
"variable" = { fg = "white" }
|
||||||
"variable.parameter" = { fg = "white" }
|
"variable.parameter" = { fg = "white" }
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
font_family IosevkaLyteTerm Nerd Font Complete
|
font_family IosevkaLyteTerm
|
||||||
bold_font IosevkaLyteTerm Heavy Nerd Font Complete
|
bold_font IosevkaLyteTerm Heavy
|
||||||
italic_font IosevkaLyteTerm Italic Nerd Font Complete
|
italic_font IosevkaLyteTerm Italic
|
||||||
bold_italic_font IosevkaLyteTerm Heavy Italic Nerd Font Complete
|
bold_italic_font IosevkaLyteTerm Heavy Italic
|
||||||
font_size 12.5
|
font_size 12.5
|
||||||
|
|
||||||
# use `kitty + list-fonts --psnames` to get the font's PostScript name
|
# use `kitty + list-fonts --psnames` to get the font's PostScript name
|
||||||
|
|
|
@ -181,7 +181,7 @@ bar {
|
||||||
swaybar_command waybar
|
swaybar_command waybar
|
||||||
}
|
}
|
||||||
|
|
||||||
exec /usr/share/sway/scripts/inactive-windows-transparency.py --opacity 0.95
|
# exec /usr/share/sway/scripts/inactive-windows-transparency.py --opacity 0.95
|
||||||
|
|
||||||
exec mako
|
exec mako
|
||||||
# exec gammastep -t 6500:3500 -l 39.0:-94.5
|
# exec gammastep -t 6500:3500 -l 39.0:-94.5
|
||||||
|
|
Reference in a new issue