This theme is iceberg (#5)

* This theme is iceberg
This commit is contained in:
Nackan 2021-10-05 08:15:51 +09:00 committed by GitHub
parent a3f7b738b8
commit 77a6c4483f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 121 additions and 1 deletions

28
standard/iceberg.yaml Normal file
View file

@ -0,0 +1,28 @@
# Accent color for UI elements
accent: '#84a0c6'
# Terminal background color
background: '#161821'
# Whether the theme is lighter or darker.
details: darker
# The foreground color.
foreground: '#d2d4de'
# Ansi escape colors.
terminal_colors:
bright:
black: '#6b7089'
blue: '#91acd1'
cyan: '#95c4ce'
green: '#c0ca8e'
magenta: '#ada0d3'
red: '#e98989'
white: '#d2d4de'
yellow: '#e9b189'
normal:
black: '#161821'
blue: '#84a0c6'
cyan: '#89b8c2'
green: '#b4be82'
magenta: '#a093c7'
red: '#e27878'
white: '#c6c8d1'
yellow: '#e2a478'