test
This commit is contained in:
parent
53d6adcc74
commit
a58acefe1a
3 changed files with 6 additions and 6 deletions
|
@ -58,9 +58,9 @@
|
|||
}
|
||||
decoration {
|
||||
rounding = 5
|
||||
active_opacity = 0.9
|
||||
inactive_opacity = 0.7
|
||||
fullscreen_opacity = 0.9
|
||||
active_opacity = 0.8
|
||||
inactive_opacity = 0.6
|
||||
fullscreen_opacity = 1.0
|
||||
drop_shadow = true
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
text-ver-color = "83a59800"; #83a59800 # Sets the color of the text when verifying.
|
||||
inside-ver-color = "1e1e1e99"; #1e1e1e99 # Sets the color of the inside of the indicator when verifying.
|
||||
# WRONG
|
||||
ring-wrong-color = "fb0029"; #fb0029 # Sets the color of the ring of the indicator when invalid.
|
||||
ring-wrong-color = "da6a6a"; #da6a6a # Sets the color of the ring of the indicator when invalid.
|
||||
line-wrong-color = "ebdbb200"; #ebdbb200 # Sets the color of the line between the inside and ring when invalid.
|
||||
text-wrong-color = "83a59800"; #83a59800 # Sets the color of the text when invalid.
|
||||
inside-wrong-color = "1e1e1e99"; #1e1e1e99 # Sets the color of the inside of the indicator when invalid.
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
## license: MIT/X11
|
||||
## upstream: https://github.com/dexpota/kitty-themes/blob/master/themes/Hipster_Green.conf
|
||||
|
||||
background #2a2a2a
|
||||
background #252525
|
||||
foreground #d9eed2
|
||||
cursor #41ff58
|
||||
selection_background #2a9b34
|
||||
color0 #1e1e1e
|
||||
color8 #03260f
|
||||
color1 #fb0029
|
||||
color1 #da6a6a
|
||||
color9 #a6ff3e
|
||||
color2 #329b24
|
||||
color10 #9fff6d
|
||||
|
|
Loading…
Reference in a new issue