Skip to content

Commit

Permalink
Update termthemes.json
Browse files Browse the repository at this point in the history
Add a new theme 'WarmYellow'
  • Loading branch information
geekgao authored Oct 6, 2024
1 parent 1bd2fe8 commit c8daa37
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion pkg/wconfig/defaultconfig/termthemes.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,29 @@
"selectionBackground": "#3A96DD",
"background": "#0C0C0C",
"cursorAccent": "#CCCCCC"
}
},
"warmyellow": {
"display:name": "WarmYellow",
"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",
"cursorColor": "#F9D784"
}
}

0 comments on commit c8daa37

Please sign in to comment.