Skip to content

Commit

Permalink
fix rofi config
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenArcher committed Aug 9, 2023
1 parent ed8064f commit 8250116
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 32 deletions.
31 changes: 0 additions & 31 deletions config/rofi/arc-dark-theme.rasi

This file was deleted.

32 changes: 31 additions & 1 deletion config/rofi/rofi-dmenu.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,37 @@ configuration {
sidebar-mode: false;
}

@import "~/.config/rofi/arc-dark-theme.rasi"
* {
selected-normal-foreground: rgba ( 255, 147, 5, 100 % );
foreground: rgba ( 196, 203, 212, 100 % );
normal-foreground: @foreground;
alternate-normal-background: rgba ( 45, 48, 59, 1 % );
red: rgba ( 220, 50, 47, 100 % );
selected-urgent-foreground: rgba ( 249, 249, 249, 100 % );
blue: rgba ( 38, 139, 210, 100 % );
urgent-foreground: rgba ( 204, 102, 102, 100 % );
alternate-urgent-background: rgba ( 75, 81, 96, 90 % );
active-foreground: rgba ( 101, 172, 255, 100 % );
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: rgba ( 249, 249, 249, 100 % );
alternate-active-background: rgba ( 45, 48, 59, 88 % );
background: rgba ( 45, 48, 59, 88 % );
alternate-normal-foreground: @foreground;
normal-background: rgba ( 45, 48, 59, 1 % );
lightfg: rgba ( 88, 104, 117, 100 % );
selected-normal-background: rgba ( 24, 26, 32, 100 % );
border-color: rgba ( 124, 131, 137, 100 % );
spacing: 2;
separatorcolor: rgba ( 45, 48, 59, 1 % );
urgent-background: rgba ( 45, 48, 59, 15 % );
selected-urgent-background: rgba ( 165, 66, 66, 100 % );
alternate-urgent-foreground: @urgent-foreground;
background-color: rgba ( 0, 0, 0, 0 % );
alternate-active-foreground: @active-foreground;
active-background: rgba ( 29, 31, 33, 17 % );
selected-active-background: rgba ( 26, 28, 35, 100 % );
}


window {
background-color: @background;
Expand Down

0 comments on commit 8250116

Please sign in to comment.