mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-26 09:38:12 -07:00
lint: trunk fmt
This commit is contained in:
parent
3de1620f3d
commit
892e438bd4
276 changed files with 5432 additions and 5639 deletions
|
@ -1,28 +1,28 @@
|
|||
# Accent color for UI elements
|
||||
accent: '#a6b0a0'
|
||||
accent: "#a6b0a0"
|
||||
# Terminal background color
|
||||
background: '#fff9e8'
|
||||
background: "#fff9e8"
|
||||
# Whether the theme is lighter or darker.
|
||||
details: lighter
|
||||
# The foreground color.
|
||||
foreground: '#5c6a72'
|
||||
foreground: "#5c6a72"
|
||||
# Ansi escape colors.
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: '#e9e8d2'
|
||||
red: '#f85552'
|
||||
green: '#8da101'
|
||||
yellow: '#dfa000'
|
||||
blue: '#3a94c5'
|
||||
magenta: '#df69ba'
|
||||
cyan: '#35a77c'
|
||||
white: '#5c6a72'
|
||||
black: "#e9e8d2"
|
||||
red: "#f85552"
|
||||
green: "#8da101"
|
||||
yellow: "#dfa000"
|
||||
blue: "#3a94c5"
|
||||
magenta: "#df69ba"
|
||||
cyan: "#35a77c"
|
||||
white: "#5c6a72"
|
||||
normal:
|
||||
black: '#e9e8d2'
|
||||
red: '#f85552'
|
||||
green: '#8da101'
|
||||
yellow: '#dfa000'
|
||||
blue: '#3a94c5'
|
||||
magenta: '#df69ba'
|
||||
cyan: '#35a77c'
|
||||
white: '#5c6a72'
|
||||
black: "#e9e8d2"
|
||||
red: "#f85552"
|
||||
green: "#8da101"
|
||||
yellow: "#dfa000"
|
||||
blue: "#3a94c5"
|
||||
magenta: "#df69ba"
|
||||
cyan: "#35a77c"
|
||||
white: "#5c6a72"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue