Skip to content

Commit be0f1b1

Browse files
Update with the latest tinted-theming colorschemes [skip ci]
1 parent a6d78a9 commit be0f1b1

9 files changed

Lines changed: 459 additions & 17 deletions

colors/base16-dracula.rasi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
* Base16 Dracula ROFI Color theme
33
*
44
* Authors
5-
* Scheme: Jamy Golden (http://github.com/JamyGolden), based on Dracula Theme (http://github.com/dracula)
5+
* Scheme: clach04 (https://github.com/clach04)
66
* Template: Tinted Theming (https://github.com/tinted-theming)
77
*/
88

99
* {
1010
red: rgba ( 255, 85, 85, 100 % );
11-
blue: rgba ( 128, 191, 255, 100 % );
12-
lightfg: rgba ( 240, 241, 244, 100 % );
13-
lightbg: rgba ( 54, 52, 71, 100 % );
11+
blue: rgba ( 189, 147, 249, 100 % );
12+
lightfg: rgba ( 248, 248, 242, 100 % );
13+
lightbg: rgba ( 33, 34, 44, 100 % );
1414
foreground: rgba ( 248, 248, 242, 100 % );
1515
background: rgba ( 40, 42, 54, 100 % );
1616
background-color: rgba ( 40, 42, 54, 0 % );

colors/base16-swamp-dark.rasi

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
/**
2+
* Base16 Swamp Dark ROFI Color theme
3+
*
4+
* Authors
5+
* Scheme: Masroof Maindak (https://github.com/masroof-maindak)
6+
* Template: Tinted Theming (https://github.com/tinted-theming)
7+
*/
8+
9+
* {
10+
red: rgba ( 219, 147, 13, 100 % );
11+
blue: rgba ( 193, 102, 107, 100 % );
12+
lightfg: rgba ( 235, 224, 187, 100 % );
13+
lightbg: rgba ( 58, 49, 36, 100 % );
14+
foreground: rgba ( 210, 195, 164, 100 % );
15+
background: rgba ( 36, 32, 21, 100 % );
16+
background-color: rgba ( 36, 32, 21, 0 % );
17+
separatorcolor: @foreground;
18+
border-color: @foreground;
19+
selected-normal-foreground: @lightbg;
20+
selected-normal-background: @lightfg;
21+
selected-active-foreground: @background;
22+
selected-active-background: @blue;
23+
selected-urgent-foreground: @background;
24+
selected-urgent-background: @red;
25+
normal-foreground: @foreground;
26+
normal-background: @background;
27+
active-foreground: @blue;
28+
active-background: @background;
29+
urgent-foreground: @red;
30+
urgent-background: @background;
31+
alternate-normal-foreground: @foreground;
32+
alternate-normal-background: @lightbg;
33+
alternate-active-foreground: @blue;
34+
alternate-active-background: @lightbg;
35+
alternate-urgent-foreground: @red;
36+
alternate-urgent-background: @lightbg;
37+
}

colors/base16-swamp-light.rasi

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
/**
2+
* Base16 Swamp Light ROFI Color theme
3+
*
4+
* Authors
5+
* Scheme: Masroof Maindak (https://github.com/masroof-maindak)
6+
* Template: Tinted Theming (https://github.com/tinted-theming)
7+
*/
8+
9+
* {
10+
red: rgba ( 208, 151, 0, 100 % );
11+
blue: rgba ( 191, 121, 121, 100 % );
12+
lightfg: rgba ( 120, 102, 83, 100 % );
13+
lightbg: rgba ( 221, 206, 188, 100 % );
14+
foreground: rgba ( 100, 81, 62, 100 % );
15+
background: rgba ( 241, 227, 209, 100 % );
16+
background-color: rgba ( 241, 227, 209, 0 % );
17+
separatorcolor: @foreground;
18+
border-color: @foreground;
19+
selected-normal-foreground: @lightbg;
20+
selected-normal-background: @lightfg;
21+
selected-active-foreground: @background;
22+
selected-active-background: @blue;
23+
selected-urgent-foreground: @background;
24+
selected-urgent-background: @red;
25+
normal-foreground: @foreground;
26+
normal-background: @background;
27+
active-foreground: @blue;
28+
active-background: @background;
29+
urgent-foreground: @red;
30+
urgent-background: @background;
31+
alternate-normal-foreground: @foreground;
32+
alternate-normal-background: @lightbg;
33+
alternate-active-foreground: @blue;
34+
alternate-active-background: @lightbg;
35+
alternate-urgent-foreground: @red;
36+
alternate-urgent-background: @lightbg;
37+
}

themes/base16-dracula.config

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
! Base16 Dracula
2-
! Scheme author: Jamy Golden (http://github.com/JamyGolden), based on Dracula Theme (http://github.com/dracula)
2+
! Scheme author: clach04 (https://github.com/clach04)
33
! Template author: Tinted Theming (https://github.com/tinted-theming)
44

55
! base00: #282a36
6-
! base01: #363447
6+
! base01: #21222c
77
! base02: #44475a
88
! base03: #6272a4
99
! base04: #9ea8c7
1010
! base05: #f8f8f2
11-
! base06: #f0f1f4
11+
! base06: #f8f8f2
1212
! base07: #ffffff
1313
! base08: #ff5555
1414
! base09: #ffb86c
1515
! base0A: #f1fa8c
1616
! base0B: #50fa7b
1717
! base0C: #8be9fd
18-
! base0D: #80bfff
18+
! base0D: #bd93f9
1919
! base0E: #ff79c6
20-
! base0F: #bd93f9
20+
! base0F: #993333
2121

2222
! Enable the extended coloring options
2323
rofi.color-enabled: true
2424

2525
! Property Name BG Border Separator
26-
rofi.color-window: #363447, #363447, #282a36
26+
rofi.color-window: #21222c, #21222c, #282a36
2727

2828
! Property Name BG FG BG-alt Head-BG Head-FG
29-
rofi.color-normal: #363447, #f8f8f2, #363447, #363447, #ffffff
30-
rofi.color-active: #363447, #80bfff, #363447, #363447, #80bfff
31-
rofi.color-urgent: #363447, #ff5555, #363447, #363447, #ff5555
29+
rofi.color-normal: #21222c, #f8f8f2, #21222c, #21222c, #ffffff
30+
rofi.color-active: #21222c, #bd93f9, #21222c, #21222c, #bd93f9
31+
rofi.color-urgent: #21222c, #ff5555, #21222c, #21222c, #ff5555
3232

3333
! Set the desired separator style
3434
rofi.separator-style: solid

themes/base16-dracula.rasi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
* Base16 Dracula ROFI Color theme
33
*
44
* Authors
5-
* Scheme: Jamy Golden (http://github.com/JamyGolden), based on Dracula Theme (http://github.com/dracula)
5+
* Scheme: clach04 (https://github.com/clach04)
66
* Template: Tinted Theming (https://github.com/tinted-theming)
77
*/
88

99
* {
1010
red: rgba ( 255, 85, 85, 100 % );
11-
blue: rgba ( 128, 191, 255, 100 % );
12-
lightfg: rgba ( 240, 241, 244, 100 % );
13-
lightbg: rgba ( 54, 52, 71, 100 % );
11+
blue: rgba ( 189, 147, 249, 100 % );
12+
lightfg: rgba ( 248, 248, 242, 100 % );
13+
lightbg: rgba ( 33, 34, 44, 100 % );
1414
foreground: rgba ( 248, 248, 242, 100 % );
1515
background: rgba ( 40, 42, 54, 100 % );
1616
background-color: rgba ( 40, 42, 54, 0 % );

themes/base16-swamp-dark.config

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
! Base16 Swamp Dark
2+
! Scheme author: Masroof Maindak (https://github.com/masroof-maindak)
3+
! Template author: Tinted Theming (https://github.com/tinted-theming)
4+
5+
! base00: #242015
6+
! base01: #3a3124
7+
! base02: #4d3f32
8+
! base03: #5f4e41
9+
! base04: #b8a58c
10+
! base05: #d2c3a4
11+
! base06: #ebe0bb
12+
! base07: #f1e9d0
13+
! base08: #db930d
14+
! base09: #ebe0bb
15+
! base0A: #a82d56
16+
! base0B: #7a7653
17+
! base0C: #db930d
18+
! base0D: #c1666b
19+
! base0E: #91506c
20+
! base0F: #61a0a8
21+
22+
! Enable the extended coloring options
23+
rofi.color-enabled: true
24+
25+
! Property Name BG Border Separator
26+
rofi.color-window: #3a3124, #3a3124, #242015
27+
28+
! Property Name BG FG BG-alt Head-BG Head-FG
29+
rofi.color-normal: #3a3124, #d2c3a4, #3a3124, #3a3124, #f1e9d0
30+
rofi.color-active: #3a3124, #c1666b, #3a3124, #3a3124, #c1666b
31+
rofi.color-urgent: #3a3124, #db930d, #3a3124, #3a3124, #db930d
32+
33+
! Set the desired separator style
34+
rofi.separator-style: solid

themes/base16-swamp-dark.rasi

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
/**
2+
* Base16 Swamp Dark ROFI Color theme
3+
*
4+
* Authors
5+
* Scheme: Masroof Maindak (https://github.com/masroof-maindak)
6+
* Template: Tinted Theming (https://github.com/tinted-theming)
7+
*/
8+
9+
* {
10+
red: rgba ( 219, 147, 13, 100 % );
11+
blue: rgba ( 193, 102, 107, 100 % );
12+
lightfg: rgba ( 235, 224, 187, 100 % );
13+
lightbg: rgba ( 58, 49, 36, 100 % );
14+
foreground: rgba ( 210, 195, 164, 100 % );
15+
background: rgba ( 36, 32, 21, 100 % );
16+
background-color: rgba ( 36, 32, 21, 0 % );
17+
separatorcolor: @foreground;
18+
border-color: @foreground;
19+
selected-normal-foreground: @lightbg;
20+
selected-normal-background: @lightfg;
21+
selected-active-foreground: @background;
22+
selected-active-background: @blue;
23+
selected-urgent-foreground: @background;
24+
selected-urgent-background: @red;
25+
normal-foreground: @foreground;
26+
normal-background: @background;
27+
active-foreground: @blue;
28+
active-background: @background;
29+
urgent-foreground: @red;
30+
urgent-background: @background;
31+
alternate-normal-foreground: @foreground;
32+
alternate-normal-background: @lightbg;
33+
alternate-active-foreground: @blue;
34+
alternate-active-background: @lightbg;
35+
alternate-urgent-foreground: @red;
36+
alternate-urgent-background: @lightbg;
37+
spacing: 2;
38+
}
39+
window {
40+
background-color: @background;
41+
border: 1;
42+
padding: 5;
43+
}
44+
mainbox {
45+
border: 0;
46+
padding: 0;
47+
}
48+
message {
49+
border: 1px dash 0px 0px ;
50+
border-color: @separatorcolor;
51+
padding: 1px ;
52+
}
53+
textbox {
54+
text-color: @foreground;
55+
}
56+
listview {
57+
fixed-height: 0;
58+
border: 2px dash 0px 0px ;
59+
border-color: @separatorcolor;
60+
spacing: 2px ;
61+
scrollbar: true;
62+
padding: 2px 0px 0px ;
63+
}
64+
element-text, element-icon {
65+
background-color: inherit;
66+
text-color: inherit;
67+
}
68+
element {
69+
border: 0;
70+
padding: 1px ;
71+
}
72+
element normal.normal {
73+
background-color: @normal-background;
74+
text-color: @normal-foreground;
75+
}
76+
element normal.urgent {
77+
background-color: @urgent-background;
78+
text-color: @urgent-foreground;
79+
}
80+
element normal.active {
81+
background-color: @active-background;
82+
text-color: @active-foreground;
83+
}
84+
element selected.normal {
85+
background-color: @selected-normal-background;
86+
text-color: @selected-normal-foreground;
87+
}
88+
element selected.urgent {
89+
background-color: @selected-urgent-background;
90+
text-color: @selected-urgent-foreground;
91+
}
92+
element selected.active {
93+
background-color: @selected-active-background;
94+
text-color: @selected-active-foreground;
95+
}
96+
element alternate.normal {
97+
background-color: @alternate-normal-background;
98+
text-color: @alternate-normal-foreground;
99+
}
100+
element alternate.urgent {
101+
background-color: @alternate-urgent-background;
102+
text-color: @alternate-urgent-foreground;
103+
}
104+
element alternate.active {
105+
background-color: @alternate-active-background;
106+
text-color: @alternate-active-foreground;
107+
}
108+
scrollbar {
109+
width: 4px ;
110+
border: 0;
111+
handle-color: @normal-foreground;
112+
handle-width: 8px ;
113+
padding: 0;
114+
}
115+
sidebar {
116+
border: 2px dash 0px 0px ;
117+
border-color: @separatorcolor;
118+
}
119+
button {
120+
spacing: 0;
121+
text-color: @normal-foreground;
122+
}
123+
button selected {
124+
background-color: @selected-normal-background;
125+
text-color: @selected-normal-foreground;
126+
}
127+
inputbar {
128+
spacing: 0px;
129+
text-color: @normal-foreground;
130+
padding: 1px ;
131+
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
132+
}
133+
case-indicator {
134+
spacing: 0;
135+
text-color: @normal-foreground;
136+
}
137+
entry {
138+
spacing: 0;
139+
text-color: @normal-foreground;
140+
}
141+
prompt {
142+
spacing: 0;
143+
text-color: @normal-foreground;
144+
}
145+
textbox-prompt-colon {
146+
expand: false;
147+
str: ":";
148+
margin: 0px 0.3000em 0.0000em 0.0000em ;
149+
text-color: inherit;
150+
}

themes/base16-swamp-light.config

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
! Base16 Swamp Light
2+
! Scheme author: Masroof Maindak (https://github.com/masroof-maindak)
3+
! Template author: Tinted Theming (https://github.com/tinted-theming)
4+
5+
! base00: #f1e3d1
6+
! base01: #ddcebc
7+
! base02: #c9b9a7
8+
! base03: #b5a492
9+
! base04: #a0907d
10+
! base05: #64513e
11+
! base06: #786653
12+
! base07: #8c7b68
13+
! base08: #d09700
14+
! base09: #64513e
15+
! base0A: #993333
16+
! base0B: #908d6a
17+
! base0C: #d09700
18+
! base0D: #bf7979
19+
! base0E: #9e5581
20+
! base0F: #75858c
21+
22+
! Enable the extended coloring options
23+
rofi.color-enabled: true
24+
25+
! Property Name BG Border Separator
26+
rofi.color-window: #ddcebc, #ddcebc, #f1e3d1
27+
28+
! Property Name BG FG BG-alt Head-BG Head-FG
29+
rofi.color-normal: #ddcebc, #64513e, #ddcebc, #ddcebc, #8c7b68
30+
rofi.color-active: #ddcebc, #bf7979, #ddcebc, #ddcebc, #bf7979
31+
rofi.color-urgent: #ddcebc, #d09700, #ddcebc, #ddcebc, #d09700
32+
33+
! Set the desired separator style
34+
rofi.separator-style: solid

0 commit comments

Comments
 (0)