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

@ -2,30 +2,30 @@
# Based off of the iTerm2 Jellybeans theme
# Accent color for UI elements.
accent: '#e1c0fa'
accent: "#e1c0fa"
# Terminal background color.
background: '#121212'
background: "#121212"
# Whether the theme is lighter or darker.
details: darker
# The foreground color.
foreground: '#dedede'
foreground: "#dedede"
# Ansi escape colors.
terminal_colors:
bright:
black: '#929292'
blue: '#97bedc'
cyan: '#00988e'
green: '#94b979'
magenta: '#e1c0fa'
red: '#ffa1a1'
white: '#ffffff'
yellow: '#ffdca0'
black: "#929292"
blue: "#97bedc"
cyan: "#00988e"
green: "#94b979"
magenta: "#e1c0fa"
red: "#ffa1a1"
white: "#ffffff"
yellow: "#ffdca0"
normal:
black: '#929292'
blue: '#97bedc'
cyan: '#00988e'
green: '#94b979'
magenta: '#e1c0fa'
red: '#e27373'
white: '#dedede'
yellow: '#ffba7b'
black: "#929292"
blue: "#97bedc"
cyan: "#00988e"
green: "#94b979"
magenta: "#e1c0fa"
red: "#e27373"
white: "#dedede"
yellow: "#ffba7b"