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,23 +1,23 @@
|
|||
accent: '#8695b7' # Accent color for UI elements
|
||||
background: '#1d2433' # Terminal background color
|
||||
accent: "#8695b7" # Accent color for UI elements
|
||||
background: "#1d2433" # Terminal background color
|
||||
details: darker # Whether the theme is lighter or darker.
|
||||
foreground: '#a2aabc' # The foreground color.
|
||||
foreground: "#a2aabc" # The foreground color.
|
||||
terminal_colors: # Ansi escape colors.
|
||||
bright:
|
||||
black: '#171c28'
|
||||
blue: '#5ccfe6'
|
||||
cyan: '#5ccfe6'
|
||||
green: '#bae67e'
|
||||
magenta: '#c3a6ff'
|
||||
red: '#ef6b73'
|
||||
white: '#d7dce2'
|
||||
yellow: '#ffd580'
|
||||
black: "#171c28"
|
||||
blue: "#5ccfe6"
|
||||
cyan: "#5ccfe6"
|
||||
green: "#bae67e"
|
||||
magenta: "#c3a6ff"
|
||||
red: "#ef6b73"
|
||||
white: "#d7dce2"
|
||||
yellow: "#ffd580"
|
||||
normal:
|
||||
black: '#8695b7'
|
||||
blue: '#5ccfe6'
|
||||
cyan: '#5ccfe6'
|
||||
green: '#bae67e'
|
||||
magenta: '#c3a6ff'
|
||||
red: '#f07078'
|
||||
white: '#d7dce2'
|
||||
yellow: '#ffd580'
|
||||
black: "#8695b7"
|
||||
blue: "#5ccfe6"
|
||||
cyan: "#5ccfe6"
|
||||
green: "#bae67e"
|
||||
magenta: "#c3a6ff"
|
||||
red: "#f07078"
|
||||
white: "#d7dce2"
|
||||
yellow: "#ffd580"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue