diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-11-06 00:09:51 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-11-06 00:09:51 +0300 |
commit | a30207357144bc616f753b50fc75e9025b1abca9 (patch) | |
tree | d82978270211ac7d90bf37537d9ff89f4bff8d03 /dotfiles | |
parent | 7c903ed6a622d8fff531c52c756edaa70d94276b (diff) | |
download | swayrice-a30207357144bc616f753b50fc75e9025b1abca9.tar.gz swayrice-a30207357144bc616f753b50fc75e9025b1abca9.zip |
rofi: reduce transparency
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/.config/rofi/config.rasi | 2 | ||||
-rw-r--r-- | dotfiles/.config/rofi/ultramar.rasi | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dotfiles/.config/rofi/config.rasi b/dotfiles/.config/rofi/config.rasi index 6a69f28..33fce35 100644 --- a/dotfiles/.config/rofi/config.rasi +++ b/dotfiles/.config/rofi/config.rasi @@ -32,7 +32,7 @@ configuration { /* auto-select: false;*/ /* parse-hosts: false;*/ /* parse-known-hosts: true;*/ - combi-modi: "file-browser-extended,drun,run"; + combi-modi: "filebrowser,drun,run"; matching: "regex"; /* tokenize: true;*/ /* m: "-5";*/ diff --git a/dotfiles/.config/rofi/ultramar.rasi b/dotfiles/.config/rofi/ultramar.rasi index 3ab0246..9157c57 100644 --- a/dotfiles/.config/rofi/ultramar.rasi +++ b/dotfiles/.config/rofi/ultramar.rasi @@ -8,7 +8,7 @@ selected-normal-foreground: #151517; foreground: #fcf8e2; normal-foreground: @foreground; - alternate-normal-background: #15151777; + alternate-normal-background: #151517aa; red: #b73030; selected-urgent-foreground: @foreground; blue: #3f6e90; @@ -19,20 +19,20 @@ active-foreground: @blue; lightbg: rgba ( 238, 232, 213, 100 % ); selected-active-foreground: rgba ( 249, 249, 249, 100 % ); - alternate-active-background: rgba ( 75, 81, 96, 50 % ); - background: #00000099; + alternate-active-background: rgba ( 75, 81, 96, 90 % ); + background: #000000e5; alternate-normal-foreground: @foreground; - normal-background: #00000077; + normal-background: #000000e5; lightfg: rgba ( 88, 104, 117, 100 % ); selected-normal-background: @cyan1; border-color: @cyan; spacing: 2; separatorcolor: rgba ( 29, 31, 33, 100 % ); - urgent-background: rgba ( 29, 31, 33, 17 % ); + urgent-background: rgba ( 29, 31, 33, 90 % ); selected-urgent-background: @red; alternate-urgent-foreground: @urgent-foreground; alternate-active-foreground: @active-foreground; - active-background: rgba ( 29, 31, 33, 17 % ); + active-background: rgba ( 29, 31, 33, 90 % ); selected-active-background: rgba ( 68, 145, 237, 100 % ); } window { |