diff --git a/kitty/kitty.conf b/kitty/kitty.conf index bfd5773..26df446 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -664,7 +664,7 @@ font_size 13.0 #: values set top, horizontal and bottom. Four values set top, right, #: bottom and left. -window_padding_width 2 +window_padding_width 10 #: The window padding (in pts) (blank area between the text and the #: window border). A single value sets all four sides. Two values set diff --git a/picom/picom.conf b/picom/picom.conf index f5f5857..4796473 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -10,7 +10,7 @@ # shadow = false shadow = true; - +shadow-exclude-reg = "x30+0+0"; # The blur radius for shadows, in pixels. (defaults to 12) # shadow-radius = 12 shadow-radius = 7; diff --git a/scripts/themectl b/scripts/themectl index 723d558..2926c07 100755 Binary files a/scripts/themectl and b/scripts/themectl differ diff --git a/themectl/schemes/solarized-light.yaml b/themectl/schemes/solarized-light.yaml new file mode 100644 index 0000000..31da6d3 --- /dev/null +++ b/themectl/schemes/solarized-light.yaml @@ -0,0 +1,18 @@ +scheme: "Solarized Light" +author: "Ethan Schoonover (modified by aramisgithub)" +base00: "fdf6e3" +base01: "eee8d5" +base02: "93a1a1" +base03: "839496" +base04: "657b83" +base05: "586e75" +base06: "073642" +base07: "002b36" +base08: "dc322f" +base09: "cb4b16" +base0A: "b58900" +base0B: "859900" +base0C: "2aa198" +base0D: "268bd2" +base0E: "6c71c4" +base0F: "d33682" diff --git a/wallpapers/Solaris.png b/wallpapers/Solaris.png new file mode 100644 index 0000000..b1ac624 Binary files /dev/null and b/wallpapers/Solaris.png differ