mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-06-16 23:10:51 -07:00
feat: add Arc Dark theme (#52)
Signed-off-by: Pascal Nitsche <saikootau@gmail.com> Signed-off-by: Pascal Nitsche <saikootau@gmail.com>
This commit is contained in:
parent
2b4aee5021
commit
ae7697cea2
3 changed files with 75 additions and 0 deletions
23
standard/arc_dark.yaml
Normal file
23
standard/arc_dark.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
accent: '#009688'
|
||||
background: '#2f343f'
|
||||
details: darker
|
||||
foreground: '#d3dae3'
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: '#2f343f'
|
||||
red: '#d64937'
|
||||
green: '#86df5d'
|
||||
yellow: '#fdd75a'
|
||||
blue: '#0f75bd'
|
||||
magenta: '#9e5e83'
|
||||
cyan: '#37c3d6'
|
||||
white: '#f9f9f9'
|
||||
normal:
|
||||
black: '#262b36'
|
||||
red: '#9c3528'
|
||||
green: '#61bc3b'
|
||||
yellow: '#f3b43a'
|
||||
blue: '#0d68a8'
|
||||
magenta: '#744560'
|
||||
cyan: '#288e9c'
|
||||
white: '#a2a2a2'
|
Loading…
Add table
Add a link
Reference in a new issue