add: added themes
This commit is contained in:
parent
ec1e16177c
commit
4307d1e203
20 changed files with 1725 additions and 39 deletions
36
.config/hypr/themes/catppuccin/look.conf
Normal file
36
.config/hypr/themes/catppuccin/look.conf
Normal file
|
@ -0,0 +1,36 @@
|
|||
general {
|
||||
gaps_in = 3
|
||||
gaps_out = 7
|
||||
|
||||
border_size = 2
|
||||
|
||||
col.active_border = rgb(f5c2e7)
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
resize_on_border = false
|
||||
|
||||
allow_tearing = false
|
||||
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
|
||||
# drop_shadow = true
|
||||
# shadow_range = 4
|
||||
# shadow_render_power = 3
|
||||
# col.shadow = rgba(1a1a1aee)
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue