diff --git a/dot_config/ghostty/config.tmpl b/dot_config/ghostty/config.tmpl index 42c79e4ffc21474645f5a3d1a643e72eeb894dbf..938d8019793eec73f0c0669bae1f853d1f3ff4b2 100644 --- a/dot_config/ghostty/config.tmpl +++ b/dot_config/ghostty/config.tmpl @@ -1,4 +1,6 @@ theme = dark:buffy,light:alucard +palette-generate = true +palette-harmonious = true font-family = {{ .font }} font-size = 16 font-feature = +ss01 diff --git a/dot_config/ghostty/themes/alucard b/dot_config/ghostty/themes/alucard new file mode 100644 index 0000000000000000000000000000000000000000..93c35fb242bb5980967da74b5fa9f3cf35756699 --- /dev/null +++ b/dot_config/ghostty/themes/alucard @@ -0,0 +1,22 @@ +palette = 0=#F5F5F5 +palette = 1=#CB3A2A +palette = 2=#14710A +palette = 3=#846E15 +palette = 4=#644AC9 +palette = 5=#A3144D +palette = 6=#036A96 +palette = 7=#1F1F1F +palette = 8=#FFFFFF +palette = 9=#D74C3D +palette = 10=#198D0C +palette = 11=#9E841A +palette = 12=#7862D0 +palette = 13=#BF185A +palette = 14=#047FB4 +palette = 15=#2C2B31 +background = #F5F5F5 +foreground = #1F1F1F +cursor-color = #635D97 +cursor-text = #F5F5F5 +selection-background = #CFCFDE +selection-foreground = #1F1F1F diff --git a/dot_config/ghostty/themes/buffy b/dot_config/ghostty/themes/buffy new file mode 100644 index 0000000000000000000000000000000000000000..3a8fec14e4d6af56a1365991de1ef8c842a250f5 --- /dev/null +++ b/dot_config/ghostty/themes/buffy @@ -0,0 +1,22 @@ +palette = 0=#22212C +palette = 1=#FF9580 +palette = 2=#8AFF80 +palette = 3=#FFFF80 +palette = 4=#9580FF +palette = 5=#FF80BF +palette = 6=#80FFEA +palette = 7=#F8F8F2 +palette = 8=#624C67 +palette = 9=#FFAA99 +palette = 10=#A2FF99 +palette = 11=#FFFF99 +palette = 12=#AA99FF +palette = 13=#FF99CC +palette = 14=#99FFEE +palette = 15=#FFFFFF +background = #2A212C +foreground = #F8F8F2 +cursor-color = #9F70A9 +cursor-text = #2A212C +selection-background = #544158 +selection-foreground = #F8F8F2