mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-06-16 23:10:51 -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: '#bab6c0'
|
||||
accent: "#bab6c0"
|
||||
# Terminal background color
|
||||
background: '#222222'
|
||||
background: "#222222"
|
||||
# Whether the theme is lighter or darker.
|
||||
details: darker
|
||||
# The foreground color.
|
||||
foreground: '#f7f1ff'
|
||||
foreground: "#f7f1ff"
|
||||
# Ansi escape colors.
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: '#69676c'
|
||||
red: '#fc618d'
|
||||
green: '#7bd88f'
|
||||
yellow: '#fce566'
|
||||
blue: '#6ab0f3'
|
||||
magenta: '#948ae3'
|
||||
cyan: '#5ad4e6'
|
||||
white: '#f7f1ff'
|
||||
black: "#69676c"
|
||||
red: "#fc618d"
|
||||
green: "#7bd88f"
|
||||
yellow: "#fce566"
|
||||
blue: "#6ab0f3"
|
||||
magenta: "#948ae3"
|
||||
cyan: "#5ad4e6"
|
||||
white: "#f7f1ff"
|
||||
normal:
|
||||
black: '#222222'
|
||||
red: '#fc618d'
|
||||
green: '#7bd88f'
|
||||
yellow: '#fce566'
|
||||
blue: '#6ab0f3'
|
||||
magenta: '#948ae3'
|
||||
cyan: '#5ad4e6'
|
||||
white: '#f7f1ff'
|
||||
black: "#222222"
|
||||
red: "#fc618d"
|
||||
green: "#7bd88f"
|
||||
yellow: "#fce566"
|
||||
blue: "#6ab0f3"
|
||||
magenta: "#948ae3"
|
||||
cyan: "#5ad4e6"
|
||||
white: "#f7f1ff"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue