adding summer-day theme

This commit is contained in:
Bernardo Magri
2026-05-02 09:16:58 +01:00
parent 6411395d9f
commit f2b99e0f75
8 changed files with 2511 additions and 0 deletions

View File

@@ -0,0 +1,72 @@
$bg_dim = 0xffefebd4
$bg0 = 0xfffdf6e3
$bg1 = 0xfff4f0d9
$bg2 = 0xffefebd4
$bg3 = 0xffe6e2cc
$bg4 = 0xffe0dcc7
$bg5 = 0xffbdc3af
$bg_visual = 0xffeaedc8
$bg_red = 0xfffbe3da
$bg_green = 0xfff0f1d2
$bg_blue = 0xffe9f0e9
$bg_yellow = 0xfffaedcd
$fg = 0xff5c6a72
$red = 0xfff85552
$orange = 0xfff57d26
$yellow = 0xffdfa000
$green = 0xff8da101
$aqua = 0xff35a77c
$blue = 0xff3a94c5
$purple = 0xffdf69ba
$grey0 = 0xffa6b0a0
$grey1 = 0xff939f91
$grey2 = 0xff829181
general {
gaps_in = 6
gaps_out = 12
border_size = 3
col.active_border = $fg
col.inactive_border = $bg5
layout = dwindle
resize_on_border = true
}
decoration {
rounding = 10
blur {
enabled = true
size = 5
passes = 3
new_optimizations = true
ignore_opacity = true
}
shadow {
enabled = true
range = 20
render_power = 3
color = rgb(2e3538)
color_inactive = rgb(61694f)
scale = 1.0
offset = 0 10
}
}
animations {
enabled = true
bezier = overshot, 0.05, 0.9, 0.1, 1.05
bezier = smoothOut, 0.36, 0, 0.66, -0.56
bezier = smoothIn, 0.25, 1, 0.5, 1
animation = windows, 1, 3, overshot, slide
animation = windowsOut, 1, 3, smoothOut, slide
animation = windowsMove, 1, 3, default
animation = border, 1, 3, default
animation = fade, 1, 3, smoothIn
animation = workspaces, 1, 3, smoothIn, slide
}