Skip to content

Instantly share code, notes, and snippets.

@nosrednawall
Created August 19, 2022 22:04
Show Gist options
  • Save nosrednawall/07c8c1b4e728ef31914d50d9f1cfaf10 to your computer and use it in GitHub Desktop.
Save nosrednawall/07c8c1b4e728ef31914d50d9f1cfaf10 to your computer and use it in GitHub Desktop.
Fix error $FG not declared Rofi Archcraft
/* 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