File tree Expand file tree Collapse file tree 2 files changed +79
-0
lines changed
Expand file tree Collapse file tree 2 files changed +79
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1+ [colors ]
2+ ansi = [
3+ " #111317" ,
4+ " #fe8a90" ,
5+ " #89bf63" ,
6+ " #e1aa41" ,
7+ " #63b7fc" ,
8+ " #db98ee" ,
9+ " #1bc5b9" ,
10+ " #adb0bb" ,
11+ ]
12+ background = " #1a1d23"
13+ brights = [
14+ " #1a1d23" ,
15+ " #fe8a90" ,
16+ " #89bf63" ,
17+ " #e1aa41" ,
18+ " #63b7fc" ,
19+ " #db98ee" ,
20+ " #1bc5b9" ,
21+ " #adb0bb" ,
22+ ]
23+ cursor_bg = " #9b9fa9"
24+ cursor_border = " #9b9fa9"
25+ foreground = " #9b9fa9"
26+ scrollbar_thumb = " #797d87"
27+ selection_bg = " #26343f"
28+ selection_fg = " #adb0bb"
29+
30+ [colors .indexed ]
31+
32+ [colors .tab_bar ]
33+ background = " #111317"
34+ inactive_tab_edge = " #3a3e47"
35+
36+ [colors .tab_bar .active_tab ]
37+ bg_color = " #1a1d23"
38+ fg_color = " #adb0bb"
39+ intensity = " Normal"
40+ italic = false
41+ strikethrough = false
42+ underline = " None"
43+
44+ [colors .tab_bar .inactive_tab ]
45+ bg_color = " #111317"
46+ fg_color = " #494d56"
47+ intensity = " Normal"
48+ italic = false
49+ strikethrough = false
50+ underline = " None"
51+
52+ [colors .tab_bar .inactive_tab_hover ]
53+ bg_color = " #1a1d23"
54+ fg_color = " #adb0bb"
55+ intensity = " Normal"
56+ italic = false
57+ strikethrough = false
58+ underline = " None"
59+
60+ [colors .tab_bar .new_tab ]
61+ bg_color = " #111317"
62+ fg_color = " #494d56"
63+ intensity = " Normal"
64+ italic = false
65+ strikethrough = false
66+ underline = " None"
67+
68+ [colors .tab_bar .new_tab_hover ]
69+ bg_color = " #1a1d23"
70+ fg_color = " #adb0bb"
71+ intensity = " Normal"
72+ italic = false
73+ strikethrough = false
74+ underline = " None"
75+
76+ [metadata ]
77+ name = " Astrodark"
78+ author = ' A-lamia(https://github.com/A-Lamia)'
79+ aliases = []
You can’t perform that action at this time.
0 commit comments