File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 3232 --transition : all 0.2s ease;
3333}
3434
35- /* Dark theme colors */
35+ /* Dark theme colors - Professional and modern */
3636[data-theme = "dark" ] {
37- --bg-primary : # 1a1a1a ;
38- --bg-secondary : # 2d2d2d ;
39- --bg-tertiary : # 404040 ;
40- --text-primary : # ffffff ;
41- --text-secondary : # b3b3b3 ;
42- --text-muted : # 808080 ;
43- --accent-primary : # 4dabf7 ;
44- --accent-hover : # 339af0 ;
45- --border-color : # 404040 ;
46- --code-bg : # 2d2d2d ;
47- --shadow : rgba (0 , 0 , 0 , 0.3 );
37+ --bg-primary : # 0d1117 ;
38+ --bg-secondary : # 161b22 ;
39+ --bg-tertiary : # 21262d ;
40+ --text-primary : # f0f6fc ;
41+ --text-secondary : # 8b949e ;
42+ --text-muted : # 6e7681 ;
43+ --accent-primary : # 58a6ff ;
44+ --accent-hover : # 1f6feb ;
45+ --border-color : # 30363d ;
46+ --code-bg : # 161b22 ;
47+ --shadow : rgba (0 , 0 , 0 , 0.4 );
4848}
4949
5050/* Reset and base styles */
You can’t perform that action at this time.
0 commit comments