diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 25f3447..80b72ba 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,36 +1,2 @@ @import "gruvbox-common.rasinc.rasi" -* { - /* Theme settings */ - highlight: bold italic; - scrollbar: false; - - /* Theme colors */ - background: #191919; - background-color: @background; - foreground: #8e8e82; - border-color: #61676B; - separatorcolor: @border-color; - scrollbar-handle: @border-color; - - normal-background: @background; - normal-foreground: @foreground; - alternate-normal-background: @background; - alternate-normal-foreground: @foreground; - selected-normal-background: #3d3839; - selected-normal-foreground: #BBBBBB; - - active-background: #B77E64; - active-foreground: @background; - alternate-active-background: @active-background; - alternate-active-foreground: @active-foreground; - selected-active-background: #D68C67; - selected-active-foreground: @active-foreground; - - urgent-background: #DE6E7C; - urgent-foreground: @background; - alternate-urgent-background: @urgent-background; - alternate-urgent-foreground: @urgent-foreground; - selected-urgent-background: #E8838F; - selected-urgent-foreground: @urgent-foreground; -} - +@import "dark.rasi" diff --git a/config/rofi/dark.rasi b/config/rofi/dark.rasi new file mode 100644 index 0000000..25f3447 --- /dev/null +++ b/config/rofi/dark.rasi @@ -0,0 +1,36 @@ +@import "gruvbox-common.rasinc.rasi" +* { + /* Theme settings */ + highlight: bold italic; + scrollbar: false; + + /* Theme colors */ + background: #191919; + background-color: @background; + foreground: #8e8e82; + border-color: #61676B; + separatorcolor: @border-color; + scrollbar-handle: @border-color; + + normal-background: @background; + normal-foreground: @foreground; + alternate-normal-background: @background; + alternate-normal-foreground: @foreground; + selected-normal-background: #3d3839; + selected-normal-foreground: #BBBBBB; + + active-background: #B77E64; + active-foreground: @background; + alternate-active-background: @active-background; + alternate-active-foreground: @active-foreground; + selected-active-background: #D68C67; + selected-active-foreground: @active-foreground; + + urgent-background: #DE6E7C; + urgent-foreground: @background; + alternate-urgent-background: @urgent-background; + alternate-urgent-foreground: @urgent-foreground; + selected-urgent-background: #E8838F; + selected-urgent-foreground: @urgent-foreground; +} + diff --git a/config/rofi/light.rasi b/config/rofi/light.rasi new file mode 100644 index 0000000..b8ef7f7 --- /dev/null +++ b/config/rofi/light.rasi @@ -0,0 +1,36 @@ +@import "gruvbox-common.rasinc.rasi" +* { + /* Theme settings */ + highlight: bold italic; + scrollbar: false; + + /* Theme colors */ + background: #8e8e82; + background-color: @background; + foreground: #191919; + border-color: #61676B; + separatorcolor: @border-color; + scrollbar-handle: @border-color; + + normal-background: @background; + normal-foreground: @foreground; + alternate-normal-background: @background; + alternate-normal-foreground: @foreground; + selected-normal-background: #BBBBBB; + selected-normal-foreground: #3d3839; + + active-background: #B77E64; + selected-active-background: #D68C67; + active-foreground: @background; + alternate-active-background: @active-background; + alternate-active-foreground: @active-foreground; + selected-active-foreground: @active-foreground; + + urgent-background: #DE6E7C; + urgent-foreground: @background; + alternate-urgent-background: @urgent-background; + alternate-urgent-foreground: @urgent-foreground; + selected-urgent-background: #E8838F; + selected-urgent-foreground: @urgent-foreground; +} +