mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 09:07:11 -07:00
Moving themes to multiple folders
This commit is contained in:
parent
2bffdedb49
commit
1a2bfc81f7
78 changed files with 0 additions and 0 deletions
28
standard/monokai_pro.yaml
Normal file
28
standard/monokai_pro.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Accent color for UI elements
|
||||
accent: '#c1c0c0'
|
||||
# Terminal background color
|
||||
background: '#2d2a2e'
|
||||
# Whether the theme is lighter or darker.
|
||||
details: darker
|
||||
# The foreground color.
|
||||
foreground: '#fcfcfa'
|
||||
# Ansi escape colors.
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: '#727072'
|
||||
red: '#ff6188'
|
||||
green: '#a9dc76'
|
||||
yellow: '#ffd866'
|
||||
blue: '#6ab0f3'
|
||||
magenta: '#ab9df2'
|
||||
cyan: '#78dce8'
|
||||
white: '#fcfcfa'
|
||||
normal:
|
||||
black: '#2d2a2e'
|
||||
red: '#ff6188'
|
||||
green: '#a9dc76'
|
||||
yellow: '#ffd866'
|
||||
blue: '#6ab0f3'
|
||||
magenta: '#ab9df2'
|
||||
cyan: '#78dce8'
|
||||
white: '#fcfcfa'
|
Loading…
Add table
Add a link
Reference in a new issue