From a30207357144bc616f753b50fc75e9025b1abca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Wed, 6 Nov 2024 00:09:51 +0300 Subject: rofi: reduce transparency --- dotfiles/.config/rofi/config.rasi | 2 +- dotfiles/.config/rofi/ultramar.rasi | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'dotfiles') 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 { -- cgit v1.2.3