38 lines
750 B
Plaintext
38 lines
750 B
Plaintext
|
|
# This file is auto-generated by shipwright.nvim
|
||
|
|
# Ghostty color configuration
|
||
|
|
# See: https://ghostty.org/docs/config/reference
|
||
|
|
# Basic colors
|
||
|
|
foreground = "#2C363C"
|
||
|
|
background = "#F0EDEC"
|
||
|
|
# Selection colors
|
||
|
|
selection-foreground = "#2C363C"
|
||
|
|
selection-background = "#CBD9E3"
|
||
|
|
# Cursor colors
|
||
|
|
cursor-color = "#2C363C"
|
||
|
|
cursor-text = "#F0EDEC"
|
||
|
|
# The basic 16 colors
|
||
|
|
# black
|
||
|
|
palette = 0=#F0EDEC
|
||
|
|
palette = 8=#CFC1BA
|
||
|
|
# red
|
||
|
|
palette = 1=#A8334C
|
||
|
|
palette = 9=#94253E
|
||
|
|
# green
|
||
|
|
palette = 2=#4F6C31
|
||
|
|
palette = 10=#3F5A22
|
||
|
|
# yellow
|
||
|
|
palette = 3=#944927
|
||
|
|
palette = 11=#803D1C
|
||
|
|
# blue
|
||
|
|
palette = 4=#286486
|
||
|
|
palette = 12=#1D5573
|
||
|
|
# magenta
|
||
|
|
palette = 5=#88507D
|
||
|
|
palette = 13=#7B3B70
|
||
|
|
# cyan
|
||
|
|
palette = 6=#3B8992
|
||
|
|
palette = 14=#2B747C
|
||
|
|
# white
|
||
|
|
palette = 7=#2C363C
|
||
|
|
palette = 15=#4F5E68
|