aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-11-17 10:56:25 -0800
committerclarkzjw <[email protected]>2022-11-17 10:56:25 -0800
commitd2d735742ca61b211c9b48a2209d36395daebcf4 (patch)
treebda27729a1bbac3ab354a1f10d4885899cdbf967 /dot_config/rofi/arc_dark_colors.rasi
parenta6d2e5e6fb9adc84c32e86630b4846b1765c7d77 (diff)
downloaddotfiles-d2d735742ca61b211c9b48a2209d36395daebcf4.tar.gz
+ add existing config
Diffstat (limited to 'dot_config/rofi/arc_dark_colors.rasi')
-rw-r--r--dot_config/rofi/arc_dark_colors.rasi34
1 files changed, 34 insertions, 0 deletions
diff --git a/dot_config/rofi/arc_dark_colors.rasi b/dot_config/rofi/arc_dark_colors.rasi
new file mode 100644
index 0000000..fdf4418
--- /dev/null
+++ b/dot_config/rofi/arc_dark_colors.rasi
@@ -0,0 +1,34 @@
1/*******************************************************
2 * ROFI Arc Dark colors for EndeavourOS
3 * Maintainer: joekamprad <[email protected]>
4 *******************************************************/
5* {
6 selected-normal-foreground: rgba ( 249, 249, 249, 100 % );
7 foreground: rgba ( 196, 203, 212, 100 % );
8 normal-foreground: @foreground;
9 alternate-normal-background: rgba ( 64, 69, 82, 59 % );
10 red: rgba ( 220, 50, 47, 100 % );
11 selected-urgent-foreground: rgba ( 249, 249, 249, 100 % );
12 blue: rgba ( 38, 139, 210, 100 % );
13 urgent-foreground: rgba ( 204, 102, 102, 100 % );
14 alternate-urgent-background: rgba ( 75, 81, 96, 90 % );
15 active-foreground: rgba ( 101, 172, 255, 100 % );
16 lightbg: rgba ( 238, 232, 213, 100 % );
17 selected-active-foreground: rgba ( 249, 249, 249, 100 % );
18 alternate-active-background: rgba ( 75, 81, 96, 89 % );
19 background: rgba ( 45, 48, 59, 95 % );
20 alternate-normal-foreground: @foreground;
21 normal-background: @background;
22 lightfg: rgba ( 88, 104, 117, 100 % );
23 selected-normal-background: rgba ( 64, 132, 214, 100 % );
24 border-color: rgba ( 124, 131, 137, 100 % );
25 spacing: 2;
26 separatorcolor: rgba ( 29, 31, 33, 100 % );
27 urgent-background: rgba ( 29, 31, 33, 17 % );
28 selected-urgent-background: rgba ( 165, 66, 66, 100 % );
29 alternate-urgent-foreground: @urgent-foreground;
30 background-color: rgba ( 0, 0, 0, 0 % );
31 alternate-active-foreground: @active-foreground;
32 active-background: rgba ( 29, 31, 33, 17 % );
33 selected-active-background: rgba ( 68, 145, 237, 100 % );
34}
Powered by cgit v1.2.3 (git 2.41.0)