Created
August 19, 2022 22:04
-
-
Save nosrednawall/07c8c1b4e728ef31914d50d9f1cfaf10 to your computer and use it in GitHub Desktop.
Fix error $FG not declared Rofi Archcraft
This file contains 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
/* vim .config/i3/rofi/themes/colors.rasi */ | |
/* Copyright (C) 2020-2022 Aditya Shakya <[email protected]> */ | |
/* Everyone is permitted to copy and distribute copies of this file under GNU-GPL3 */ | |
* { | |
background: #1e222a; | |
background-alt: #262A32; | |
foreground: #c8ccd4; | |
FG: #c8ccd4; /* Just add this line */ | |
selected: #61afef; | |
highlight: #DF6B74; | |
urgent: #e06c75; | |
on: #98c379; | |
off: #e06c75; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment