File tree 3 files changed +72
-35
lines changed
3 files changed +72
-35
lines changed Original file line number Diff line number Diff line change 1
- # Theme from onedarkpro.nvim (olimorris is a great person)
2
- background = #282c34
3
- # Value comes from Ptyxis :)
4
- window-titlebar-background = #303643
5
-
6
- # I prefer white...
7
- # foreground = #abb2bf
8
- foreground = #ffffff
9
-
10
- palette = 0=#282c34
11
- palette = 8=#5c6370
12
-
13
- palette = 1=#ef596f
14
- palette = 9=#f38897
15
-
16
- palette = 2=#89ca78
17
- palette = 10=#a9d89d
18
-
19
- palette = 3=#e5c07b
20
- palette = 11=#edd4a6
21
-
22
- palette = 4=#61afef
23
- palette = 12=#8fc6f4
24
-
25
- palette = 5=#d55fde
26
- palette = 13=#e089e7
27
-
28
- palette = 6=#2bbac5
29
- palette = 14=#4bced8
30
-
31
- palette = 7=#abb2bf
32
- palette = 15=#c8cdd5
33
-
34
1
adw-toolbar-style = raised
35
2
36
3
auto-update = off
@@ -78,11 +45,11 @@ resize-overlay-position = bottom-right
78
45
79
46
selection-invert-fg-bg = true
80
47
81
- split-divider-color = #5c6370
82
-
83
48
shell-integration = detect
84
49
shell-integration-features = no-cursor,title,sudo
85
50
51
+ theme = light:one_light,dark:one_dark_vivid
52
+
86
53
unfocused-split-opacity = 1
87
54
88
55
window-decoration = true
Original file line number Diff line number Diff line change
1
+ # Theme from onedarkpro.nvim (olimorris is a great person)
2
+
3
+ background = #282c34
4
+ # I prefer white...
5
+ # foreground = #abb2bf
6
+ foreground = #ffffff
7
+
8
+ palette = 0=#282c34
9
+ palette = 8=#5c6370
10
+
11
+ palette = 1=#ef596f
12
+ palette = 9=#f38897
13
+
14
+ palette = 2=#89ca78
15
+ palette = 10=#a9d89d
16
+
17
+ palette = 3=#e5c07b
18
+ palette = 11=#edd4a6
19
+
20
+ palette = 4=#61afef
21
+ palette = 12=#8fc6f4
22
+
23
+ palette = 5=#d55fde
24
+ palette = 13=#e089e7
25
+
26
+ palette = 6=#2bbac5
27
+ palette = 14=#4bced8
28
+
29
+ palette = 7=#abb2bf
30
+ palette = 15=#c8cdd5
31
+
32
+ split-divider-color = #5c6370
33
+
34
+ # Value comes from Ptyxis :)
35
+ window-titlebar-background = #303643
Original file line number Diff line number Diff line change
1
+ # Theme from onedarkpro.nvim (olimorris is a great person)
2
+
3
+ background = #fafafa
4
+ # I prefer black...
5
+ # foreground = #6a6a6a
6
+ foreground = #323232
7
+
8
+ palette = 0=#6a6a6a
9
+ palette = 8=#bebebe
10
+
11
+ palette = 1=#e05661
12
+ palette = 9=#e88189
13
+
14
+ palette = 2=#1da912
15
+ palette = 10=#25d717
16
+
17
+ palette = 3=#eea825
18
+ palette = 11=#f2bb54
19
+
20
+ palette = 4=#118dc3
21
+ palette = 12=#1caceb
22
+
23
+ palette = 5=#9a77cf
24
+ palette = 13=#b69ddc
25
+
26
+ palette = 6=#56b6c2
27
+ palette = 14=#7bc6d0
28
+
29
+ palette = 7=#fafafa
30
+ palette = 15=#ffffff
31
+
32
+ split-divider-color = #bebebe
33
+
34
+ # Value comes from Adwaita :)
35
+ window-titlebar-background = #fafafa
You can’t perform that action at this time.
0 commit comments