diff options
Diffstat (limited to 'config/rofi/colors/nord.rasi')
-rw-r--r-- | config/rofi/colors/nord.rasi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/rofi/colors/nord.rasi b/config/rofi/colors/nord.rasi new file mode 100644 index 0000000..c6bc05d --- /dev/null +++ b/config/rofi/colors/nord.rasi @@ -0,0 +1,16 @@ +/** + * + * Author : Aditya Shakya (adi1090x) + * Github : @adi1090x + * + * Colors + **/ + +* { + background: #2E3440FF; + background-alt: #383E4AFF; + foreground: #E5E9F0FF; + selected: #81A1C1FF; + active: #A3BE8CFF; + urgent: #BF616AFF; +} |