summaryrefslogtreecommitdiff
path: root/config/rofi/colors/dracula.rasi
blob: 7ae606d1e0a017b15b8eaea623e7e4ba309097ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 *
 * Author : Aditya Shakya (adi1090x)
 * Github : @adi1090x
 * 
 * Colors
 **/

* {
    background:     #1E1F29FF;
    background-alt: #282A36FF;
    foreground:     #FFFFFFFF;
    selected:       #BD93F9FF;
    active:         #50FA7BFF;
    urgent:         #FF5555FF;
}