From 818ffd8fd46713eb86eaa7a9502f378f2ca8ce13 Mon Sep 17 00:00:00 2001 From: fjord-themes-bot Date: Thu, 19 Mar 2026 22:39:24 +0000 Subject: [PATCH] chore: update theme (fjord-core@9469359) --- src/fjord.conf | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 src/fjord.conf diff --git a/src/fjord.conf b/src/fjord.conf new file mode 100644 index 0000000..ab5028b --- /dev/null +++ b/src/fjord.conf @@ -0,0 +1,57 @@ +# Copyright (c) 2016-present Sven Greb +# Copyright (c) 2025 jshuntley +# This source code is licensed under the MIT license found in the LICENSE file. + +#+---------------+ +#+ Color Palette + +#+---------------+ +# Fjord Color Palette +set -g @fjord_bg "#1B2532" +set -g @fjord_bg_secondary "#222E3F" +set -g @fjord_fg "#6C7A86" +set -g @fjord_fg_light "#E8F0F3" +set -g @fjord_green "#9DD99A" +set -g @fjord_mist "#B8E7E9" +set -g @fjord_blue "#5DA6EA" +set -g @fjord_yellow "#C8B860" + +#+----------------+ +#+ Plugin Support + +#+----------------+ +#+--- tmux-prefix-highlight ---+ +set -g @prefix_highlight_fg "#1B2532" +set -g @prefix_highlight_bg "#B8E7E9" + +#+---------+ +#+ Options + +#+---------+ +set -g status-interval 1 +set -g status on + +#+--------+ +#+ Status + +#+--------+ +#+--- Layout ---+ +set -g status-justify left + +#+--- Colors ---+ +set -g status-style bg="#1B2532",fg="#51606B" + +#+-------+ +#+ Panes + +#+-------+ +set -g pane-border-style bg="#1B2532",fg="#1F2A39" +set -g pane-active-border-style bg="#1B2532",fg="#9DD99A" +set -g display-panes-colour "#1B2532" +set -g display-panes-active-colour "#B8E7E9" + +#+------------+ +#+ Clock Mode + +#+------------+ +setw -g clock-mode-colour "#9DD99A" + +#+----------+ +#+ Messages + +#+---------+ +set -g message-style bg="#B8E7E9",fg="#1B2532" +set -g message-command-style bg="#5DA6EA",fg="#1B2532" \ No newline at end of file