commit 1604ff1847ae1acfec903af645918d17010436ab Author: fjord-themes-bot Date: Thu Mar 19 22:39:20 2026 +0000 chore: update theme (fjord-core@9469359) diff --git a/themes/fjord.conf b/themes/fjord.conf new file mode 100644 index 0000000..ed540f4 --- /dev/null +++ b/themes/fjord.conf @@ -0,0 +1,64 @@ +# vim:ft=kitty +## name: Fjord + +#: Basic colors +foreground #E8F0F3 +background #1B2532 +selection_foreground #1B2532 +selection_background #B8E7E9 + +#: Cursor +cursor #9DD99A +cursor_text_color #1B2532 +cursor_trail_color none + +#: URL underline color +url_color #B8E7E9 + +#: Window borders / bell +active_border_color #9DD99A +inactive_border_color #233141 +bell_border_color #D4CC7A +visual_bell_color none + +#: Tabs +active_tab_foreground #1B2532 +active_tab_background #5DA6EA +inactive_tab_foreground #6C7A86 +inactive_tab_background #1F2A39 +tab_bar_background none +tab_bar_margin_color none + +#: 16 ANSI colors — Fjord (WT-aligned) + +# black +color0 #212128 +color8 #51606B + +# red +color1 #F37C7C +color9 #FF9B9B + +# green (cursor/accents) +color2 #9DD99A +color10 #A3D5A0 + +# yellow (selection/functions) +color3 #C8B860 +color11 #D4CC7A + +# blue +color4 #5DA6EA +color12 #7BB8FF + +# magenta +color5 #A8A4F8 +color13 #C8CCF7 + +# cyan +color6 #B8E7E9 +color14 #A1E9DE + +# white +color7 #E8F0F3 +color15 #EFFAFF \ No newline at end of file