From fbb27f7b4af6f3fa759c0338e3e7e8c8d3feae95 Mon Sep 17 00:00:00 2001 From: Umang Bhalla <67634565+umgbhalla@users.noreply.github.com> Date: Mon, 25 Oct 2021 00:17:59 +0530 Subject: [PATCH] fix(theme): small adjustments --- cr0nus/kitty/.config/kitty/kitty.conf | 2 +- cr0nus/picom/.config/picom/picom.conf | 4 ++-- cr0nus/rofi/.config/rofi/Iceburg.rasi | 2 +- cr0nus/rofi/.config/rofi/fallback.rasi | 4 ++-- cr0nus/sxhkd/.config/sxhkd/sxhkdrc | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cr0nus/kitty/.config/kitty/kitty.conf b/cr0nus/kitty/.config/kitty/kitty.conf index 1944ec47..fb0b274a 100644 --- a/cr0nus/kitty/.config/kitty/kitty.conf +++ b/cr0nus/kitty/.config/kitty/kitty.conf @@ -329,7 +329,7 @@ inactive_tab_font_style normal #: Color scheme {{{ foreground #f0f0f0 -background #0f0f0f +background #111111 selection_foreground #262626 selection_background #f0f0f0 url_color #c6a679 diff --git a/cr0nus/picom/.config/picom/picom.conf b/cr0nus/picom/.config/picom/picom.conf index f5b59a2a..0e41ca46 100644 --- a/cr0nus/picom/.config/picom/picom.conf +++ b/cr0nus/picom/.config/picom/picom.conf @@ -64,7 +64,7 @@ shadow-exclude = [ blur: { method = "dual_kawase"; - strength = 6; + strength = 4; # background-fixed = false; } blur-background-exclude = [ @@ -141,5 +141,5 @@ opacity-rule = [ "85:class_g = 'Code' && !focused", "90:class_g = 'Atom' && focused", "85:class_g = 'Atom' && !focused", - "90:class_g = 'kitty'", + "80:class_g = 'kitty'", ]; diff --git a/cr0nus/rofi/.config/rofi/Iceburg.rasi b/cr0nus/rofi/.config/rofi/Iceburg.rasi index 7e620874..6c653698 100644 --- a/cr0nus/rofi/.config/rofi/Iceburg.rasi +++ b/cr0nus/rofi/.config/rofi/Iceburg.rasi @@ -20,7 +20,7 @@ configuration { } * { - bg: #11111144; + bg: #111111ff; fg: #bba989b0; ac: #49413a71; text-color: @fg; diff --git a/cr0nus/rofi/.config/rofi/fallback.rasi b/cr0nus/rofi/.config/rofi/fallback.rasi index bbc0db9c..62a9cad3 100644 --- a/cr0nus/rofi/.config/rofi/fallback.rasi +++ b/cr0nus/rofi/.config/rofi/fallback.rasi @@ -34,7 +34,7 @@ configuration { } * { - bg: #11111144; + bg: #111111ff; fg: #e7e7e7; ac: #49413a71; red: #E27878; @@ -45,7 +45,7 @@ configuration { window { transparency: "real"; - background-color: #11111144; + background-color: #111111ff; border: 0px; border-color: @bg; border-radius: 8px; diff --git a/cr0nus/sxhkd/.config/sxhkd/sxhkdrc b/cr0nus/sxhkd/.config/sxhkd/sxhkdrc index 32bd409d..a2bca954 100644 --- a/cr0nus/sxhkd/.config/sxhkd/sxhkdrc +++ b/cr0nus/sxhkd/.config/sxhkd/sxhkdrc @@ -9,19 +9,19 @@ super + apostrophe # scratchpad without tmux session right super + Return - tdrop -ma -w 1118 -h 978 -x 40% -y 4% -n 2 kitty + tdrop -ma -w 1118 -h 978 -x 40% -y 4% -n 2 kitty -o background_opacity=1 # scratchpad without tmux session left super + semicolon - tdrop -ma -w 38% -h 978 -x 1% -y 4% -n 1 kitty + tdrop -ma -w 38% -h 978 -x 1% -y 4% -n 1 kitty -o background_opacity=1 # tmux scratchpad top super + backslash - tdrop -ma -w 98% -h 40% -x 1% -y 34 -n 1 kitty + tdrop -ma -w 98% -h 40% -x 1% -y 34 -n 1 kitty -o background_opacity=1 # tmux scratchpad bottom super + slash - tdrop -ma -w 98% -h 40% -x 1% -y 56% -n 1 kitty + tdrop -ma -w 98% -h 40% -x 1% -y 56% -n 1 kitty -o background_opacity=1 # terminal kitty super + shift + Return