add monokai pro themes (#13)

This commit is contained in:
WindSoilder 2022-01-28 17:37:30 +08:00 committed by GitHub
parent 7ac047f87d
commit a09d7ed9c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 715 additions and 1 deletions

28
standard/monokai_pro.yaml Normal file
View 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'