summaryrefslogtreecommitdiff
path: root/config/rofi/colors/catppuccin.rasi
blob: 62c59450074ee4b2bdff7aa3aed7f540898e7a37 (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:     #1E1D2FFF;
    background-alt: #282839FF;
    foreground:     #D9E0EEFF;
    selected:       #7AA2F7FF;
    active:         #ABE9B3FF;
    urgent:         #F28FADFF;
}