aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/themes/KooL_style-12-TOP-Docu.rasi
blob: 072bf0a1c00532f2cc473241c3cdfe4ae5049118 (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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
/* KooL Hyprland Rofi Style 12 - TOP - Docu */
/* Credit to DaveDavenport. I have only some few things changed */

/**
 * ROFI Documentation theme.
 * User: Qball
 * Copyright: Dave Davenport
 */

configuration {
    modi:                       "drun,run,filebrowser";
    show-icons:                 true;
    display-drun:               "  ";
    display-run:                "  ";
    display-filebrowser:        "  ";
    display-window:             "  ";
    drun-display-format:        "{name}";
    window-format:              "{w} · {c} · {t}";
    hover-select:               true;
    me-select-entry:            "MouseSecondary";
    me-accept-entry:            "MousePrimary";
}

/* ---- Global Properties ---- */
* {
    background-color: 			transparent;
    text-color:       			white;
}
entry {
    border: 					2px 0px;
    border-color:  				darkgrey;
    background-color: 			grey;
    padding:       				12px;
    placeholder:       			"🔎 Search";
    placeholder-color: 			darkgrey;
    cursor: 					text;
}

inputbar {
    spacing: 0;
    children: 					[  icon-keyboard, entry, mode-switcher ];
}

mode-switcher {
    spacing: 					10px;
    border: 					2px;
    border-radius: 				0px 4px 4px 0px;
    border-color: 				darkgrey;
    background-color: 			darkgrey;    
}

button {
	padding: 					0px 60px 0px 60px;
    background-color: 			grey;
    border-color: 				darkgrey;    
    cursor: 					pointer;
}

button selected {
    background-color: 			white/20%;
    text-color:       			black;
}

icon-keyboard {
    border:        				2px 0px 2px 2px;
    border-radius: 				4px 0px 0px 4px;
    border-color: 				darkgrey;
    background-color: 			grey;
    padding: 					0px 10px 0px 10px;
    expand: 					false;
    size: 						1.2em;
    filename: 					"keyboard";
}

window {
    anchor: 					north;
    location: 					north;
	y-offset: 					10px;
    width:            			100%;
    background-color: 			black / 50%;
    padding:           			0.5em;
    border-color: 				black;
    border:  					0em 0.2em 0.2em;
    chilren:					[  inputbar, message, listview ];
}

mainbox { 
    spacing: 					1em;
}


listview {
    lines: 						4;
    columns: 					6;
    spacing: 					1em;
    fixed-columns: 				true;
}

element {
    orientation:      			vertical;
    border:           			2px;
    border-radius:    			4px ;
    border-color:     			darkgrey;
    background-color: 			grey;
    cursor: 					pointer;
    padding:         			20px;
}

element-text selected,
element selected {
    background-color: 			inherit;
    text-color:       			inherit;
    padding:         			20px;
}


element-icon {
	size:						5%;
    cursor: 					inherit;
}

element-text {
    horizontal-align: 			0.5;
    cursor: inherit;
}


/* ---- Scrollbar ---- */
scrollbar {
    border-radius:				10px;
    background-color: 			transparent;
    handle-color: 				darkgrey;
    handle-width: 				2px ;
    padding:      				0;
}

/* ---- Message ---- */
message {
    background-color:            transparent;
    border:                      0px;
}
textbox {
	margin: 10px;
    padding:                     12px;
    border-radius:               10px;
    background-color: 			 black / 50%;
    text-color:                  white;
    vertical-align:              0.5;
    horizontal-align:            0.5;
}
error-message {
    padding:                     12px;
    border-radius:               20px;
    background-color: 			 black / 50%;
    text-color:                  white;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage