13
13
--btn-special-bg : # fff ;
14
14
--btn-special-cl : # 7578e1 ;
15
15
--system-before-border : # ccc ;
16
- --copy-btn-bg : # fff ;
16
+ --copy-btn-bg : # 35373b ;
17
17
--ft-group-bg : # fff ;
18
18
--copy-btn-border : # e8d7d7 ;
19
19
--copy-btn-color : # fff1f1 ;
43
43
--new-chat-border-cl : # ccc ;
44
44
--topic-color : # 605b67 ;
45
45
--topic-border-cl : # d6d5d5dd ;
46
- --active-topic-bg : # 7578e1e0 ;
47
- --active-topic-border-cl : transparent ;
48
- --active-topic-color : # fff ;
46
+ --active-topic-bg : # f7f6f3 ;
47
+ --active-topic-color : # 17171d ;
48
+ --active-topic-border-cl : # 000000 ;
49
49
--dialog-color : # 282828 ;
50
50
--dialog-close-after-color : # 7578e1 ;
51
51
--dialog-close-after-bg : # fff ;
87
87
--no-history-cl : # fff ;
88
88
--chat-deleted-msg-bg : # 7578e1 ;
89
89
--chat-deleted-msg-border-cl : # 1319ff ;
90
+ --theme-toggle-bg : # fff ;
91
+ --theme-toggle-cl : # 605b67 ;
90
92
}
91
93
92
94
/* Dark Theme */
93
95
: root [data-theme = "dark" ] {
94
- --theme-bg : # 1c1c1c ;
95
- --theme-color : # b6b6b6 ;
96
+ --theme-bg : # 0f0f0f ;
97
+ --theme-color : # a3a3a3 ;
96
98
--img-output-bg : # e7e7ec ;
97
99
--details-bg : # 1c1c1c ;
98
100
--details-color : # 60fc67 ;
135
137
--topic-color : # e0dae3 ;
136
138
--topic-border-cl : # 828282dd ;
137
139
--active-topic-bg : transparent;
138
- --active-topic-border-cl : # 7578e1 ;
139
- --active-topic-color : # 7578e1 ;
140
+ --active-topic-border-cl : # 336235 ;
141
+ --active-topic-color : # 07d95e ;
140
142
--dialog-color : # f2f2f2 ;
141
143
--dialog-close-after-color : # e4e4eb ;
142
144
--dialog-close-after-bg : # 000000FF ;
178
180
- - chat- deleted- msg- bg: # 323232;
179
181
- - chat- deleted- msg- bor der- cl: # fff ;
180
182
183
+ - - theme-to ggle-bg: # 4c4c4c;
184
+ - - theme-to ggle-cl: # 07d95e;
181
185
182
186
}
183
187
@@ -478,7 +482,7 @@ code.hljs::-webkit-scrollbar-track {
478
482
}
479
483
480
484
.btn-group {
481
- margin-top : -31 px ;
485
+ margin-top : -38 px ;
482
486
text-align : end;
483
487
}
484
488
.btn-group-top {
@@ -497,7 +501,7 @@ code.hljs::-webkit-scrollbar-track {
497
501
498
502
499
503
.btn-group .copy-btn , .btn-group .down-btn {
500
- background-color : transparent ;
504
+ background-color : var ( --copy-btn-bg ) ;
501
505
}
502
506
503
507
@@ -510,7 +514,7 @@ code.hljs::-webkit-scrollbar-track {
510
514
511
515
.btn-ft-group {
512
516
text-align : end;
513
- background : var ( --ft-group-bg ) ;
517
+ background : transparent ;
514
518
}
515
519
516
520
.container {
@@ -842,11 +846,11 @@ select{
842
846
margin-bottom : 2px ;
843
847
}
844
848
849
+
845
850
# theme_toggle {
846
- background-color : # 4c4c4c ;
851
+ background-color : var ( --theme-toggle-bg ) ;
847
852
margin : 5px 0 ;
848
- color : # 07d95e ;
849
- border : none;
853
+ color : var (--theme-toggle-cl );
850
854
}
851
855
852
856
.history {
@@ -922,9 +926,6 @@ select{
922
926
.active_topic {
923
927
background-color : var (--active-topic-bg );
924
928
color : var (--active-topic-color ) !important ;
925
- }
926
-
927
- [data-theme = 'dark' ] .active_topic {
928
929
border : 1px solid var (--active-topic-border-cl ) !important ;
929
930
}
930
931
0 commit comments