aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/themes/KooL_dwm.rasi
blob: 6c6d2b7e6f2c277f1eea75a367787f9940620c1f (plain) (blame)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
configuration {
	modi: "drun";
	font: "JetBrainsMono Nerd Font 10";
    show-icons: true;
	terminal: "alacritty";
	icon-theme: "Papirus-Dark";
	drun-display-format: "{name}";
	display-drun: "";
  timeout {
      action: "kb-cancel";
      delay:  0;
  }
  filebrowser {
      directories-first: true;
      sorting-method:    "name";
  }
}

@theme "/dev/null"

* {
    bg: #232933;
    fg: #d8dee9;
    selected: #2d3543;
    accent: #4d6a8e;
    background-color: @bg;

    color: @fg;
    border: 0;
    border-color: @bg;
    margin: 0;
    padding: 0;
    spacing: 0;    
    highlight: none;
}

window {
    width: 700px;
}

element {
    padding: 6 5 7 5;
    text-color: @fg;
}

element-text {
    vertical-align: 0.5;
    padding: 5px;
}

element selected {
    background-color: @selected;
}

element-text selected {
    background-color: @selected;
}

element-icon selected {
    background-color: @selected;
}

element-icon {
    size: 30;
}

inputbar {
    children: [prompt, entry];
}

prompt {
    text-color: @bg;
    background-color: @accent;
    padding: 12 12 12 12;
}

entry {
    text-color: @bg;
    padding: 12 5 12 0;
}

listview {
    background-color: @bg;
    columns: 3;
    lines: 6;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage