First stab at converting to farout palette
Also renamed all/most instances of tokyonight to farout
This commit is contained in:
44
extras/wezterm/faroutday.toml
Normal file
44
extras/wezterm/faroutday.toml
Normal file
@@ -0,0 +1,44 @@
|
||||
[colors]
|
||||
foreground = "#6c6252"
|
||||
background = "#e1e2e7"
|
||||
cursor_bg = "#6c6252"
|
||||
cursor_border = "#6c6252"
|
||||
cursor_fg = "#e1e2e7"
|
||||
selection_bg = "#c48c75"
|
||||
selection_fg = "#6c6252"
|
||||
split = "#c77544"
|
||||
compose_cursor = "#b15c00"
|
||||
|
||||
ansi = ["#e9e9ed", "#db5234", "#715e4b", "#9b6635", "#c77544", "#c37f87", "#91654c", "#9b6635"]
|
||||
brights = ["#d1c4c2", "#db5234", "#715e4b", "#9b6635", "#c77544", "#c37f87", "#91654c", "#6c6252"]
|
||||
|
||||
[colors.tab_bar]
|
||||
inactive_tab_edge = "#e9e9ec"
|
||||
background = "#e1e2e7"
|
||||
|
||||
[colors.tab_bar.active_tab]
|
||||
fg_color = "#e9e9ec"
|
||||
bg_color = "#c77544"
|
||||
|
||||
[colors.tab_bar.inactive_tab]
|
||||
fg_color = "#dfa9ad"
|
||||
bg_color = "#eae1e0"
|
||||
|
||||
[colors.tab_bar.inactive_tab_hover]
|
||||
fg_color = "#c77544"
|
||||
bg_color = "#eae1e0"
|
||||
# intensity = "Bold"
|
||||
|
||||
[colors.tab_bar.new_tab_hover]
|
||||
fg_color = "#c77544"
|
||||
bg_color = "#e1e2e7"
|
||||
intensity = "Bold"
|
||||
|
||||
[colors.tab_bar.new_tab]
|
||||
fg_color = "#c77544"
|
||||
bg_color = "#e1e2e7"
|
||||
|
||||
[metadata]
|
||||
aliases = []
|
||||
author = "folke"
|
||||
name = "faroutday"
|
||||
44
extras/wezterm/faroutmoon.toml
Normal file
44
extras/wezterm/faroutmoon.toml
Normal file
@@ -0,0 +1,44 @@
|
||||
[colors]
|
||||
foreground = "#c8d3f5"
|
||||
background = "#222436"
|
||||
cursor_bg = "#c8d3f5"
|
||||
cursor_border = "#c8d3f5"
|
||||
cursor_fg = "#222436"
|
||||
selection_bg = "#2d3f76"
|
||||
selection_fg = "#c8d3f5"
|
||||
split = "#82aaff"
|
||||
compose_cursor = "#ff966c"
|
||||
|
||||
ansi = ["#1b1d2b", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#828bb8"]
|
||||
brights = ["#444a73", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#c8d3f5"]
|
||||
|
||||
[colors.tab_bar]
|
||||
inactive_tab_edge = "#1e2030"
|
||||
background = "#222436"
|
||||
|
||||
[colors.tab_bar.active_tab]
|
||||
fg_color = "#1e2030"
|
||||
bg_color = "#82aaff"
|
||||
|
||||
[colors.tab_bar.inactive_tab]
|
||||
fg_color = "#545c7e"
|
||||
bg_color = "#2f334d"
|
||||
|
||||
[colors.tab_bar.inactive_tab_hover]
|
||||
fg_color = "#82aaff"
|
||||
bg_color = "#2f334d"
|
||||
# intensity = "Bold"
|
||||
|
||||
[colors.tab_bar.new_tab_hover]
|
||||
fg_color = "#82aaff"
|
||||
bg_color = "#222436"
|
||||
intensity = "Bold"
|
||||
|
||||
[colors.tab_bar.new_tab]
|
||||
fg_color = "#82aaff"
|
||||
bg_color = "#222436"
|
||||
|
||||
[metadata]
|
||||
aliases = []
|
||||
author = "folke"
|
||||
name = "faroutmoon"
|
||||
44
extras/wezterm/faroutnight.toml
Normal file
44
extras/wezterm/faroutnight.toml
Normal file
@@ -0,0 +1,44 @@
|
||||
[colors]
|
||||
foreground = "#E0CCAE"
|
||||
background = "#1a1b26"
|
||||
cursor_bg = "#E0CCAE"
|
||||
cursor_border = "#E0CCAE"
|
||||
cursor_fg = "#1a1b26"
|
||||
selection_bg = "#714f41"
|
||||
selection_fg = "#E0CCAE"
|
||||
split = "#d47d49"
|
||||
compose_cursor = "#ff9e64"
|
||||
|
||||
ansi = ["#15161e", "#bf472c", "#a4896f", "#f2a766", "#d47d49", "#8a4b53", "#a67458", "#F2A766"]
|
||||
brights = ["#392D2B", "#bf472c", "#a4896f", "#f2a766", "#d47d49", "#8a4b53", "#a67458", "#E0CCAE"]
|
||||
|
||||
[colors.tab_bar]
|
||||
inactive_tab_edge = "#16161e"
|
||||
background = "#1a1b26"
|
||||
|
||||
[colors.tab_bar.active_tab]
|
||||
fg_color = "#16161e"
|
||||
bg_color = "#d47d49"
|
||||
|
||||
[colors.tab_bar.inactive_tab]
|
||||
fg_color = "#66292F"
|
||||
bg_color = "#241816"
|
||||
|
||||
[colors.tab_bar.inactive_tab_hover]
|
||||
fg_color = "#d47d49"
|
||||
bg_color = "#241816"
|
||||
# intensity = "Bold"
|
||||
|
||||
[colors.tab_bar.new_tab_hover]
|
||||
fg_color = "#d47d49"
|
||||
bg_color = "#1a1b26"
|
||||
intensity = "Bold"
|
||||
|
||||
[colors.tab_bar.new_tab]
|
||||
fg_color = "#d47d49"
|
||||
bg_color = "#1a1b26"
|
||||
|
||||
[metadata]
|
||||
aliases = []
|
||||
author = "folke"
|
||||
name = "faroutnight"
|
||||
44
extras/wezterm/faroutstorm.toml
Normal file
44
extras/wezterm/faroutstorm.toml
Normal file
@@ -0,0 +1,44 @@
|
||||
[colors]
|
||||
foreground = "#E0CCAE"
|
||||
background = "#0f0908"
|
||||
cursor_bg = "#E0CCAE"
|
||||
cursor_border = "#E0CCAE"
|
||||
cursor_fg = "#0f0908"
|
||||
selection_bg = "#6b442f"
|
||||
selection_fg = "#E0CCAE"
|
||||
split = "#d47d49"
|
||||
compose_cursor = "#ff9e64"
|
||||
|
||||
ansi = ["#0c0706", "#bf472c", "#a4896f", "#f2a766", "#d47d49", "#8a4b53", "#a67458", "#F2A766"]
|
||||
brights = ["#392D2B", "#bf472c", "#a4896f", "#f2a766", "#d47d49", "#8a4b53", "#a67458", "#E0CCAE"]
|
||||
|
||||
[colors.tab_bar]
|
||||
inactive_tab_edge = "#1f1311"
|
||||
background = "#0f0908"
|
||||
|
||||
[colors.tab_bar.active_tab]
|
||||
fg_color = "#1f1311"
|
||||
bg_color = "#d47d49"
|
||||
|
||||
[colors.tab_bar.inactive_tab]
|
||||
fg_color = "#66292F"
|
||||
bg_color = "#241816"
|
||||
|
||||
[colors.tab_bar.inactive_tab_hover]
|
||||
fg_color = "#d47d49"
|
||||
bg_color = "#241816"
|
||||
# intensity = "Bold"
|
||||
|
||||
[colors.tab_bar.new_tab_hover]
|
||||
fg_color = "#d47d49"
|
||||
bg_color = "#0f0908"
|
||||
intensity = "Bold"
|
||||
|
||||
[colors.tab_bar.new_tab]
|
||||
fg_color = "#d47d49"
|
||||
bg_color = "#0f0908"
|
||||
|
||||
[metadata]
|
||||
aliases = []
|
||||
author = "folke"
|
||||
name = "faroutstorm"
|
||||
Reference in New Issue
Block a user