Add DeepOcean Theme (#79)

Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
YEL!ne 2024-02-12 17:09:10 +08:00 committed by GitHub
parent 84ef57c0f7
commit dbd8e1d0c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 80 additions and 0 deletions

28
standard/deep_ocean.yaml Normal file
View 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"