mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 09:07:11 -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: '#FD8C73'
|
||||
accent: "#FD8C73"
|
||||
# Terminal background color
|
||||
background: '#ffffff'
|
||||
background: "#ffffff"
|
||||
# Whether the theme is lighter or darker.
|
||||
details: lighter
|
||||
# The foreground color.
|
||||
foreground: '#24292f'
|
||||
foreground: "#24292f"
|
||||
# Ansi escape colors.
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: '#32383f'
|
||||
blue: '#80ccff'
|
||||
cyan: '#b3f0ff'
|
||||
green: '#6fdd8b'
|
||||
magenta: '#d8b9ff'
|
||||
red: '#ffaba8'
|
||||
white: '#d0d7de'
|
||||
yellow: '#eac54f'
|
||||
black: "#32383f"
|
||||
blue: "#80ccff"
|
||||
cyan: "#b3f0ff"
|
||||
green: "#6fdd8b"
|
||||
magenta: "#d8b9ff"
|
||||
red: "#ffaba8"
|
||||
white: "#d0d7de"
|
||||
yellow: "#eac54f"
|
||||
normal:
|
||||
black: '#24292f'
|
||||
blue: '#54aeff'
|
||||
cyan: '#76e3ea'
|
||||
green: '#4ac26b'
|
||||
magenta: '#c297ff'
|
||||
red: '#ff8182'
|
||||
white: '#d0d7de'
|
||||
yellow: '#d4a72c'
|
||||
black: "#24292f"
|
||||
blue: "#54aeff"
|
||||
cyan: "#76e3ea"
|
||||
green: "#4ac26b"
|
||||
magenta: "#c297ff"
|
||||
red: "#ff8182"
|
||||
white: "#d0d7de"
|
||||
yellow: "#d4a72c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue