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: '#C9CBFF'
|
||||
accent: "#C9CBFF"
|
||||
# Terminal background color
|
||||
background: '#1E1E2E'
|
||||
background: "#1E1E2E"
|
||||
# Whether the theme is lighter or darker.
|
||||
details: darker
|
||||
# The foreground color.
|
||||
foreground: '#D9E0EE'
|
||||
foreground: "#D9E0EE"
|
||||
# Ansi escape colors.
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: '#988BA2'
|
||||
red: '#F28FAD'
|
||||
green: '#ABE9B3'
|
||||
yellow: '#FAE3B0'
|
||||
blue: '#96CDFB'
|
||||
magenta: '#F5C2E7'
|
||||
cyan: '#89DCEB'
|
||||
white: '#D9E0EE'
|
||||
black: "#988BA2"
|
||||
red: "#F28FAD"
|
||||
green: "#ABE9B3"
|
||||
yellow: "#FAE3B0"
|
||||
blue: "#96CDFB"
|
||||
magenta: "#F5C2E7"
|
||||
cyan: "#89DCEB"
|
||||
white: "#D9E0EE"
|
||||
normal:
|
||||
black: '#6E6C7E'
|
||||
red: '#F28FAD'
|
||||
green: '#ABE9B3'
|
||||
yellow: '#FAE3B0'
|
||||
blue: '#96CDFB'
|
||||
magenta: '#F5C2E7'
|
||||
cyan: '#89DCEB'
|
||||
white: '#C3BAC6'
|
||||
black: "#6E6C7E"
|
||||
red: "#F28FAD"
|
||||
green: "#ABE9B3"
|
||||
yellow: "#FAE3B0"
|
||||
blue: "#96CDFB"
|
||||
magenta: "#F5C2E7"
|
||||
cyan: "#89DCEB"
|
||||
white: "#C3BAC6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue