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: '#7a8478'
accent: "#7a8478"
# Terminal background color
background: '#2b3339'
background: "#2b3339"
# Whether the theme is lighter or darker.
details: darker
# The foreground color.
foreground: '#d3c6aa'
foreground: "#d3c6aa"
# Ansi escape colors.
terminal_colors:
bright:
black: '#445055'
red: '#e67e80'
green: '#a7c080'
yellow: '#dbbc7f'
blue: '#7fbbb3'
magenta: '#d699b6'
cyan: '#83c092'
white: '#d3c6aa'
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'
black: "#445055"
red: "#e67e80"
green: "#a7c080"
yellow: "#dbbc7f"
blue: "#7fbbb3"
magenta: "#d699b6"
cyan: "#83c092"
white: "#d3c6aa"