Moving themes to multiple folders

This commit is contained in:
elvis kahoro 2022-04-11 23:00:47 -04:00
parent 2bffdedb49
commit 1a2bfc81f7
78 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,28 @@
# Accent color for UI elements
accent: '#7a8478'
# Terminal background color
background: '#2b3339'
# Whether the theme is lighter or darker.
details: darker
# The foreground color.
foreground: '#d3c6aa'
# Ansi escape colors.
terminal_colors:
bright:
black: '#445055'
red: '#e67e80'
green: '#a7c080'
yellow: '#dbbc7f'
blue: '#7fbbb3'
magenta: '#d699b6'
cyan: '#83c092'
white: '#d3c6aa'
normal:
black: '#445055'
red: '#e67e80'
green: '#a7c080'
yellow: '#dbbc7f'
blue: '#7fbbb3'
magenta: '#d699b6'
cyan: '#83c092'
white: '#d3c6aa'