Skip to content

Commit

Permalink
fix(theme): small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
umgbhalla committed Oct 24, 2021
1 parent 03333bd commit fbb27f7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cr0nus/kitty/.config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cr0nus/picom/.config/picom/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ shadow-exclude = [

blur: {
method = "dual_kawase";
strength = 6;
strength = 4;
# background-fixed = false;
}
blur-background-exclude = [
Expand Down Expand Up @@ -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'",
];
2 changes: 1 addition & 1 deletion cr0nus/rofi/.config/rofi/Iceburg.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ configuration {
}

* {
bg: #11111144;
bg: #111111ff;
fg: #bba989b0;
ac: #49413a71;
text-color: @fg;
Expand Down
4 changes: 2 additions & 2 deletions cr0nus/rofi/.config/rofi/fallback.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ configuration {
}

* {
bg: #11111144;
bg: #111111ff;
fg: #e7e7e7;
ac: #49413a71;
red: #E27878;
Expand All @@ -45,7 +45,7 @@ configuration {

window {
transparency: "real";
background-color: #11111144;
background-color: #111111ff;
border: 0px;
border-color: @bg;
border-radius: 8px;
Expand Down
8 changes: 4 additions & 4 deletions cr0nus/sxhkd/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbb27f7

Please sign in to comment.