From a072c9ac6235ef40092535206ed611e8e76a3d65 Mon Sep 17 00:00:00 2001 From: Nizamuddin Sulieman Date: Mon, 6 Feb 2023 23:58:31 +0800 Subject: [PATCH] feat(extra): add nordic theme for `wezterm` reference: https://github.com/AlexvZyl/nordic.nvim/issues/18 --- extras/wezterm/nordic.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extras/wezterm/nordic.toml diff --git a/extras/wezterm/nordic.toml b/extras/wezterm/nordic.toml new file mode 100644 index 00000000..5b413c76 --- /dev/null +++ b/extras/wezterm/nordic.toml @@ -0,0 +1,15 @@ +# Nordic Colorscheme for Wezterm. +# Based on https://github.com/AlexvZyl/nordic.nvim +# Author: @kuntau + +[colors] +foreground = "#D8DEE9" +background = "#242933" +cursor_bg = "#D8DEE9" +cursor_border = "#D8DEE9" +cursor_fg = "#242933" +selection_fg = "#D8DEE9" +selection_bg = "#2E3440" + +ansi = [ "#191C24", "#BF616A", "#A3BE8C", "#EBCB8B", "#81A1C1", "#B48EAD", "#8FBCBB", "#D8DEE9", ] +brights = [ "#3B4252", "#D06F79", "#B1D196", "#F0D399", "#88C0D0", "#C895BF", "#93CCDC", "#E5E9F0", ]