change color theme of kitty and hypr

This commit is contained in:
2025-05-14 16:38:01 +02:00
parent 42630a65cd
commit 37f830bf4a
3 changed files with 2873 additions and 4 deletions

View File

@ -12,8 +12,11 @@ general {
border_size = 2
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
#col.active_border = rgba(E97520ff) rgba(50180Eff) 45deg
#col.active_border = rgba(FABF45ff) rgba(9A3D1Eff) 90deg
col.active_border = rgba(ffb700ff) rgba(ff2d00ff) 90deg
#col.active_border = rgba(FABF45aa)
col.inactive_border = rgba(595959ff)
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = true
@ -35,8 +38,8 @@ decoration {
shadow {
enabled = true
range = 4
render_power = 3
range = 10
render_power = 2
color = rgba(1a1a1aee)
}