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: '#98c379'
|
||||
accent: "#98c379"
|
||||
# Terminal background color
|
||||
background: '#282c34'
|
||||
background: "#282c34"
|
||||
# Whether the theme is lighter or darker.
|
||||
details: darker
|
||||
# The foreground color.
|
||||
foreground: '#abb2bf'
|
||||
foreground: "#abb2bf"
|
||||
# Ansi escape colors.
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: '#6e7066'
|
||||
red: '#f92672'
|
||||
green: '#98c379'
|
||||
yellow: '#e5c07b'
|
||||
blue: '#61afef'
|
||||
magenta: '#c678dd'
|
||||
cyan: '#56b6c2'
|
||||
white: '#fdfff1'
|
||||
black: "#6e7066"
|
||||
red: "#f92672"
|
||||
green: "#98c379"
|
||||
yellow: "#e5c07b"
|
||||
blue: "#61afef"
|
||||
magenta: "#c678dd"
|
||||
cyan: "#56b6c2"
|
||||
white: "#fdfff1"
|
||||
normal:
|
||||
black: '#272822'
|
||||
red: '#e06c75'
|
||||
green: '#98c379'
|
||||
yellow: '#e5c07b'
|
||||
blue: '#61afef'
|
||||
magenta: '#c678dd'
|
||||
cyan: '#56b6c2'
|
||||
white: '#abb2bf'
|
||||
black: "#272822"
|
||||
red: "#e06c75"
|
||||
green: "#98c379"
|
||||
yellow: "#e5c07b"
|
||||
blue: "#61afef"
|
||||
magenta: "#c678dd"
|
||||
cyan: "#56b6c2"
|
||||
white: "#abb2bf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue