Flattening repo

This commit is contained in:
elvis kahoro 2022-02-16 00:49:47 -08:00
parent 096216dd4f
commit cb86ca4e2b
499 changed files with 517 additions and 318 deletions

View file

@ -1,28 +0,0 @@
# Accent color for UI elements
accent: '#FD8C73'
# Terminal background color
background: '#ffffff'
# Whether the theme is lighter or darker.
details: lighter
# The foreground color.
foreground: '#24292f'
# Ansi escape colors.
terminal_colors:
bright:
black: '#32383f'
blue: '#80ccff'
cyan: '#b3f0ff'
green: '#6fdd8b'
magenta: '#d8b9ff'
red: '#ffaba8'
white: '#d0d7de'
yellow: '#eac54f'
normal:
black: '#24292f'
blue: '#54aeff'
cyan: '#76e3ea'
green: '#4ac26b'
magenta: '#c297ff'
red: '#ff8182'
white: '#d0d7de'
yellow: '#d4a72c'