aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/config/rofi/config.rasi
blob: 106ccd19b58e87d6567039e19198842575d46200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
* {
    // Set theme color
    lightfg:                     #281657;
    lightfg:                     #b455f7;
    background:                  #281657;
    foreground:                  #b455f7;
    blue:                        #e955f7;
    red:                         #f75557;

    // Redifine global var
    selected-active-foreground:  var(background);
    separatorcolor:              var(foreground);
    urgent-foreground:           var(red);
    alternate-urgent-background: var(lightbg);
    background-color:            transparent;
    border-color:                var(foreground);
    normal-background:           var(background);
    selected-urgent-background:  var(red);
    alternate-active-background: var(lightbg);
    spacing:                     2;
    alternate-normal-foreground: var(foreground);
    urgent-background:           var(background);
    selected-normal-foreground:  var(lightbg);
    active-foreground:           var(blue);
    selected-active-background:  var(blue);
    active-background:           var(background);
    selected-normal-background:  var(lightfg);
    alternate-normal-background: rgba ( 40, 22, 87, 100 % );
    selected-urgent-foreground:  var(background);
    normal-foreground:           var(foreground);
    alternate-urgent-foreground: var(red);
    alternate-active-foreground: var(blue);
}

// Change hardcoded values
num-filtered-rows {
  text-color: #8247AC;
}

num-rows {
  text-color: #8247AC;
}

textbox-num-sep {
  text-color: #8247AC;
}

entry {
  placeholder-color: #8247AC;
}