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: '#b8c4c3'
accent: "#b8c4c3"
# Terminal background color
background: '#273136'
background: "#273136"
# Whether the theme is lighter or darker.
details: darker
# The foreground color.
foreground: '#f2fffc'
foreground: "#f2fffc"
# Ansi escape colors.
terminal_colors:
bright:
black: '#6b7678'
red: '#ff6d7e'
green: '#a2e57b'
yellow: '#ffed72'
blue: '#6ab0f3'
magenta: '#baa0f8'
cyan: '#7cd5f1'
white: '#f2fffc'
black: "#6b7678"
red: "#ff6d7e"
green: "#a2e57b"
yellow: "#ffed72"
blue: "#6ab0f3"
magenta: "#baa0f8"
cyan: "#7cd5f1"
white: "#f2fffc"
normal:
black: '#273136'
red: '#ff6d7e'
green: '#a2e57b'
yellow: '#ffed72'
blue: '#6ab0f3'
magenta: '#baa0f8'
cyan: '#7cd5f1'
white: '#f2fffc'
black: "#273136"
red: "#ff6d7e"
green: "#a2e57b"
yellow: "#ffed72"
blue: "#6ab0f3"
magenta: "#baa0f8"
cyan: "#7cd5f1"
white: "#f2fffc"