This commit is contained in:
iFargle 2023-11-20 20:43:11 +09:00
parent 53d6adcc74
commit a58acefe1a
3 changed files with 6 additions and 6 deletions

View file

@ -58,9 +58,9 @@
} }
decoration { decoration {
rounding = 5 rounding = 5
active_opacity = 0.9 active_opacity = 0.8
inactive_opacity = 0.7 inactive_opacity = 0.6
fullscreen_opacity = 0.9 fullscreen_opacity = 1.0
drop_shadow = true drop_shadow = true
shadow_range = 4 shadow_range = 4
shadow_render_power = 3 shadow_render_power = 3

View file

@ -37,7 +37,7 @@
text-ver-color = "83a59800"; #83a59800 # Sets the color of the text when verifying. 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. inside-ver-color = "1e1e1e99"; #1e1e1e99 # Sets the color of the inside of the indicator when verifying.
# WRONG # 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. 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. 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. inside-wrong-color = "1e1e1e99"; #1e1e1e99 # Sets the color of the inside of the indicator when invalid.

View file

@ -5,13 +5,13 @@
## license: MIT/X11 ## license: MIT/X11
## upstream: https://github.com/dexpota/kitty-themes/blob/master/themes/Hipster_Green.conf ## upstream: https://github.com/dexpota/kitty-themes/blob/master/themes/Hipster_Green.conf
background #2a2a2a background #252525
foreground #d9eed2 foreground #d9eed2
cursor #41ff58 cursor #41ff58
selection_background #2a9b34 selection_background #2a9b34
color0 #1e1e1e color0 #1e1e1e
color8 #03260f color8 #03260f
color1 #fb0029 color1 #da6a6a
color9 #a6ff3e color9 #a6ff3e
color2 #329b24 color2 #329b24
color10 #9fff6d color10 #9fff6d