feat: add zenbones theme (#81)

* feat: add zenbones theme

* chore: move zenbones to standard dir

* chore: fix folder structure

* chore: generate assets
This commit is contained in:
Guilherme de Andrade 2024-02-12 09:06:30 +00:00 committed by GitHub
parent 72a3d407c4
commit 66fa69a873
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 203 additions and 4 deletions

View file

@ -0,0 +1,23 @@
accent: "#E97451" # Accent color for UI elements
background: "#F0EDEC" # Terminal background color
details: lighter # Whether the theme is lighter or darker.
foreground: "#2C363C" # The foreground color.
terminal_colors: # Ansi escape colors.
bright:
black: "#F0EDEC"
blue: "#286486"
cyan: "#3B8992"
green: "#4F6C31"
magenta: "#88507D"
red: "#A8334C"
white: "#2C363C"
yellow: "#944927"
normal:
black: "#CFC1BA"
blue: "#1D5573"
cyan: "#2B747C"
green: "#3F5A22"
magenta: "#7B3B70"
red: "#94253E"
white: "#4F5E68"
yellow: "#803D1C"