Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 03a7d6b

Browse files
Update with the latest tinted-theming colorschemes
1 parent a6b2b6c commit 03a7d6b

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

themes/base16-aztec.config

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[colors]
2+
# Base16 Aztec
3+
# Scheme author: TheNeverMan (github.com/TheNeverMan)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
foreground = #ffda51
7+
foreground_bold = #ffda51
8+
cursor = #ffda51
9+
cursor_foreground = #101600
10+
background = #101600
11+
12+
# 16 color space
13+
14+
# Black, Gray, Silver, White
15+
color0 = #101600
16+
color8 = #2e2e05
17+
color7 = #ffda51
18+
color15 = #ffeba0
19+
20+
# Red
21+
color1 = #ee2e00
22+
color9 = #ee2e00
23+
24+
# Green
25+
color2 = #63d932
26+
color10 = #63d932
27+
28+
# Yellow
29+
color3 = #eebb00
30+
color11 = #eebb00
31+
32+
# Blue
33+
color4 = #5b4a9f
34+
color12 = #5b4a9f
35+
36+
# Purple
37+
color5 = #883e9f
38+
color13 = #883e9f
39+
40+
# Teal
41+
color6 = #3d94a5
42+
color14 = #3d94a5
43+
44+
# Extra colors
45+
color16 = #ee8800
46+
color17 = #a928b9
47+
color18 = #1a1e01
48+
color19 = #242604
49+
color20 = #ffd129
50+
color21 = #ffe178

0 commit comments

Comments
 (0)