diff --git a/Assets/ColorScheme/Cyberpunk/terminal/wezterm/Cyberpunk-dark.toml b/Assets/ColorScheme/Cyberpunk/terminal/wezterm/Cyberpunk-dark.toml new file mode 100644 index 00000000..99ef8ab5 --- /dev/null +++ b/Assets/ColorScheme/Cyberpunk/terminal/wezterm/Cyberpunk-dark.toml @@ -0,0 +1,31 @@ +[colors] +ansi = [ + "#0c0e14", + "#e64572", + "#89d36a", + "#d7a23a", + "#4f8fff", + "#9d6dff", + "#43c9ff", + "#b7c4f2", +] +background = "#0a0d14" +brights = [ + "#2b314a", + "#e64572", + "#89d36a", + "#d7a23a", + "#4f8fff", + "#9d6dff", + "#43c9ff", + "#d8e0ff", +] +cursor_bg = "#d8e0ff" +cursor_border = "#d8e0ff" +cursor_fg = "#0a0d14" +foreground = "#d8e0ff" +selection_bg = "#d8e0ff" +selection_fg = "#0a0d14" + +[metadata] +name = "Noctalia" diff --git a/Assets/ColorScheme/Cyberpunk/terminal/wezterm/Cyberpunk-light.toml b/Assets/ColorScheme/Cyberpunk/terminal/wezterm/Cyberpunk-light.toml new file mode 100644 index 00000000..e47261a7 --- /dev/null +++ b/Assets/ColorScheme/Cyberpunk/terminal/wezterm/Cyberpunk-light.toml @@ -0,0 +1,31 @@ +[colors] +ansi = [ + "#e9e9ed", + "#f52a65", + "#587539", + "#8c6c3e", + "#2e7de9", + "#9854f1", + "#007197", + "#6172b0", +] +background = "#e1e2e7" +brights = [ + "#a1a6c5", + "#f52a65", + "#587539", + "#8c6c3e", + "#2e7de9", + "#9854f1", + "#007197", + "#3760bf", +] +cursor_bg = "#3760bf" +cursor_border = "#3760bf" +cursor_fg = "#e1e2e7" +foreground = "#3760bf" +selection_bg = "#3760bf" +selection_fg = "#e1e2e7" + +[metadata] +name = "Noctalia" diff --git a/Assets/ColorScheme/Gruvbox/terminal/wezterm/Gruvbox-dark.toml b/Assets/ColorScheme/Gruvbox/terminal/wezterm/Gruvbox-dark.toml index b1bfc7a7..628a7bc1 100644 --- a/Assets/ColorScheme/Gruvbox/terminal/wezterm/Gruvbox-dark.toml +++ b/Assets/ColorScheme/Gruvbox/terminal/wezterm/Gruvbox-dark.toml @@ -1,29 +1,29 @@ [colors] ansi = [ - "#fbf1c7", + "#282828", "#cc241d", "#98971a", "#d79921", "#458588", "#b16286", "#689d6a", - "#7c6f64", + "#a89984", ] -background = "#fbf1c7" +background = "#282828" brights = [ "#928374", - "#9d0006", - "#79740e", - "#b57614", - "#076678", - "#8f3f71", - "#427b58", - "#3c3836", + "#fb4934", + "#b8bb26", + "#fabd2f", + "#83a598", + "#d3869b", + "#8ec07c", + "#ebdbb2", ] -cursor_bg = "#3c3836" -cursor_border = "#3c3836" -cursor_fg = "#fbf1c7" -foreground = "#3c3836" +cursor_bg = "#ebdbb2" +cursor_border = "#ebdbb2" +cursor_fg = "#282828" +foreground = "#ebdbb2" [colors.indexed] diff --git a/Assets/ColorScheme/Gruvbox/terminal/wezterm/Gruvbox-light.toml b/Assets/ColorScheme/Gruvbox/terminal/wezterm/Gruvbox-light.toml index 628a7bc1..b1bfc7a7 100644 --- a/Assets/ColorScheme/Gruvbox/terminal/wezterm/Gruvbox-light.toml +++ b/Assets/ColorScheme/Gruvbox/terminal/wezterm/Gruvbox-light.toml @@ -1,29 +1,29 @@ [colors] ansi = [ - "#282828", + "#fbf1c7", "#cc241d", "#98971a", "#d79921", "#458588", "#b16286", "#689d6a", - "#a89984", + "#7c6f64", ] -background = "#282828" +background = "#fbf1c7" brights = [ "#928374", - "#fb4934", - "#b8bb26", - "#fabd2f", - "#83a598", - "#d3869b", - "#8ec07c", - "#ebdbb2", + "#9d0006", + "#79740e", + "#b57614", + "#076678", + "#8f3f71", + "#427b58", + "#3c3836", ] -cursor_bg = "#ebdbb2" -cursor_border = "#ebdbb2" -cursor_fg = "#282828" -foreground = "#ebdbb2" +cursor_bg = "#3c3836" +cursor_border = "#3c3836" +cursor_fg = "#fbf1c7" +foreground = "#3c3836" [colors.indexed]