mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-27 01:58:12 -07:00
feat: add soft onedark theme (#60)
Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
parent
a8c41b5bca
commit
e858436feb
3 changed files with 186 additions and 111 deletions
23
standard/soft_one_dark.yaml
Normal file
23
standard/soft_one_dark.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
background: "#282C34"
|
||||
foreground: "#ABB2BF"
|
||||
accent: "#64AEEF"
|
||||
terminal_colors:
|
||||
normal:
|
||||
blue: "#64AEEF"
|
||||
black: "#9e9e9e"
|
||||
magenta: "#C676DD"
|
||||
red: "#ff8272"
|
||||
green: "#97C379"
|
||||
white: "#ABB2BF"
|
||||
yellow: "#E4C17B"
|
||||
cyan: "#828996"
|
||||
bright:
|
||||
green: "#d6fcb9"
|
||||
magenta: "#ffb1fe"
|
||||
cyan: "#e5e6fe"
|
||||
white: "#feffff"
|
||||
red: "#ffc4bd"
|
||||
blue: "#c1e3fe"
|
||||
black: "#8e8e8e"
|
||||
yellow: "#fefdd5"
|
||||
details: "darker"
|
Loading…
Add table
Add a link
Reference in a new issue