mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-27 18:18:12 -07:00
feat: Add Ambience theme from Terminator
This commit is contained in:
parent
dbd8e1d0c3
commit
3383a49ab8
3 changed files with 76 additions and 0 deletions
23
standard/ambience.yaml
Normal file
23
standard/ambience.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
accent: "#00c2ff" # Accent color for UI elements
|
||||
background: '#300a24' # Terminal background color
|
||||
details: darker # Whether the theme is lighter or darker.
|
||||
foreground: '#ffffff' # The foreground color.
|
||||
terminal_colors: # Ansi escape colors.
|
||||
normal:
|
||||
black: '#2e3436'
|
||||
red: '#cc0000'
|
||||
green: '#4e9a06'
|
||||
yellow: '#c4a000'
|
||||
magenta: '#5d4062'
|
||||
blue: '#3465a4'
|
||||
white: '#a9aca6'
|
||||
cyan: '#06989a'
|
||||
bright:
|
||||
white: '#bfbfbd'
|
||||
black: '#555753'
|
||||
red: '#ef2929'
|
||||
green: '#8ae234'
|
||||
yellow: '#fce94f'
|
||||
blue: '#729fcf'
|
||||
magenta: '#ad7fa8'
|
||||
cyan: '#34e2e2'
|
Loading…
Add table
Add a link
Reference in a new issue