Update termthemes.json (#966)

Add a new theme 'WarmYellow'
This commit is contained in:
GeekGao 2024-10-07 04:08:12 +08:00 committed by GitHub
parent b490113a87
commit f1fe401dbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,5 +102,29 @@
"selectionBackground": "#3A96DD",
"background": "#0C0C0C",
"cursor": "#CCCCCC"
},
"warmyellow": {
"display:name": "Warm Yellow",
"display:order": 4,
"black": "#3C3228",
"red": "#E67E22",
"green": "#A5D6A7",
"yellow": "#F9D784",
"blue": "#7FB3D5",
"magenta": "#C39BD3",
"cyan": "#5DADE2",
"white": "#ECF0F1",
"brightBlack": "#7E705A",
"brightRed": "#E74C3C",
"brightGreen": "#82E0AA",
"brightYellow": "#F4D03F",
"brightBlue": "#3498DB",
"brightMagenta": "#9B59B6",
"brightCyan": "#1ABC9C",
"brightWhite": "#FFFFFF",
"background": "#2B2620",
"foreground": "#F2E6D4",
"selectionBackground": "#B7950B",
"cursor": "#F9D784"
}
}