chore: update theme (fjord-core@9469359)

This commit is contained in:
fjord-themes-bot
2026-03-19 22:39:24 +00:00
commit 818ffd8fd4

57
src/fjord.conf Normal file
View File

@@ -0,0 +1,57 @@
# Copyright (c) 2016-present Sven Greb <development@svengreb.de>
# 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"