mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-26 01:27: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,25 +1,24 @@
|
|||
|
||||
accent: '#6daf22'
|
||||
background: '#1e1e1e'
|
||||
accent: "#6daf22"
|
||||
background: "#1e1e1e"
|
||||
details: darker
|
||||
foreground: '#aeafad'
|
||||
foreground: "#aeafad"
|
||||
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: '#000000'
|
||||
blue: '#0000ff'
|
||||
cyan: '#00ffff'
|
||||
green: '#00ff00'
|
||||
magenta: '#ff00ff'
|
||||
red: '#ff0000'
|
||||
white: '#ffffff'
|
||||
yellow: '#ffff00'
|
||||
black: "#000000"
|
||||
blue: "#0000ff"
|
||||
cyan: "#00ffff"
|
||||
green: "#00ff00"
|
||||
magenta: "#ff00ff"
|
||||
red: "#ff0000"
|
||||
white: "#ffffff"
|
||||
yellow: "#ffff00"
|
||||
normal:
|
||||
black: '#000000'
|
||||
blue: '#0000ff'
|
||||
cyan: '#00ffff'
|
||||
green: '#00ff00'
|
||||
magenta: '#ff00ff'
|
||||
red: '#ff0000'
|
||||
white: '#ffffff'
|
||||
yellow: '#ffff00'
|
||||
black: "#000000"
|
||||
blue: "#0000ff"
|
||||
cyan: "#00ffff"
|
||||
green: "#00ff00"
|
||||
magenta: "#ff00ff"
|
||||
red: "#ff0000"
|
||||
white: "#ffffff"
|
||||
yellow: "#ffff00"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue