Add ghostty config
This commit is contained in:
parent
8b087082d6
commit
802edc7d88
3 changed files with 71 additions and 0 deletions
25
config/ghostty/themes/my-dark
Normal file
25
config/ghostty/themes/my-dark
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Colors = your WezTerm dark palette
|
||||
foreground = #8e8e8e
|
||||
background = #191919
|
||||
cursor-color = #BBBBBB
|
||||
cursor-text = #191919
|
||||
selection-foreground = #191919
|
||||
selection-background = #BBBBBB
|
||||
|
||||
# ANSI 0..15
|
||||
palette = 0=#191919
|
||||
palette = 1=#DE6E7C
|
||||
palette = 2=#819B69
|
||||
palette = 3=#B77E64
|
||||
palette = 4=#6099C0
|
||||
palette = 5=#B279A7
|
||||
palette = 6=#66A5AD
|
||||
palette = 7=#BBBBBB
|
||||
palette = 8=#3d3839
|
||||
palette = 9=#E8838F
|
||||
palette = 10=#8BAE68
|
||||
palette = 11=#D68C67
|
||||
palette = 12=#61ABDA
|
||||
palette = 13=#CF86C1
|
||||
palette = 14=#65B8C1
|
||||
palette = 15=#8e8e8e
|
26
config/ghostty/themes/my-light
Normal file
26
config/ghostty/themes/my-light
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Colors = your WezTerm light palette
|
||||
foreground = #4F5e68
|
||||
background = #F0EDEC
|
||||
cursor-color = #2c363c
|
||||
cursor-text = #F0EDEC
|
||||
selection-foreground = #F0EDEC
|
||||
selection-background = #2c363c
|
||||
|
||||
# ANSI 0..15
|
||||
palette = 0=#F0EDEC
|
||||
palette = 1=#A8334C
|
||||
palette = 2=#4F6C31
|
||||
palette = 3=#944927
|
||||
palette = 4=#286486
|
||||
palette = 5=#88507D
|
||||
palette = 6=#3B8992
|
||||
palette = 7=#2C363C
|
||||
palette = 8=#CFC1BA
|
||||
palette = 9=#94253E
|
||||
palette = 10=#3F5A22
|
||||
palette = 11=#803D1C
|
||||
palette = 12=#1D5573
|
||||
palette = 13=#7B3B70
|
||||
palette = 14=#2B747C
|
||||
palette = 15=#4F5E68
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue