Skip to content

Commit f1fe401

Browse files
authored
Update termthemes.json (#966)
Add a new theme 'WarmYellow'
1 parent b490113 commit f1fe401

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pkg/wconfig/defaultconfig/termthemes.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,29 @@
102102
"selectionBackground": "#3A96DD",
103103
"background": "#0C0C0C",
104104
"cursor": "#CCCCCC"
105+
},
106+
"warmyellow": {
107+
"display:name": "Warm Yellow",
108+
"display:order": 4,
109+
"black": "#3C3228",
110+
"red": "#E67E22",
111+
"green": "#A5D6A7",
112+
"yellow": "#F9D784",
113+
"blue": "#7FB3D5",
114+
"magenta": "#C39BD3",
115+
"cyan": "#5DADE2",
116+
"white": "#ECF0F1",
117+
"brightBlack": "#7E705A",
118+
"brightRed": "#E74C3C",
119+
"brightGreen": "#82E0AA",
120+
"brightYellow": "#F4D03F",
121+
"brightBlue": "#3498DB",
122+
"brightMagenta": "#9B59B6",
123+
"brightCyan": "#1ABC9C",
124+
"brightWhite": "#FFFFFF",
125+
"background": "#2B2620",
126+
"foreground": "#F2E6D4",
127+
"selectionBackground": "#B7950B",
128+
"cursor": "#F9D784"
105129
}
106130
}

0 commit comments

Comments
 (0)