Add ghostty theme
This commit is contained in:
parent
c046141e50
commit
5c49e40e08
4 changed files with 54 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
||||||
~/.config/flake8: etc/flake8
|
~/.config/flake8: etc/flake8
|
||||||
~/.config/gh/config.yml: gh/config.yml
|
~/.config/gh/config.yml: gh/config.yml
|
||||||
~/.config/gh-dash: gh-dash/
|
~/.config/gh-dash: gh-dash/
|
||||||
|
~/.config/ghostty: ghostty/
|
||||||
~/.config/git: git/
|
~/.config/git: git/
|
||||||
~/.config/helix: helix/
|
~/.config/helix: helix/
|
||||||
~/.config/hg: hg/
|
~/.config/hg: hg/
|
||||||
|
|
|
||||||
5
ghostty/config.ghostty
Normal file
5
ghostty/config.ghostty
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
font-family = Input Mono Narrow
|
||||||
|
font-style-bold-italic = BoldIta
|
||||||
|
font-size = 10
|
||||||
|
|
||||||
|
theme = light:jdkaplan-light,dark:jdkaplan-dark
|
||||||
24
ghostty/themes/jdkaplan-dark
Normal file
24
ghostty/themes/jdkaplan-dark
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
palette = 0=#282a2e
|
||||||
|
palette = 1=#cc6666
|
||||||
|
palette = 2=#b5bd68
|
||||||
|
palette = 3=#f0c674
|
||||||
|
palette = 4=#81a2be
|
||||||
|
palette = 5=#b294bb
|
||||||
|
palette = 6=#8abeb7
|
||||||
|
palette = 7=#707880
|
||||||
|
palette = 8=#373b41
|
||||||
|
palette = 9=#a54242
|
||||||
|
palette = 10=#8c9440
|
||||||
|
palette = 11=#de935f
|
||||||
|
palette = 12=#5f819d
|
||||||
|
palette = 13=#85678f
|
||||||
|
palette = 14=#5e8d87
|
||||||
|
palette = 15=#c5c8c6
|
||||||
|
|
||||||
|
background = #1d1f21
|
||||||
|
foreground = #c5c8c6
|
||||||
|
|
||||||
|
cursor-color =
|
||||||
|
cursor-text =
|
||||||
|
selection-background =
|
||||||
|
selection-foreground =
|
||||||
24
ghostty/themes/jdkaplan-light
Normal file
24
ghostty/themes/jdkaplan-light
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
palette = 0=#dadada
|
||||||
|
palette = 1=#ad1d2f
|
||||||
|
palette = 2=#345a09
|
||||||
|
palette = 3=#b44900
|
||||||
|
palette = 4=#024299
|
||||||
|
palette = 5=#63039f
|
||||||
|
palette = 6=#008a86
|
||||||
|
palette = 7=#707070
|
||||||
|
palette = 8=#b3b3b3
|
||||||
|
palette = 9=#f32840
|
||||||
|
palette = 10=#056602
|
||||||
|
palette = 11=#f06d14
|
||||||
|
palette = 12=#337ada
|
||||||
|
palette = 13=#ac37f5
|
||||||
|
palette = 14=#0089a8
|
||||||
|
palette = 15=#909090
|
||||||
|
|
||||||
|
background = #ffffff
|
||||||
|
foreground = #303030
|
||||||
|
|
||||||
|
cursor-color =
|
||||||
|
cursor-text =
|
||||||
|
selection-background =
|
||||||
|
selection-foreground =
|
||||||
Loading…
Add table
Add a link
Reference in a new issue