mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-26 09:38:12 -07:00
Add DeepOcean Theme (#79)
Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
parent
84ef57c0f7
commit
dbd8e1d0c3
3 changed files with 80 additions and 0 deletions
28
standard/deep_ocean.yaml
Normal file
28
standard/deep_ocean.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# accent color for ui elements
|
||||
accent: "#f7cd7a"
|
||||
# terminal background color
|
||||
background: "#0f111a"
|
||||
# whether the theme is lighter or darker
|
||||
details: darker
|
||||
# the foreground color
|
||||
foreground: "#ffffff"
|
||||
# ansi escape colors
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: "#999999"
|
||||
red: "#ff7f7f"
|
||||
green: "#d4ffa9"
|
||||
yellow: "#ffff88"
|
||||
blue: "#bfdfff"
|
||||
magenta: "#ffb6ff"
|
||||
cyan: "#aeeeee"
|
||||
white: "#cccccc"
|
||||
normal:
|
||||
black: "#656565"
|
||||
red: "#d17073"
|
||||
green: "#cae397"
|
||||
yellow: "#f8d749"
|
||||
blue: "#87a4e1"
|
||||
magenta: "#c678dd"
|
||||
cyan: "#56b6c2"
|
||||
white: "#abb2bf"
|
Loading…
Add table
Add a link
Reference in a new issue