From ffd4a831a70b9db0196df34af97a43c70119b39b Mon Sep 17 00:00:00 2001 From: fjord-themes-bot Date: Thu, 19 Mar 2026 22:39:23 +0000 Subject: [PATCH] chore: update theme (fjord-core@9469359) --- themes/fjord.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 themes/fjord.json diff --git a/themes/fjord.json b/themes/fjord.json new file mode 100644 index 0000000..cb511f7 --- /dev/null +++ b/themes/fjord.json @@ -0,0 +1,27 @@ +{ +"name": "Fjord", + +"background": "#1B2532", +"foreground": "#E8F0F3", + +"selectionBackground": "#B8E7E9", +"cursorColor": "#9DD99A", + +"black": "#212128", +"red": "#F37C7C", +"green": "#9DD99A", +"yellow": "#C8B860", +"blue": "#5DA6EA", +"purple": "#A8A4F8", +"cyan": "#B8E7E9", +"white": "#E8F0F3", + +"brightBlack": "#51606B", +"brightRed": "#FF9B9B", +"brightGreen": "#A3D5A0", +"brightYellow": "#D4CC7A", +"brightBlue": "#7BB8FF", +"brightPurple": "#C8CCF7", +"brightCyan": "#A1E9DE", +"brightWhite": "#EFFAFF" +} \ No newline at end of file