add catppuccin theme (#18)

This commit is contained in:
WindSoilder 2022-03-28 16:52:16 +08:00 committed by GitHub
parent 0d3030b591
commit 5f59f36a9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 119 additions and 0 deletions

28
catppuccin.yaml Normal file
View file

@ -0,0 +1,28 @@
# Accent color for UI elements
accent: '#C9CBFF'
# Terminal background color
background: '#1E1E2E'
# Whether the theme is lighter or darker.
details: darker
# The foreground color.
foreground: '#D9E0EE'
# Ansi escape colors.
terminal_colors:
bright:
black: '#988BA2'
red: '#F28FAD'
green: '#ABE9B3'
yellow: '#FAE3B0'
blue: '#96CDFB'
magenta: '#F5C2E7'
cyan: '#89DCEB'
white: '#D9E0EE'
normal:
black: '#6E6C7E'
red: '#F28FAD'
green: '#ABE9B3'
yellow: '#FAE3B0'
blue: '#96CDFB'
magenta: '#F5C2E7'
cyan: '#89DCEB'
white: '#C3BAC6'