diff options
Diffstat (limited to 'config/rofi/colors/solarized.rasi')
-rw-r--r-- | config/rofi/colors/solarized.rasi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/rofi/colors/solarized.rasi b/config/rofi/colors/solarized.rasi new file mode 100644 index 0000000..9051e13 --- /dev/null +++ b/config/rofi/colors/solarized.rasi @@ -0,0 +1,16 @@ +/** + * + * Author : Aditya Shakya (adi1090x) + * Github : @adi1090x + * + * Colors + **/ + +* { + background: #002B36FF; + background-alt: #073642FF; + foreground: #EEE8D5FF; + selected: #268BD2FF; + active: #859900FF; + urgent: #DC322FFF; +} |