Add theme one-monokai (#46)

* added one monokai yaml

* generated previews
This commit is contained in:
arambrosius 2022-09-28 16:05:24 -05:00 committed by GitHub
parent 8131f5fb3c
commit d11cfb9033
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 119 additions and 0 deletions

28
standard/one_monokai.yaml Normal file
View file

@ -0,0 +1,28 @@
# Accent color for UI elements
accent: '#98c379'
# Terminal background color
background: '#282c34'
# Whether the theme is lighter or darker.
details: darker
# The foreground color.
foreground: '#abb2bf'
# Ansi escape colors.
terminal_colors:
bright:
black: '#6e7066'
red: '#f92672'
green: '#98c379'
yellow: '#e5c07b'
blue: '#61afef'
magenta: '#c678dd'
cyan: '#56b6c2'
white: '#fdfff1'
normal:
black: '#272822'
red: '#e06c75'
green: '#98c379'
yellow: '#e5c07b'
blue: '#61afef'
magenta: '#c678dd'
cyan: '#56b6c2'
white: '#abb2bf'