lint: trunk fmt

This commit is contained in:
elvis kahoro 2022-10-23 22:49:40 -04:00
parent 3de1620f3d
commit 892e438bd4
276 changed files with 5432 additions and 5639 deletions

View file

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