Created
January 2, 2025 18:25
-
-
Save flipsi/d128959fa8ee6a5cb6a769657cf77e3c to your computer and use it in GitHub Desktop.
2025-01-02 rofi theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* rofi -dump-theme output. | |
* Rofi version: 1.7.6 | |
**/ | |
* { | |
alternate-urgent-background: var(urgent-background); | |
selected-urgent-foreground: var(urgent-foreground); | |
alternate-active-foreground: var(active-foreground); | |
selected-active-background: var(gruvbox-dark-purple-light); | |
gruvbox-dark-purple-light: rgba ( 222, 134, 155, 100 % ); | |
highlight: bold italic ; | |
normal-foreground: var(foreground); | |
background: var(gruvbox-dark-bg0); | |
scrollbar-handle: var(border-color); | |
alternate-normal-foreground: var(foreground); | |
gruvbox-dark-red-light: rgba ( 251, 73, 52, 100 % ); | |
urgent-foreground: var(background); | |
gruvbox-dark-fg0: rgba ( 251, 241, 199, 100 % ); | |
gruvbox-dark-bg3: rgba ( 102, 92, 84, 100 % ); | |
selected-urgent-background: var(gruvbox-dark-red-light); | |
selected-active-foreground: var(active-foreground); | |
gruvbox-dark-red-dark: rgba ( 204, 36, 29, 100 % ); | |
alternate-urgent-foreground: var(urgent-foreground); | |
gruvbox-dark-purple-dark: rgba ( 177, 98, 134, 100 % ); | |
selected-normal-background: var(gruvbox-dark-bg3); | |
separatorcolor: var(border-color); | |
gruvbox-dark-fg1: rgba ( 235, 219, 178, 100 % ); | |
scrollbar: true; | |
alternate-active-background: var(active-background); | |
active-background: var(gruvbox-dark-purple-dark); | |
gruvbox-dark-yellow-dark: rgba ( 215, 153, 33, 100 % ); | |
gruvbox-dark-bg0-soft: rgba ( 50, 48, 47, 100 % ); | |
normal-background: var(background); | |
background-color: var(background); | |
gruvbox-dark-yellow-light: rgba ( 250, 189, 47, 100 % ); | |
border-color: var(gruvbox-dark-gray); | |
gruvbox-dark-gray: rgba ( 168, 153, 132, 100 % ); | |
foreground: var(gruvbox-dark-fg1); | |
alternate-normal-background: var(gruvbox-dark-bg0-soft); | |
selected-normal-foreground: var(gruvbox-dark-fg0); | |
gruvbox-dark-bg0: rgba ( 40, 40, 40, 90 % ); | |
active-foreground: var(background); | |
urgent-background: var(gruvbox-dark-red-dark); | |
} | |
listview { | |
lines: 15; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment