Skip to content

Commit fa7f45f

Browse files
Replace multiple annoying colors
1 parent 28e3e7b commit fa7f45f

File tree

5 files changed

+31
-57
lines changed

5 files changed

+31
-57
lines changed

.config/waybar/colorschemes/basic.css

Lines changed: 14 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,16 @@
1-
@define-color base00 #201c1c;
2-
@define-color base01 #ff0883;
3-
@define-color base02 #83ff08;
1+
@define-color base00 #3f3f3f;
2+
@define-color base01 #EF5350;
3+
@define-color base02 #00E676;
44
@define-color base03 #ffdf00;
5-
@define-color base04 #08ff83;
6-
@define-color base05 #A782EC;
7-
@define-color base06 #00b7eb;
8-
@define-color base07 #bebebe;
5+
@define-color base04 #00B0FF;
6+
@define-color base05 #EC407A;
7+
@define-color base06 #00E5FF;
8+
@define-color base07 #eaeaea;
99
@define-color base08 #474747;
10-
@define-color base09 #ff1e8e;
11-
@define-color base0A #8eff1e;
12-
@define-color base0B #f1fa8c;
13-
@define-color base0C #00ffff;
14-
@define-color base0D #adc1ff;
15-
@define-color base0E #1eff8e;
16-
@define-color base0F #c4c4c4;
17-
18-
19-
20-
21-
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-
35-
36-
10+
@define-color base09 #EF5350;
11+
@define-color base0A #00E676;
12+
@define-color base0B #ffdf00;
13+
@define-color base0C #00B0FF;
14+
@define-color base0D #EC407A;
15+
@define-color base0E #00E5FF;
16+
@define-color base0F #eaeaea;

.config/waybar/colorschemes/palenight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@define-color base04 #82aaff;
66
@define-color base05 #c792ea;
77
@define-color base06 #89ddff;
8-
@define-color base07 #959dcb;
8+
@define-color base07 #ffffff;
99
@define-color base08 #676e95;
1010
@define-color base09 #f07178;
1111
@define-color base0A #c3e88d;

.config/wofi/scripts/bluetooth/style.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
window {
22
margin: 15px;
3-
background-color: #2E3440;
4-
color: #E5E9F0;
3+
background-color: #151515;
4+
color: #fff;
55
border-radius: 10px;
6-
font-family: "Inter";;
7-
border: 2px solid #81a1c1;
6+
font-family: "Inter Medium"
87
}
98

109
#entry {
@@ -14,7 +13,7 @@ window {
1413
#entry:selected {
1514
border-radius: 5px;
1615
border: none;
17-
background-color: #434C5E;
16+
background-color: #81a1c1;
1817
}
1918

2019
#inner-box {
@@ -33,5 +32,5 @@ window {
3332
}
3433

3534
#text:selected {
36-
color: #81a1c1;
35+
color: #212121;
3736
}

.config/wofi/scripts/powermenu/power.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
window {
22
margin: 15px;
3-
background-color: #2E3440;
4-
color: #E5E9F0;
3+
background-color: #151515;
4+
color: #fff;
55
border-radius: 10px;
6-
font-family: "icomoon-feather";
7-
border: 2px solid #81a1c1;
6+
font-family: "icomoon-feather"
87
}
98

109
#entry {
@@ -14,7 +13,7 @@ window {
1413
#entry:selected {
1514
border-radius: 5px;
1615
border: none;
17-
background-color: #434C5E;
16+
background-color: #81a1c1;
1817
}
1918

2019
#text:selected {
@@ -38,5 +37,5 @@ window {
3837
}
3938

4039
#text:selected {
41-
color: #81a1c1;
40+
color: #212121;
4241
}

.config/wofi/style.css

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
window {
2-
background-color: #2E3440;
3-
color: #E5E9F0;
2+
background-color: #151515;
3+
color: #fff;
44
border-radius: 10px;
5-
border: 2px solid #81a1c1;
5+
font-family: "Inter Medium";
66
}
77

88
#input {
99
margin: 5px;
10+
border: none;
1011
background: none;
1112
font-size: 16px;
12-
color: #D8DEE9;
13-
}
14-
15-
#input image{
16-
color: #ffffff;
1713
}
1814

1915
#entry:selected {
2016
border-radius: 5px;
2117
border: none;
22-
background-color: #434C5E;
18+
background-color: #81a1c1;
2319
}
2420

2521
#inner-box {
@@ -38,7 +34,7 @@ window {
3834
}
3935

4036
#text:selected {
41-
color: #81a1c1;
37+
color: #212121;
4238
}
4339

4440
#img {

0 commit comments

Comments
 (0)