refactor!: move extras in seperate directories
This commit is contained in:
12
extras/wezterm/tokyonight_day.toml
Normal file
12
extras/wezterm/tokyonight_day.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
foreground = "#3760bf"
|
||||
background = "#e1e2e7"
|
||||
cursor_bg = "#3760bf"
|
||||
cursor_border = "#3760bf"
|
||||
cursor_fg = "#e1e2e7"
|
||||
selection_bg = "#99a7df"
|
||||
selection_fg = "#3760bf"
|
||||
|
||||
ansi = ["#e9e9ed", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#6172b0"]
|
||||
brights = ["#a1a6c5", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#3760bf"]
|
||||
|
||||
12
extras/wezterm/tokyonight_moon.toml
Normal file
12
extras/wezterm/tokyonight_moon.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
foreground = "#c8d3f5"
|
||||
background = "#222436"
|
||||
cursor_bg = "#c8d3f5"
|
||||
cursor_border = "#c8d3f5"
|
||||
cursor_fg = "#222436"
|
||||
selection_bg = "#354981"
|
||||
selection_fg = "#c8d3f5"
|
||||
|
||||
ansi = ["#1b1d2b", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#828bb8"]
|
||||
brights = ["#444a73", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#c8d3f5"]
|
||||
|
||||
12
extras/wezterm/tokyonight_night.toml
Normal file
12
extras/wezterm/tokyonight_night.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
foreground = "#c0caf5"
|
||||
background = "#1a1b26"
|
||||
cursor_bg = "#c0caf5"
|
||||
cursor_border = "#c0caf5"
|
||||
cursor_fg = "#1a1b26"
|
||||
selection_bg = "#33467c"
|
||||
selection_fg = "#c0caf5"
|
||||
|
||||
ansi = ["#15161e", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"]
|
||||
brights = ["#414868", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#c0caf5"]
|
||||
|
||||
12
extras/wezterm/tokyonight_storm.toml
Normal file
12
extras/wezterm/tokyonight_storm.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
foreground = "#c0caf5"
|
||||
background = "#24283b"
|
||||
cursor_bg = "#c0caf5"
|
||||
cursor_border = "#c0caf5"
|
||||
cursor_fg = "#24283b"
|
||||
selection_bg = "#364a82"
|
||||
selection_fg = "#c0caf5"
|
||||
|
||||
ansi = ["#1d202f", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"]
|
||||
brights = ["#414868", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#c0caf5"]
|
||||
|
||||
Reference in New Issue
Block a user