mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 17:17: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_machine.yaml
Normal file
28
standard/monokai_pro_machine.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Accent color for UI elements
|
||||
accent: '#b8c4c3'
|
||||
# Terminal background color
|
||||
background: '#273136'
|
||||
# Whether the theme is lighter or darker.
|
||||
details: darker
|
||||
# The foreground color.
|
||||
foreground: '#f2fffc'
|
||||
# Ansi escape colors.
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: '#6b7678'
|
||||
red: '#ff6d7e'
|
||||
green: '#a2e57b'
|
||||
yellow: '#ffed72'
|
||||
blue: '#6ab0f3'
|
||||
magenta: '#baa0f8'
|
||||
cyan: '#7cd5f1'
|
||||
white: '#f2fffc'
|
||||
normal:
|
||||
black: '#273136'
|
||||
red: '#ff6d7e'
|
||||
green: '#a2e57b'
|
||||
yellow: '#ffed72'
|
||||
blue: '#6ab0f3'
|
||||
magenta: '#baa0f8'
|
||||
cyan: '#7cd5f1'
|
||||
white: '#f2fffc'
|
Loading…
Add table
Add a link
Reference in a new issue