mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-02-07 15:46:34 +00:00
feat: add missing project files and fix architecture compliance
- Add LICENSE file (MIT) - Add CONTRIBUTING.md with generator-first workflow guidelines - Add Makefile with comprehensive development commands - Add .editorconfig for consistent code formatting - Add CHANGELOG.md for version tracking - Remove inconsistent non-variant files that bypassed generator architecture - Fix installation script to use variant-specific paths (prevent config overwriting)
This commit is contained in:
89
terminals/alacritty/everforest-dark-hard.yml
Normal file
89
terminals/alacritty/everforest-dark-hard.yml
Normal file
@@ -0,0 +1,89 @@
|
||||
# Everforest theme for Alacritty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "#2b3339"
|
||||
foreground: "#d3c6aa"
|
||||
dim_foreground: "#859289"
|
||||
bright_foreground: "#d3c6aa"
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: "#2b3339"
|
||||
cursor: "#d3c6aa"
|
||||
|
||||
# Vi mode cursor colors
|
||||
vi_mode_cursor:
|
||||
text: "#2b3339"
|
||||
cursor: "#d3c6aa"
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#323c41"
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: "#2b3339"
|
||||
background: "#dbbc7f"
|
||||
focused_match:
|
||||
foreground: "#2b3339"
|
||||
background: "#e69875"
|
||||
bar:
|
||||
foreground: "#d3c6aa"
|
||||
background: "#323c41"
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: "#2b3339"
|
||||
background: "#dbbc7f"
|
||||
end:
|
||||
foreground: "#2b3339"
|
||||
background: "#e69875"
|
||||
|
||||
# Line indicator
|
||||
line_indicator:
|
||||
foreground: None
|
||||
background: None
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "#2b3339"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#d3c6aa"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "#7a8478"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#d3c6aa"
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: "#2b3339"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#859289"
|
||||
|
||||
# Indexed Colors
|
||||
indexed_colors:
|
||||
- { index: 16, color: "#e69875" }
|
||||
- { index: 17, color: "#e67e80" }
|
||||
89
terminals/alacritty/everforest-dark-medium.yml
Normal file
89
terminals/alacritty/everforest-dark-medium.yml
Normal file
@@ -0,0 +1,89 @@
|
||||
# Everforest theme for Alacritty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "#2f383e"
|
||||
foreground: "#d3c6aa"
|
||||
dim_foreground: "#859289"
|
||||
bright_foreground: "#d3c6aa"
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: "#2f383e"
|
||||
cursor: "#d3c6aa"
|
||||
|
||||
# Vi mode cursor colors
|
||||
vi_mode_cursor:
|
||||
text: "#2f383e"
|
||||
cursor: "#d3c6aa"
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#374247"
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: "#2f383e"
|
||||
background: "#dbbc7f"
|
||||
focused_match:
|
||||
foreground: "#2f383e"
|
||||
background: "#e69875"
|
||||
bar:
|
||||
foreground: "#d3c6aa"
|
||||
background: "#374247"
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: "#2f383e"
|
||||
background: "#dbbc7f"
|
||||
end:
|
||||
foreground: "#2f383e"
|
||||
background: "#e69875"
|
||||
|
||||
# Line indicator
|
||||
line_indicator:
|
||||
foreground: None
|
||||
background: None
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "#2f383e"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#d3c6aa"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "#7a8478"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#d3c6aa"
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: "#2f383e"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#859289"
|
||||
|
||||
# Indexed Colors
|
||||
indexed_colors:
|
||||
- { index: 16, color: "#e69875" }
|
||||
- { index: 17, color: "#e67e80" }
|
||||
89
terminals/alacritty/everforest-dark-soft.yml
Normal file
89
terminals/alacritty/everforest-dark-soft.yml
Normal file
@@ -0,0 +1,89 @@
|
||||
# Everforest theme for Alacritty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "#323d43"
|
||||
foreground: "#d3c6aa"
|
||||
dim_foreground: "#859289"
|
||||
bright_foreground: "#d3c6aa"
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: "#323d43"
|
||||
cursor: "#d3c6aa"
|
||||
|
||||
# Vi mode cursor colors
|
||||
vi_mode_cursor:
|
||||
text: "#323d43"
|
||||
cursor: "#d3c6aa"
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#3a464c"
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: "#323d43"
|
||||
background: "#dbbc7f"
|
||||
focused_match:
|
||||
foreground: "#323d43"
|
||||
background: "#e69875"
|
||||
bar:
|
||||
foreground: "#d3c6aa"
|
||||
background: "#3a464c"
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: "#323d43"
|
||||
background: "#dbbc7f"
|
||||
end:
|
||||
foreground: "#323d43"
|
||||
background: "#e69875"
|
||||
|
||||
# Line indicator
|
||||
line_indicator:
|
||||
foreground: None
|
||||
background: None
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "#323d43"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#d3c6aa"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "#7a8478"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#d3c6aa"
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: "#323d43"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#859289"
|
||||
|
||||
# Indexed Colors
|
||||
indexed_colors:
|
||||
- { index: 16, color: "#e69875" }
|
||||
- { index: 17, color: "#e67e80" }
|
||||
89
terminals/alacritty/everforest-light-hard.yml
Normal file
89
terminals/alacritty/everforest-light-hard.yml
Normal file
@@ -0,0 +1,89 @@
|
||||
# Everforest theme for Alacritty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "#fdf6e3"
|
||||
foreground: "#5c6a72"
|
||||
dim_foreground: "#b3c0b0"
|
||||
bright_foreground: "#5c6a72"
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: "#fdf6e3"
|
||||
cursor: "#5c6a72"
|
||||
|
||||
# Vi mode cursor colors
|
||||
vi_mode_cursor:
|
||||
text: "#fdf6e3"
|
||||
cursor: "#5c6a72"
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#f4f0d9"
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: "#fdf6e3"
|
||||
background: "#dbbc7f"
|
||||
focused_match:
|
||||
foreground: "#fdf6e3"
|
||||
background: "#e69875"
|
||||
bar:
|
||||
foreground: "#5c6a72"
|
||||
background: "#f4f0d9"
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: "#fdf6e3"
|
||||
background: "#dbbc7f"
|
||||
end:
|
||||
foreground: "#fdf6e3"
|
||||
background: "#e69875"
|
||||
|
||||
# Line indicator
|
||||
line_indicator:
|
||||
foreground: None
|
||||
background: None
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "#fdf6e3"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#5c6a72"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "#a6b0a0"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#5c6a72"
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: "#fdf6e3"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#b3c0b0"
|
||||
|
||||
# Indexed Colors
|
||||
indexed_colors:
|
||||
- { index: 16, color: "#e69875" }
|
||||
- { index: 17, color: "#e67e80" }
|
||||
89
terminals/alacritty/everforest-light-medium.yml
Normal file
89
terminals/alacritty/everforest-light-medium.yml
Normal file
@@ -0,0 +1,89 @@
|
||||
# Everforest theme for Alacritty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "#f3ead3"
|
||||
foreground: "#5c6a72"
|
||||
dim_foreground: "#b3c0b0"
|
||||
bright_foreground: "#5c6a72"
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: "#f3ead3"
|
||||
cursor: "#5c6a72"
|
||||
|
||||
# Vi mode cursor colors
|
||||
vi_mode_cursor:
|
||||
text: "#f3ead3"
|
||||
cursor: "#5c6a72"
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#ede6cf"
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: "#f3ead3"
|
||||
background: "#dbbc7f"
|
||||
focused_match:
|
||||
foreground: "#f3ead3"
|
||||
background: "#e69875"
|
||||
bar:
|
||||
foreground: "#5c6a72"
|
||||
background: "#ede6cf"
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: "#f3ead3"
|
||||
background: "#dbbc7f"
|
||||
end:
|
||||
foreground: "#f3ead3"
|
||||
background: "#e69875"
|
||||
|
||||
# Line indicator
|
||||
line_indicator:
|
||||
foreground: None
|
||||
background: None
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "#f3ead3"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#5c6a72"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "#a6b0a0"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#5c6a72"
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: "#f3ead3"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#b3c0b0"
|
||||
|
||||
# Indexed Colors
|
||||
indexed_colors:
|
||||
- { index: 16, color: "#e69875" }
|
||||
- { index: 17, color: "#e67e80" }
|
||||
89
terminals/alacritty/everforest-light-soft.yml
Normal file
89
terminals/alacritty/everforest-light-soft.yml
Normal file
@@ -0,0 +1,89 @@
|
||||
# Everforest theme for Alacritty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "#f0e5cf"
|
||||
foreground: "#5c6a72"
|
||||
dim_foreground: "#b3c0b0"
|
||||
bright_foreground: "#5c6a72"
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: "#f0e5cf"
|
||||
cursor: "#5c6a72"
|
||||
|
||||
# Vi mode cursor colors
|
||||
vi_mode_cursor:
|
||||
text: "#f0e5cf"
|
||||
cursor: "#5c6a72"
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#e9e1cc"
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: "#f0e5cf"
|
||||
background: "#dbbc7f"
|
||||
focused_match:
|
||||
foreground: "#f0e5cf"
|
||||
background: "#e69875"
|
||||
bar:
|
||||
foreground: "#5c6a72"
|
||||
background: "#e9e1cc"
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: "#f0e5cf"
|
||||
background: "#dbbc7f"
|
||||
end:
|
||||
foreground: "#f0e5cf"
|
||||
background: "#e69875"
|
||||
|
||||
# Line indicator
|
||||
line_indicator:
|
||||
foreground: None
|
||||
background: None
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "#f0e5cf"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#5c6a72"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "#a6b0a0"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#5c6a72"
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: "#f0e5cf"
|
||||
red: "#e67e80"
|
||||
green: "#a7c080"
|
||||
yellow: "#dbbc7f"
|
||||
blue: "#7fbbb3"
|
||||
magenta: "#d699b6"
|
||||
cyan: "#83c092"
|
||||
white: "#b3c0b0"
|
||||
|
||||
# Indexed Colors
|
||||
indexed_colors:
|
||||
- { index: 16, color: "#e69875" }
|
||||
- { index: 17, color: "#e67e80" }
|
||||
89
terminals/alacritty/template.yml
Normal file
89
terminals/alacritty/template.yml
Normal file
@@ -0,0 +1,89 @@
|
||||
# Everforest theme for Alacritty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "{{bg}}"
|
||||
foreground: "{{fg}}"
|
||||
dim_foreground: "{{gray2}}"
|
||||
bright_foreground: "{{fg}}"
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: "{{bg}}"
|
||||
cursor: "{{fg}}"
|
||||
|
||||
# Vi mode cursor colors
|
||||
vi_mode_cursor:
|
||||
text: "{{bg}}"
|
||||
cursor: "{{fg}}"
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "{{bg1}}"
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: "{{bg}}"
|
||||
background: "{{yellow}}"
|
||||
focused_match:
|
||||
foreground: "{{bg}}"
|
||||
background: "{{orange}}"
|
||||
bar:
|
||||
foreground: "{{fg}}"
|
||||
background: "{{bg1}}"
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: "{{bg}}"
|
||||
background: "{{yellow}}"
|
||||
end:
|
||||
foreground: "{{bg}}"
|
||||
background: "{{orange}}"
|
||||
|
||||
# Line indicator
|
||||
line_indicator:
|
||||
foreground: None
|
||||
background: None
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "{{bg}}"
|
||||
red: "{{red}}"
|
||||
green: "{{green}}"
|
||||
yellow: "{{yellow}}"
|
||||
blue: "{{blue}}"
|
||||
magenta: "{{purple}}"
|
||||
cyan: "{{aqua}}"
|
||||
white: "{{fg}}"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "{{gray1}}"
|
||||
red: "{{red}}"
|
||||
green: "{{green}}"
|
||||
yellow: "{{yellow}}"
|
||||
blue: "{{blue}}"
|
||||
magenta: "{{purple}}"
|
||||
cyan: "{{aqua}}"
|
||||
white: "{{fg}}"
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: "{{bg}}"
|
||||
red: "{{red}}"
|
||||
green: "{{green}}"
|
||||
yellow: "{{yellow}}"
|
||||
blue: "{{blue}}"
|
||||
magenta: "{{purple}}"
|
||||
cyan: "{{aqua}}"
|
||||
white: "{{gray2}}"
|
||||
|
||||
# Indexed Colors
|
||||
indexed_colors:
|
||||
- { index: 16, color: "{{orange}}" }
|
||||
- { index: 17, color: "{{red}}" }
|
||||
32
terminals/ghostty/everforest-dark-hard.conf
Normal file
32
terminals/ghostty/everforest-dark-hard.conf
Normal file
@@ -0,0 +1,32 @@
|
||||
# Everforest theme for Ghostty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# General colors
|
||||
background = #2b3339
|
||||
foreground = #d3c6aa
|
||||
|
||||
# Selection colors
|
||||
selection-background = #323c41
|
||||
selection-foreground = #d3c6aa
|
||||
|
||||
# Cursor colors
|
||||
cursor-color = #d3c6aa
|
||||
cursor-text = #2b3339
|
||||
|
||||
# Color palette
|
||||
palette = 0=#2b3339
|
||||
palette = 1=#e67e80
|
||||
palette = 2=#a7c080
|
||||
palette = 3=#dbbc7f
|
||||
palette = 4=#7fbbb3
|
||||
palette = 5=#d699b6
|
||||
palette = 6=#83c092
|
||||
palette = 7=#d3c6aa
|
||||
palette = 8=#7a8478
|
||||
palette = 9=#e67e80
|
||||
palette = 10=#a7c080
|
||||
palette = 11=#dbbc7f
|
||||
palette = 12=#7fbbb3
|
||||
palette = 13=#d699b6
|
||||
palette = 14=#83c092
|
||||
palette = 15=#d3c6aa
|
||||
32
terminals/ghostty/everforest-dark-medium.conf
Normal file
32
terminals/ghostty/everforest-dark-medium.conf
Normal file
@@ -0,0 +1,32 @@
|
||||
# Everforest theme for Ghostty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# General colors
|
||||
background = #2f383e
|
||||
foreground = #d3c6aa
|
||||
|
||||
# Selection colors
|
||||
selection-background = #374247
|
||||
selection-foreground = #d3c6aa
|
||||
|
||||
# Cursor colors
|
||||
cursor-color = #d3c6aa
|
||||
cursor-text = #2f383e
|
||||
|
||||
# Color palette
|
||||
palette = 0=#2f383e
|
||||
palette = 1=#e67e80
|
||||
palette = 2=#a7c080
|
||||
palette = 3=#dbbc7f
|
||||
palette = 4=#7fbbb3
|
||||
palette = 5=#d699b6
|
||||
palette = 6=#83c092
|
||||
palette = 7=#d3c6aa
|
||||
palette = 8=#7a8478
|
||||
palette = 9=#e67e80
|
||||
palette = 10=#a7c080
|
||||
palette = 11=#dbbc7f
|
||||
palette = 12=#7fbbb3
|
||||
palette = 13=#d699b6
|
||||
palette = 14=#83c092
|
||||
palette = 15=#d3c6aa
|
||||
32
terminals/ghostty/everforest-dark-soft.conf
Normal file
32
terminals/ghostty/everforest-dark-soft.conf
Normal file
@@ -0,0 +1,32 @@
|
||||
# Everforest theme for Ghostty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# General colors
|
||||
background = #323d43
|
||||
foreground = #d3c6aa
|
||||
|
||||
# Selection colors
|
||||
selection-background = #3a464c
|
||||
selection-foreground = #d3c6aa
|
||||
|
||||
# Cursor colors
|
||||
cursor-color = #d3c6aa
|
||||
cursor-text = #323d43
|
||||
|
||||
# Color palette
|
||||
palette = 0=#323d43
|
||||
palette = 1=#e67e80
|
||||
palette = 2=#a7c080
|
||||
palette = 3=#dbbc7f
|
||||
palette = 4=#7fbbb3
|
||||
palette = 5=#d699b6
|
||||
palette = 6=#83c092
|
||||
palette = 7=#d3c6aa
|
||||
palette = 8=#7a8478
|
||||
palette = 9=#e67e80
|
||||
palette = 10=#a7c080
|
||||
palette = 11=#dbbc7f
|
||||
palette = 12=#7fbbb3
|
||||
palette = 13=#d699b6
|
||||
palette = 14=#83c092
|
||||
palette = 15=#d3c6aa
|
||||
32
terminals/ghostty/everforest-light-hard.conf
Normal file
32
terminals/ghostty/everforest-light-hard.conf
Normal file
@@ -0,0 +1,32 @@
|
||||
# Everforest theme for Ghostty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# General colors
|
||||
background = #fdf6e3
|
||||
foreground = #5c6a72
|
||||
|
||||
# Selection colors
|
||||
selection-background = #f4f0d9
|
||||
selection-foreground = #5c6a72
|
||||
|
||||
# Cursor colors
|
||||
cursor-color = #5c6a72
|
||||
cursor-text = #fdf6e3
|
||||
|
||||
# Color palette
|
||||
palette = 0=#fdf6e3
|
||||
palette = 1=#e67e80
|
||||
palette = 2=#a7c080
|
||||
palette = 3=#dbbc7f
|
||||
palette = 4=#7fbbb3
|
||||
palette = 5=#d699b6
|
||||
palette = 6=#83c092
|
||||
palette = 7=#5c6a72
|
||||
palette = 8=#a6b0a0
|
||||
palette = 9=#e67e80
|
||||
palette = 10=#a7c080
|
||||
palette = 11=#dbbc7f
|
||||
palette = 12=#7fbbb3
|
||||
palette = 13=#d699b6
|
||||
palette = 14=#83c092
|
||||
palette = 15=#5c6a72
|
||||
32
terminals/ghostty/everforest-light-medium.conf
Normal file
32
terminals/ghostty/everforest-light-medium.conf
Normal file
@@ -0,0 +1,32 @@
|
||||
# Everforest theme for Ghostty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# General colors
|
||||
background = #f3ead3
|
||||
foreground = #5c6a72
|
||||
|
||||
# Selection colors
|
||||
selection-background = #ede6cf
|
||||
selection-foreground = #5c6a72
|
||||
|
||||
# Cursor colors
|
||||
cursor-color = #5c6a72
|
||||
cursor-text = #f3ead3
|
||||
|
||||
# Color palette
|
||||
palette = 0=#f3ead3
|
||||
palette = 1=#e67e80
|
||||
palette = 2=#a7c080
|
||||
palette = 3=#dbbc7f
|
||||
palette = 4=#7fbbb3
|
||||
palette = 5=#d699b6
|
||||
palette = 6=#83c092
|
||||
palette = 7=#5c6a72
|
||||
palette = 8=#a6b0a0
|
||||
palette = 9=#e67e80
|
||||
palette = 10=#a7c080
|
||||
palette = 11=#dbbc7f
|
||||
palette = 12=#7fbbb3
|
||||
palette = 13=#d699b6
|
||||
palette = 14=#83c092
|
||||
palette = 15=#5c6a72
|
||||
32
terminals/ghostty/everforest-light-soft.conf
Normal file
32
terminals/ghostty/everforest-light-soft.conf
Normal file
@@ -0,0 +1,32 @@
|
||||
# Everforest theme for Ghostty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# General colors
|
||||
background = #f0e5cf
|
||||
foreground = #5c6a72
|
||||
|
||||
# Selection colors
|
||||
selection-background = #e9e1cc
|
||||
selection-foreground = #5c6a72
|
||||
|
||||
# Cursor colors
|
||||
cursor-color = #5c6a72
|
||||
cursor-text = #f0e5cf
|
||||
|
||||
# Color palette
|
||||
palette = 0=#f0e5cf
|
||||
palette = 1=#e67e80
|
||||
palette = 2=#a7c080
|
||||
palette = 3=#dbbc7f
|
||||
palette = 4=#7fbbb3
|
||||
palette = 5=#d699b6
|
||||
palette = 6=#83c092
|
||||
palette = 7=#5c6a72
|
||||
palette = 8=#a6b0a0
|
||||
palette = 9=#e67e80
|
||||
palette = 10=#a7c080
|
||||
palette = 11=#dbbc7f
|
||||
palette = 12=#7fbbb3
|
||||
palette = 13=#d699b6
|
||||
palette = 14=#83c092
|
||||
palette = 15=#5c6a72
|
||||
32
terminals/ghostty/template.conf
Normal file
32
terminals/ghostty/template.conf
Normal file
@@ -0,0 +1,32 @@
|
||||
# Everforest theme for Ghostty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# General colors
|
||||
background = {{bg}}
|
||||
foreground = {{fg}}
|
||||
|
||||
# Selection colors
|
||||
selection-background = {{bg1}}
|
||||
selection-foreground = {{fg}}
|
||||
|
||||
# Cursor colors
|
||||
cursor-color = {{fg}}
|
||||
cursor-text = {{bg}}
|
||||
|
||||
# Color palette
|
||||
palette = 0={{bg}}
|
||||
palette = 1={{red}}
|
||||
palette = 2={{green}}
|
||||
palette = 3={{yellow}}
|
||||
palette = 4={{blue}}
|
||||
palette = 5={{purple}}
|
||||
palette = 6={{aqua}}
|
||||
palette = 7={{fg}}
|
||||
palette = 8={{gray1}}
|
||||
palette = 9={{red}}
|
||||
palette = 10={{green}}
|
||||
palette = 11={{yellow}}
|
||||
palette = 12={{blue}}
|
||||
palette = 13={{purple}}
|
||||
palette = 14={{aqua}}
|
||||
palette = 15={{fg}}
|
||||
73
terminals/kitty/everforest-dark-hard.conf
Normal file
73
terminals/kitty/everforest-dark-hard.conf
Normal file
@@ -0,0 +1,73 @@
|
||||
# Everforest theme for Kitty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# Basic colors
|
||||
foreground #d3c6aa
|
||||
background #2b3339
|
||||
selection_foreground #d3c6aa
|
||||
selection_background #323c41
|
||||
|
||||
# Cursor colors
|
||||
cursor #d3c6aa
|
||||
cursor_text_color #2b3339
|
||||
|
||||
# URL underline color when hovering with mouse
|
||||
url_color #7fbbb3
|
||||
|
||||
# Kitty window border colors
|
||||
active_border_color #7fbbb3
|
||||
inactive_border_color #859289
|
||||
bell_border_color #e67e80
|
||||
|
||||
# OS Window titlebar colors
|
||||
wayland_titlebar_color system
|
||||
macos_titlebar_color system
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #d3c6aa
|
||||
active_tab_background #323c41
|
||||
inactive_tab_foreground #859289
|
||||
inactive_tab_background #2b3339
|
||||
tab_bar_background #2b3339
|
||||
|
||||
# Colors for marks (marked text in the terminal)
|
||||
mark1_foreground #2b3339
|
||||
mark1_background #7fbbb3
|
||||
mark2_foreground #2b3339
|
||||
mark2_background #d699b6
|
||||
mark3_foreground #2b3339
|
||||
mark3_background #a7c080
|
||||
|
||||
# The 16 terminal colors
|
||||
|
||||
# black
|
||||
color0 #2b3339
|
||||
color8 #7a8478
|
||||
|
||||
# red
|
||||
color1 #e67e80
|
||||
color9 #e67e80
|
||||
|
||||
# green
|
||||
color2 #a7c080
|
||||
color10 #a7c080
|
||||
|
||||
# yellow
|
||||
color3 #dbbc7f
|
||||
color11 #dbbc7f
|
||||
|
||||
# blue
|
||||
color4 #7fbbb3
|
||||
color12 #7fbbb3
|
||||
|
||||
# magenta
|
||||
color5 #d699b6
|
||||
color13 #d699b6
|
||||
|
||||
# cyan
|
||||
color6 #83c092
|
||||
color14 #83c092
|
||||
|
||||
# white
|
||||
color7 #d3c6aa
|
||||
color15 #d3c6aa
|
||||
73
terminals/kitty/everforest-dark-medium.conf
Normal file
73
terminals/kitty/everforest-dark-medium.conf
Normal file
@@ -0,0 +1,73 @@
|
||||
# Everforest theme for Kitty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# Basic colors
|
||||
foreground #d3c6aa
|
||||
background #2f383e
|
||||
selection_foreground #d3c6aa
|
||||
selection_background #374247
|
||||
|
||||
# Cursor colors
|
||||
cursor #d3c6aa
|
||||
cursor_text_color #2f383e
|
||||
|
||||
# URL underline color when hovering with mouse
|
||||
url_color #7fbbb3
|
||||
|
||||
# Kitty window border colors
|
||||
active_border_color #7fbbb3
|
||||
inactive_border_color #859289
|
||||
bell_border_color #e67e80
|
||||
|
||||
# OS Window titlebar colors
|
||||
wayland_titlebar_color system
|
||||
macos_titlebar_color system
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #d3c6aa
|
||||
active_tab_background #374247
|
||||
inactive_tab_foreground #859289
|
||||
inactive_tab_background #2f383e
|
||||
tab_bar_background #2f383e
|
||||
|
||||
# Colors for marks (marked text in the terminal)
|
||||
mark1_foreground #2f383e
|
||||
mark1_background #7fbbb3
|
||||
mark2_foreground #2f383e
|
||||
mark2_background #d699b6
|
||||
mark3_foreground #2f383e
|
||||
mark3_background #a7c080
|
||||
|
||||
# The 16 terminal colors
|
||||
|
||||
# black
|
||||
color0 #2f383e
|
||||
color8 #7a8478
|
||||
|
||||
# red
|
||||
color1 #e67e80
|
||||
color9 #e67e80
|
||||
|
||||
# green
|
||||
color2 #a7c080
|
||||
color10 #a7c080
|
||||
|
||||
# yellow
|
||||
color3 #dbbc7f
|
||||
color11 #dbbc7f
|
||||
|
||||
# blue
|
||||
color4 #7fbbb3
|
||||
color12 #7fbbb3
|
||||
|
||||
# magenta
|
||||
color5 #d699b6
|
||||
color13 #d699b6
|
||||
|
||||
# cyan
|
||||
color6 #83c092
|
||||
color14 #83c092
|
||||
|
||||
# white
|
||||
color7 #d3c6aa
|
||||
color15 #d3c6aa
|
||||
73
terminals/kitty/everforest-dark-soft.conf
Normal file
73
terminals/kitty/everforest-dark-soft.conf
Normal file
@@ -0,0 +1,73 @@
|
||||
# Everforest theme for Kitty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# Basic colors
|
||||
foreground #d3c6aa
|
||||
background #323d43
|
||||
selection_foreground #d3c6aa
|
||||
selection_background #3a464c
|
||||
|
||||
# Cursor colors
|
||||
cursor #d3c6aa
|
||||
cursor_text_color #323d43
|
||||
|
||||
# URL underline color when hovering with mouse
|
||||
url_color #7fbbb3
|
||||
|
||||
# Kitty window border colors
|
||||
active_border_color #7fbbb3
|
||||
inactive_border_color #859289
|
||||
bell_border_color #e67e80
|
||||
|
||||
# OS Window titlebar colors
|
||||
wayland_titlebar_color system
|
||||
macos_titlebar_color system
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #d3c6aa
|
||||
active_tab_background #3a464c
|
||||
inactive_tab_foreground #859289
|
||||
inactive_tab_background #323d43
|
||||
tab_bar_background #323d43
|
||||
|
||||
# Colors for marks (marked text in the terminal)
|
||||
mark1_foreground #323d43
|
||||
mark1_background #7fbbb3
|
||||
mark2_foreground #323d43
|
||||
mark2_background #d699b6
|
||||
mark3_foreground #323d43
|
||||
mark3_background #a7c080
|
||||
|
||||
# The 16 terminal colors
|
||||
|
||||
# black
|
||||
color0 #323d43
|
||||
color8 #7a8478
|
||||
|
||||
# red
|
||||
color1 #e67e80
|
||||
color9 #e67e80
|
||||
|
||||
# green
|
||||
color2 #a7c080
|
||||
color10 #a7c080
|
||||
|
||||
# yellow
|
||||
color3 #dbbc7f
|
||||
color11 #dbbc7f
|
||||
|
||||
# blue
|
||||
color4 #7fbbb3
|
||||
color12 #7fbbb3
|
||||
|
||||
# magenta
|
||||
color5 #d699b6
|
||||
color13 #d699b6
|
||||
|
||||
# cyan
|
||||
color6 #83c092
|
||||
color14 #83c092
|
||||
|
||||
# white
|
||||
color7 #d3c6aa
|
||||
color15 #d3c6aa
|
||||
73
terminals/kitty/everforest-light-hard.conf
Normal file
73
terminals/kitty/everforest-light-hard.conf
Normal file
@@ -0,0 +1,73 @@
|
||||
# Everforest theme for Kitty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# Basic colors
|
||||
foreground #5c6a72
|
||||
background #fdf6e3
|
||||
selection_foreground #5c6a72
|
||||
selection_background #f4f0d9
|
||||
|
||||
# Cursor colors
|
||||
cursor #5c6a72
|
||||
cursor_text_color #fdf6e3
|
||||
|
||||
# URL underline color when hovering with mouse
|
||||
url_color #7fbbb3
|
||||
|
||||
# Kitty window border colors
|
||||
active_border_color #7fbbb3
|
||||
inactive_border_color #b3c0b0
|
||||
bell_border_color #e67e80
|
||||
|
||||
# OS Window titlebar colors
|
||||
wayland_titlebar_color system
|
||||
macos_titlebar_color system
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #5c6a72
|
||||
active_tab_background #f4f0d9
|
||||
inactive_tab_foreground #b3c0b0
|
||||
inactive_tab_background #fdf6e3
|
||||
tab_bar_background #fdf6e3
|
||||
|
||||
# Colors for marks (marked text in the terminal)
|
||||
mark1_foreground #fdf6e3
|
||||
mark1_background #7fbbb3
|
||||
mark2_foreground #fdf6e3
|
||||
mark2_background #d699b6
|
||||
mark3_foreground #fdf6e3
|
||||
mark3_background #a7c080
|
||||
|
||||
# The 16 terminal colors
|
||||
|
||||
# black
|
||||
color0 #fdf6e3
|
||||
color8 #a6b0a0
|
||||
|
||||
# red
|
||||
color1 #e67e80
|
||||
color9 #e67e80
|
||||
|
||||
# green
|
||||
color2 #a7c080
|
||||
color10 #a7c080
|
||||
|
||||
# yellow
|
||||
color3 #dbbc7f
|
||||
color11 #dbbc7f
|
||||
|
||||
# blue
|
||||
color4 #7fbbb3
|
||||
color12 #7fbbb3
|
||||
|
||||
# magenta
|
||||
color5 #d699b6
|
||||
color13 #d699b6
|
||||
|
||||
# cyan
|
||||
color6 #83c092
|
||||
color14 #83c092
|
||||
|
||||
# white
|
||||
color7 #5c6a72
|
||||
color15 #5c6a72
|
||||
73
terminals/kitty/everforest-light-medium.conf
Normal file
73
terminals/kitty/everforest-light-medium.conf
Normal file
@@ -0,0 +1,73 @@
|
||||
# Everforest theme for Kitty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# Basic colors
|
||||
foreground #5c6a72
|
||||
background #f3ead3
|
||||
selection_foreground #5c6a72
|
||||
selection_background #ede6cf
|
||||
|
||||
# Cursor colors
|
||||
cursor #5c6a72
|
||||
cursor_text_color #f3ead3
|
||||
|
||||
# URL underline color when hovering with mouse
|
||||
url_color #7fbbb3
|
||||
|
||||
# Kitty window border colors
|
||||
active_border_color #7fbbb3
|
||||
inactive_border_color #b3c0b0
|
||||
bell_border_color #e67e80
|
||||
|
||||
# OS Window titlebar colors
|
||||
wayland_titlebar_color system
|
||||
macos_titlebar_color system
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #5c6a72
|
||||
active_tab_background #ede6cf
|
||||
inactive_tab_foreground #b3c0b0
|
||||
inactive_tab_background #f3ead3
|
||||
tab_bar_background #f3ead3
|
||||
|
||||
# Colors for marks (marked text in the terminal)
|
||||
mark1_foreground #f3ead3
|
||||
mark1_background #7fbbb3
|
||||
mark2_foreground #f3ead3
|
||||
mark2_background #d699b6
|
||||
mark3_foreground #f3ead3
|
||||
mark3_background #a7c080
|
||||
|
||||
# The 16 terminal colors
|
||||
|
||||
# black
|
||||
color0 #f3ead3
|
||||
color8 #a6b0a0
|
||||
|
||||
# red
|
||||
color1 #e67e80
|
||||
color9 #e67e80
|
||||
|
||||
# green
|
||||
color2 #a7c080
|
||||
color10 #a7c080
|
||||
|
||||
# yellow
|
||||
color3 #dbbc7f
|
||||
color11 #dbbc7f
|
||||
|
||||
# blue
|
||||
color4 #7fbbb3
|
||||
color12 #7fbbb3
|
||||
|
||||
# magenta
|
||||
color5 #d699b6
|
||||
color13 #d699b6
|
||||
|
||||
# cyan
|
||||
color6 #83c092
|
||||
color14 #83c092
|
||||
|
||||
# white
|
||||
color7 #5c6a72
|
||||
color15 #5c6a72
|
||||
73
terminals/kitty/everforest-light-soft.conf
Normal file
73
terminals/kitty/everforest-light-soft.conf
Normal file
@@ -0,0 +1,73 @@
|
||||
# Everforest theme for Kitty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# Basic colors
|
||||
foreground #5c6a72
|
||||
background #f0e5cf
|
||||
selection_foreground #5c6a72
|
||||
selection_background #e9e1cc
|
||||
|
||||
# Cursor colors
|
||||
cursor #5c6a72
|
||||
cursor_text_color #f0e5cf
|
||||
|
||||
# URL underline color when hovering with mouse
|
||||
url_color #7fbbb3
|
||||
|
||||
# Kitty window border colors
|
||||
active_border_color #7fbbb3
|
||||
inactive_border_color #b3c0b0
|
||||
bell_border_color #e67e80
|
||||
|
||||
# OS Window titlebar colors
|
||||
wayland_titlebar_color system
|
||||
macos_titlebar_color system
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #5c6a72
|
||||
active_tab_background #e9e1cc
|
||||
inactive_tab_foreground #b3c0b0
|
||||
inactive_tab_background #f0e5cf
|
||||
tab_bar_background #f0e5cf
|
||||
|
||||
# Colors for marks (marked text in the terminal)
|
||||
mark1_foreground #f0e5cf
|
||||
mark1_background #7fbbb3
|
||||
mark2_foreground #f0e5cf
|
||||
mark2_background #d699b6
|
||||
mark3_foreground #f0e5cf
|
||||
mark3_background #a7c080
|
||||
|
||||
# The 16 terminal colors
|
||||
|
||||
# black
|
||||
color0 #f0e5cf
|
||||
color8 #a6b0a0
|
||||
|
||||
# red
|
||||
color1 #e67e80
|
||||
color9 #e67e80
|
||||
|
||||
# green
|
||||
color2 #a7c080
|
||||
color10 #a7c080
|
||||
|
||||
# yellow
|
||||
color3 #dbbc7f
|
||||
color11 #dbbc7f
|
||||
|
||||
# blue
|
||||
color4 #7fbbb3
|
||||
color12 #7fbbb3
|
||||
|
||||
# magenta
|
||||
color5 #d699b6
|
||||
color13 #d699b6
|
||||
|
||||
# cyan
|
||||
color6 #83c092
|
||||
color14 #83c092
|
||||
|
||||
# white
|
||||
color7 #5c6a72
|
||||
color15 #5c6a72
|
||||
73
terminals/kitty/template.conf
Normal file
73
terminals/kitty/template.conf
Normal file
@@ -0,0 +1,73 @@
|
||||
# Everforest theme for Kitty
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# Basic colors
|
||||
foreground {{fg}}
|
||||
background {{bg}}
|
||||
selection_foreground {{fg}}
|
||||
selection_background {{bg1}}
|
||||
|
||||
# Cursor colors
|
||||
cursor {{fg}}
|
||||
cursor_text_color {{bg}}
|
||||
|
||||
# URL underline color when hovering with mouse
|
||||
url_color {{blue}}
|
||||
|
||||
# Kitty window border colors
|
||||
active_border_color {{blue}}
|
||||
inactive_border_color {{gray2}}
|
||||
bell_border_color {{red}}
|
||||
|
||||
# OS Window titlebar colors
|
||||
wayland_titlebar_color system
|
||||
macos_titlebar_color system
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground {{fg}}
|
||||
active_tab_background {{bg1}}
|
||||
inactive_tab_foreground {{gray2}}
|
||||
inactive_tab_background {{bg}}
|
||||
tab_bar_background {{bg}}
|
||||
|
||||
# Colors for marks (marked text in the terminal)
|
||||
mark1_foreground {{bg}}
|
||||
mark1_background {{blue}}
|
||||
mark2_foreground {{bg}}
|
||||
mark2_background {{purple}}
|
||||
mark3_foreground {{bg}}
|
||||
mark3_background {{green}}
|
||||
|
||||
# The 16 terminal colors
|
||||
|
||||
# black
|
||||
color0 {{bg}}
|
||||
color8 {{gray1}}
|
||||
|
||||
# red
|
||||
color1 {{red}}
|
||||
color9 {{red}}
|
||||
|
||||
# green
|
||||
color2 {{green}}
|
||||
color10 {{green}}
|
||||
|
||||
# yellow
|
||||
color3 {{yellow}}
|
||||
color11 {{yellow}}
|
||||
|
||||
# blue
|
||||
color4 {{blue}}
|
||||
color12 {{blue}}
|
||||
|
||||
# magenta
|
||||
color5 {{purple}}
|
||||
color13 {{purple}}
|
||||
|
||||
# cyan
|
||||
color6 {{aqua}}
|
||||
color14 {{aqua}}
|
||||
|
||||
# white
|
||||
color7 {{fg}}
|
||||
color15 {{fg}}
|
||||
145
terminals/wezterm/everforest-dark-hard.lua
Normal file
145
terminals/wezterm/everforest-dark-hard.lua
Normal file
@@ -0,0 +1,145 @@
|
||||
-- Everforest theme for WezTerm
|
||||
-- Generated from template - do not edit manually
|
||||
|
||||
local M = {}
|
||||
|
||||
M.colors = {
|
||||
-- The default text color
|
||||
foreground = "#d3c6aa",
|
||||
-- The default background color
|
||||
background = "#2b3339",
|
||||
|
||||
-- Overrides the cell background color when the current cell is occupied by the
|
||||
-- cursor and the cursor style is set to Block
|
||||
cursor_bg = "#d3c6aa",
|
||||
-- Overrides the text color when the current cell is occupied by the cursor
|
||||
cursor_fg = "#2b3339",
|
||||
-- Specifies the border color of the cursor when the cursor style is set to Block,
|
||||
-- or the color of the vertical or horizontal bar when the cursor style is set to
|
||||
-- Bar or Underline.
|
||||
cursor_border = "#d3c6aa",
|
||||
|
||||
-- The foreground color of selected text
|
||||
selection_fg = "#d3c6aa",
|
||||
-- The background color of selected text
|
||||
selection_bg = "#323c41",
|
||||
|
||||
-- The color of the scrollbar "thumb"; the portion that represents the current viewport
|
||||
scrollbar_thumb = "#859289",
|
||||
|
||||
-- The color of the split lines between panes
|
||||
split = "#859289",
|
||||
|
||||
ansi = {
|
||||
"#2b3339", -- black
|
||||
"#e67e80", -- red
|
||||
"#a7c080", -- green
|
||||
"#dbbc7f", -- yellow
|
||||
"#7fbbb3", -- blue
|
||||
"#d699b6", -- magenta
|
||||
"#83c092", -- cyan
|
||||
"#d3c6aa", -- white
|
||||
},
|
||||
brights = {
|
||||
"#7a8478", -- bright black
|
||||
"#e67e80", -- bright red
|
||||
"#a7c080", -- bright green
|
||||
"#dbbc7f", -- bright yellow
|
||||
"#7fbbb3", -- bright blue
|
||||
"#d699b6", -- bright magenta
|
||||
"#83c092", -- bright cyan
|
||||
"#d3c6aa", -- bright white
|
||||
},
|
||||
|
||||
indexed = {
|
||||
[16] = "#e69875",
|
||||
[17] = "#e67e80",
|
||||
},
|
||||
|
||||
-- Arbitrary colors of the palette in the range from 16 to 255
|
||||
compose_cursor = "#e69875",
|
||||
|
||||
-- Colors for copy_mode and quick_select
|
||||
-- available since: 20220807-113146-c2fee766
|
||||
-- In copy_mode, the color of the active text is:
|
||||
-- 1. copy_mode_active_highlight_* if additional text was selected using the mouse
|
||||
-- 2. selection_* otherwise
|
||||
copy_mode_active_highlight_bg = { Color = "#3a454a" },
|
||||
-- use `AnsiColor` to specify one of the ansi color palette values
|
||||
-- (index 0-15) using the name "Black", "Maroon", "Green",
|
||||
-- "Olive", "Navy", "Purple", "Teal", "Silver", "Grey", "Red", "Lime",
|
||||
-- "Yellow", "Blue", "Fuchsia", "Aqua" or "White".
|
||||
copy_mode_active_highlight_fg = { AnsiColor = "Black" },
|
||||
copy_mode_inactive_highlight_bg = { Color = "#323c41" },
|
||||
copy_mode_inactive_highlight_fg = { AnsiColor = "White" },
|
||||
|
||||
quick_select_label_bg = { Color = "#dbbc7f" },
|
||||
quick_select_label_fg = { Color = "#2b3339" },
|
||||
quick_select_match_bg = { AnsiColor = "Navy" },
|
||||
quick_select_match_fg = { Color = "#d3c6aa" },
|
||||
|
||||
-- Tab bar colors
|
||||
tab_bar = {
|
||||
-- The color of the strip that goes along the top of the window
|
||||
background = "#2b3339",
|
||||
|
||||
-- The active tab is the one that has focus in the window
|
||||
active_tab = {
|
||||
-- The color of the background area for the tab
|
||||
bg_color = "#323c41",
|
||||
-- The color of the text for the tab
|
||||
fg_color = "#d3c6aa",
|
||||
|
||||
-- Specify whether you want "Half", "Normal" or "Bold" intensity for the
|
||||
-- label shown for this tab.
|
||||
-- The default is "Normal"
|
||||
intensity = "Normal",
|
||||
|
||||
-- Specify whether you want "None", "Single" or "Double" underline for
|
||||
-- label shown for this tab.
|
||||
-- The default is "None"
|
||||
underline = "None",
|
||||
|
||||
-- Specify whether you want the text to be italic (true) or not (false)
|
||||
-- for this tab. The default is false.
|
||||
italic = false,
|
||||
|
||||
-- Specify whether you want the text to be rendered with strikethrough (true)
|
||||
-- or not for this tab. The default is false.
|
||||
strikethrough = false,
|
||||
},
|
||||
|
||||
-- Inactive tabs are the tabs that do not have focus
|
||||
inactive_tab = {
|
||||
bg_color = "#2b3339",
|
||||
fg_color = "#859289",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over inactive tabs
|
||||
inactive_tab_hover = {
|
||||
bg_color = "#3a454a",
|
||||
fg_color = "#d3c6aa",
|
||||
italic = true,
|
||||
},
|
||||
|
||||
-- The new tab button that let you create new tabs
|
||||
new_tab = {
|
||||
bg_color = "#2b3339",
|
||||
fg_color = "#859289",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over the new tab button
|
||||
new_tab_hover = {
|
||||
bg_color = "#323c41",
|
||||
fg_color = "#d3c6aa",
|
||||
italic = true,
|
||||
},
|
||||
},
|
||||
|
||||
-- Visual bell colors
|
||||
visual_bell = "#dbbc7f",
|
||||
}
|
||||
|
||||
return M
|
||||
145
terminals/wezterm/everforest-dark-medium.lua
Normal file
145
terminals/wezterm/everforest-dark-medium.lua
Normal file
@@ -0,0 +1,145 @@
|
||||
-- Everforest theme for WezTerm
|
||||
-- Generated from template - do not edit manually
|
||||
|
||||
local M = {}
|
||||
|
||||
M.colors = {
|
||||
-- The default text color
|
||||
foreground = "#d3c6aa",
|
||||
-- The default background color
|
||||
background = "#2f383e",
|
||||
|
||||
-- Overrides the cell background color when the current cell is occupied by the
|
||||
-- cursor and the cursor style is set to Block
|
||||
cursor_bg = "#d3c6aa",
|
||||
-- Overrides the text color when the current cell is occupied by the cursor
|
||||
cursor_fg = "#2f383e",
|
||||
-- Specifies the border color of the cursor when the cursor style is set to Block,
|
||||
-- or the color of the vertical or horizontal bar when the cursor style is set to
|
||||
-- Bar or Underline.
|
||||
cursor_border = "#d3c6aa",
|
||||
|
||||
-- The foreground color of selected text
|
||||
selection_fg = "#d3c6aa",
|
||||
-- The background color of selected text
|
||||
selection_bg = "#374247",
|
||||
|
||||
-- The color of the scrollbar "thumb"; the portion that represents the current viewport
|
||||
scrollbar_thumb = "#859289",
|
||||
|
||||
-- The color of the split lines between panes
|
||||
split = "#859289",
|
||||
|
||||
ansi = {
|
||||
"#2f383e", -- black
|
||||
"#e67e80", -- red
|
||||
"#a7c080", -- green
|
||||
"#dbbc7f", -- yellow
|
||||
"#7fbbb3", -- blue
|
||||
"#d699b6", -- magenta
|
||||
"#83c092", -- cyan
|
||||
"#d3c6aa", -- white
|
||||
},
|
||||
brights = {
|
||||
"#7a8478", -- bright black
|
||||
"#e67e80", -- bright red
|
||||
"#a7c080", -- bright green
|
||||
"#dbbc7f", -- bright yellow
|
||||
"#7fbbb3", -- bright blue
|
||||
"#d699b6", -- bright magenta
|
||||
"#83c092", -- bright cyan
|
||||
"#d3c6aa", -- bright white
|
||||
},
|
||||
|
||||
indexed = {
|
||||
[16] = "#e69875",
|
||||
[17] = "#e67e80",
|
||||
},
|
||||
|
||||
-- Arbitrary colors of the palette in the range from 16 to 255
|
||||
compose_cursor = "#e69875",
|
||||
|
||||
-- Colors for copy_mode and quick_select
|
||||
-- available since: 20220807-113146-c2fee766
|
||||
-- In copy_mode, the color of the active text is:
|
||||
-- 1. copy_mode_active_highlight_* if additional text was selected using the mouse
|
||||
-- 2. selection_* otherwise
|
||||
copy_mode_active_highlight_bg = { Color = "#404c51" },
|
||||
-- use `AnsiColor` to specify one of the ansi color palette values
|
||||
-- (index 0-15) using the name "Black", "Maroon", "Green",
|
||||
-- "Olive", "Navy", "Purple", "Teal", "Silver", "Grey", "Red", "Lime",
|
||||
-- "Yellow", "Blue", "Fuchsia", "Aqua" or "White".
|
||||
copy_mode_active_highlight_fg = { AnsiColor = "Black" },
|
||||
copy_mode_inactive_highlight_bg = { Color = "#374247" },
|
||||
copy_mode_inactive_highlight_fg = { AnsiColor = "White" },
|
||||
|
||||
quick_select_label_bg = { Color = "#dbbc7f" },
|
||||
quick_select_label_fg = { Color = "#2f383e" },
|
||||
quick_select_match_bg = { AnsiColor = "Navy" },
|
||||
quick_select_match_fg = { Color = "#d3c6aa" },
|
||||
|
||||
-- Tab bar colors
|
||||
tab_bar = {
|
||||
-- The color of the strip that goes along the top of the window
|
||||
background = "#2f383e",
|
||||
|
||||
-- The active tab is the one that has focus in the window
|
||||
active_tab = {
|
||||
-- The color of the background area for the tab
|
||||
bg_color = "#374247",
|
||||
-- The color of the text for the tab
|
||||
fg_color = "#d3c6aa",
|
||||
|
||||
-- Specify whether you want "Half", "Normal" or "Bold" intensity for the
|
||||
-- label shown for this tab.
|
||||
-- The default is "Normal"
|
||||
intensity = "Normal",
|
||||
|
||||
-- Specify whether you want "None", "Single" or "Double" underline for
|
||||
-- label shown for this tab.
|
||||
-- The default is "None"
|
||||
underline = "None",
|
||||
|
||||
-- Specify whether you want the text to be italic (true) or not (false)
|
||||
-- for this tab. The default is false.
|
||||
italic = false,
|
||||
|
||||
-- Specify whether you want the text to be rendered with strikethrough (true)
|
||||
-- or not for this tab. The default is false.
|
||||
strikethrough = false,
|
||||
},
|
||||
|
||||
-- Inactive tabs are the tabs that do not have focus
|
||||
inactive_tab = {
|
||||
bg_color = "#2f383e",
|
||||
fg_color = "#859289",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over inactive tabs
|
||||
inactive_tab_hover = {
|
||||
bg_color = "#404c51",
|
||||
fg_color = "#d3c6aa",
|
||||
italic = true,
|
||||
},
|
||||
|
||||
-- The new tab button that let you create new tabs
|
||||
new_tab = {
|
||||
bg_color = "#2f383e",
|
||||
fg_color = "#859289",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over the new tab button
|
||||
new_tab_hover = {
|
||||
bg_color = "#374247",
|
||||
fg_color = "#d3c6aa",
|
||||
italic = true,
|
||||
},
|
||||
},
|
||||
|
||||
-- Visual bell colors
|
||||
visual_bell = "#dbbc7f",
|
||||
}
|
||||
|
||||
return M
|
||||
145
terminals/wezterm/everforest-dark-soft.lua
Normal file
145
terminals/wezterm/everforest-dark-soft.lua
Normal file
@@ -0,0 +1,145 @@
|
||||
-- Everforest theme for WezTerm
|
||||
-- Generated from template - do not edit manually
|
||||
|
||||
local M = {}
|
||||
|
||||
M.colors = {
|
||||
-- The default text color
|
||||
foreground = "#d3c6aa",
|
||||
-- The default background color
|
||||
background = "#323d43",
|
||||
|
||||
-- Overrides the cell background color when the current cell is occupied by the
|
||||
-- cursor and the cursor style is set to Block
|
||||
cursor_bg = "#d3c6aa",
|
||||
-- Overrides the text color when the current cell is occupied by the cursor
|
||||
cursor_fg = "#323d43",
|
||||
-- Specifies the border color of the cursor when the cursor style is set to Block,
|
||||
-- or the color of the vertical or horizontal bar when the cursor style is set to
|
||||
-- Bar or Underline.
|
||||
cursor_border = "#d3c6aa",
|
||||
|
||||
-- The foreground color of selected text
|
||||
selection_fg = "#d3c6aa",
|
||||
-- The background color of selected text
|
||||
selection_bg = "#3a464c",
|
||||
|
||||
-- The color of the scrollbar "thumb"; the portion that represents the current viewport
|
||||
scrollbar_thumb = "#859289",
|
||||
|
||||
-- The color of the split lines between panes
|
||||
split = "#859289",
|
||||
|
||||
ansi = {
|
||||
"#323d43", -- black
|
||||
"#e67e80", -- red
|
||||
"#a7c080", -- green
|
||||
"#dbbc7f", -- yellow
|
||||
"#7fbbb3", -- blue
|
||||
"#d699b6", -- magenta
|
||||
"#83c092", -- cyan
|
||||
"#d3c6aa", -- white
|
||||
},
|
||||
brights = {
|
||||
"#7a8478", -- bright black
|
||||
"#e67e80", -- bright red
|
||||
"#a7c080", -- bright green
|
||||
"#dbbc7f", -- bright yellow
|
||||
"#7fbbb3", -- bright blue
|
||||
"#d699b6", -- bright magenta
|
||||
"#83c092", -- bright cyan
|
||||
"#d3c6aa", -- bright white
|
||||
},
|
||||
|
||||
indexed = {
|
||||
[16] = "#e69875",
|
||||
[17] = "#e67e80",
|
||||
},
|
||||
|
||||
-- Arbitrary colors of the palette in the range from 16 to 255
|
||||
compose_cursor = "#e69875",
|
||||
|
||||
-- Colors for copy_mode and quick_select
|
||||
-- available since: 20220807-113146-c2fee766
|
||||
-- In copy_mode, the color of the active text is:
|
||||
-- 1. copy_mode_active_highlight_* if additional text was selected using the mouse
|
||||
-- 2. selection_* otherwise
|
||||
copy_mode_active_highlight_bg = { Color = "#434f55" },
|
||||
-- use `AnsiColor` to specify one of the ansi color palette values
|
||||
-- (index 0-15) using the name "Black", "Maroon", "Green",
|
||||
-- "Olive", "Navy", "Purple", "Teal", "Silver", "Grey", "Red", "Lime",
|
||||
-- "Yellow", "Blue", "Fuchsia", "Aqua" or "White".
|
||||
copy_mode_active_highlight_fg = { AnsiColor = "Black" },
|
||||
copy_mode_inactive_highlight_bg = { Color = "#3a464c" },
|
||||
copy_mode_inactive_highlight_fg = { AnsiColor = "White" },
|
||||
|
||||
quick_select_label_bg = { Color = "#dbbc7f" },
|
||||
quick_select_label_fg = { Color = "#323d43" },
|
||||
quick_select_match_bg = { AnsiColor = "Navy" },
|
||||
quick_select_match_fg = { Color = "#d3c6aa" },
|
||||
|
||||
-- Tab bar colors
|
||||
tab_bar = {
|
||||
-- The color of the strip that goes along the top of the window
|
||||
background = "#323d43",
|
||||
|
||||
-- The active tab is the one that has focus in the window
|
||||
active_tab = {
|
||||
-- The color of the background area for the tab
|
||||
bg_color = "#3a464c",
|
||||
-- The color of the text for the tab
|
||||
fg_color = "#d3c6aa",
|
||||
|
||||
-- Specify whether you want "Half", "Normal" or "Bold" intensity for the
|
||||
-- label shown for this tab.
|
||||
-- The default is "Normal"
|
||||
intensity = "Normal",
|
||||
|
||||
-- Specify whether you want "None", "Single" or "Double" underline for
|
||||
-- label shown for this tab.
|
||||
-- The default is "None"
|
||||
underline = "None",
|
||||
|
||||
-- Specify whether you want the text to be italic (true) or not (false)
|
||||
-- for this tab. The default is false.
|
||||
italic = false,
|
||||
|
||||
-- Specify whether you want the text to be rendered with strikethrough (true)
|
||||
-- or not for this tab. The default is false.
|
||||
strikethrough = false,
|
||||
},
|
||||
|
||||
-- Inactive tabs are the tabs that do not have focus
|
||||
inactive_tab = {
|
||||
bg_color = "#323d43",
|
||||
fg_color = "#859289",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over inactive tabs
|
||||
inactive_tab_hover = {
|
||||
bg_color = "#434f55",
|
||||
fg_color = "#d3c6aa",
|
||||
italic = true,
|
||||
},
|
||||
|
||||
-- The new tab button that let you create new tabs
|
||||
new_tab = {
|
||||
bg_color = "#323d43",
|
||||
fg_color = "#859289",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over the new tab button
|
||||
new_tab_hover = {
|
||||
bg_color = "#3a464c",
|
||||
fg_color = "#d3c6aa",
|
||||
italic = true,
|
||||
},
|
||||
},
|
||||
|
||||
-- Visual bell colors
|
||||
visual_bell = "#dbbc7f",
|
||||
}
|
||||
|
||||
return M
|
||||
145
terminals/wezterm/everforest-light-hard.lua
Normal file
145
terminals/wezterm/everforest-light-hard.lua
Normal file
@@ -0,0 +1,145 @@
|
||||
-- Everforest theme for WezTerm
|
||||
-- Generated from template - do not edit manually
|
||||
|
||||
local M = {}
|
||||
|
||||
M.colors = {
|
||||
-- The default text color
|
||||
foreground = "#5c6a72",
|
||||
-- The default background color
|
||||
background = "#fdf6e3",
|
||||
|
||||
-- Overrides the cell background color when the current cell is occupied by the
|
||||
-- cursor and the cursor style is set to Block
|
||||
cursor_bg = "#5c6a72",
|
||||
-- Overrides the text color when the current cell is occupied by the cursor
|
||||
cursor_fg = "#fdf6e3",
|
||||
-- Specifies the border color of the cursor when the cursor style is set to Block,
|
||||
-- or the color of the vertical or horizontal bar when the cursor style is set to
|
||||
-- Bar or Underline.
|
||||
cursor_border = "#5c6a72",
|
||||
|
||||
-- The foreground color of selected text
|
||||
selection_fg = "#5c6a72",
|
||||
-- The background color of selected text
|
||||
selection_bg = "#f4f0d9",
|
||||
|
||||
-- The color of the scrollbar "thumb"; the portion that represents the current viewport
|
||||
scrollbar_thumb = "#b3c0b0",
|
||||
|
||||
-- The color of the split lines between panes
|
||||
split = "#b3c0b0",
|
||||
|
||||
ansi = {
|
||||
"#fdf6e3", -- black
|
||||
"#e67e80", -- red
|
||||
"#a7c080", -- green
|
||||
"#dbbc7f", -- yellow
|
||||
"#7fbbb3", -- blue
|
||||
"#d699b6", -- magenta
|
||||
"#83c092", -- cyan
|
||||
"#5c6a72", -- white
|
||||
},
|
||||
brights = {
|
||||
"#a6b0a0", -- bright black
|
||||
"#e67e80", -- bright red
|
||||
"#a7c080", -- bright green
|
||||
"#dbbc7f", -- bright yellow
|
||||
"#7fbbb3", -- bright blue
|
||||
"#d699b6", -- bright magenta
|
||||
"#83c092", -- bright cyan
|
||||
"#5c6a72", -- bright white
|
||||
},
|
||||
|
||||
indexed = {
|
||||
[16] = "#e69875",
|
||||
[17] = "#e67e80",
|
||||
},
|
||||
|
||||
-- Arbitrary colors of the palette in the range from 16 to 255
|
||||
compose_cursor = "#e69875",
|
||||
|
||||
-- Colors for copy_mode and quick_select
|
||||
-- available since: 20220807-113146-c2fee766
|
||||
-- In copy_mode, the color of the active text is:
|
||||
-- 1. copy_mode_active_highlight_* if additional text was selected using the mouse
|
||||
-- 2. selection_* otherwise
|
||||
copy_mode_active_highlight_bg = { Color = "#efebd4" },
|
||||
-- use `AnsiColor` to specify one of the ansi color palette values
|
||||
-- (index 0-15) using the name "Black", "Maroon", "Green",
|
||||
-- "Olive", "Navy", "Purple", "Teal", "Silver", "Grey", "Red", "Lime",
|
||||
-- "Yellow", "Blue", "Fuchsia", "Aqua" or "White".
|
||||
copy_mode_active_highlight_fg = { AnsiColor = "Black" },
|
||||
copy_mode_inactive_highlight_bg = { Color = "#f4f0d9" },
|
||||
copy_mode_inactive_highlight_fg = { AnsiColor = "White" },
|
||||
|
||||
quick_select_label_bg = { Color = "#dbbc7f" },
|
||||
quick_select_label_fg = { Color = "#fdf6e3" },
|
||||
quick_select_match_bg = { AnsiColor = "Navy" },
|
||||
quick_select_match_fg = { Color = "#5c6a72" },
|
||||
|
||||
-- Tab bar colors
|
||||
tab_bar = {
|
||||
-- The color of the strip that goes along the top of the window
|
||||
background = "#fdf6e3",
|
||||
|
||||
-- The active tab is the one that has focus in the window
|
||||
active_tab = {
|
||||
-- The color of the background area for the tab
|
||||
bg_color = "#f4f0d9",
|
||||
-- The color of the text for the tab
|
||||
fg_color = "#5c6a72",
|
||||
|
||||
-- Specify whether you want "Half", "Normal" or "Bold" intensity for the
|
||||
-- label shown for this tab.
|
||||
-- The default is "Normal"
|
||||
intensity = "Normal",
|
||||
|
||||
-- Specify whether you want "None", "Single" or "Double" underline for
|
||||
-- label shown for this tab.
|
||||
-- The default is "None"
|
||||
underline = "None",
|
||||
|
||||
-- Specify whether you want the text to be italic (true) or not (false)
|
||||
-- for this tab. The default is false.
|
||||
italic = false,
|
||||
|
||||
-- Specify whether you want the text to be rendered with strikethrough (true)
|
||||
-- or not for this tab. The default is false.
|
||||
strikethrough = false,
|
||||
},
|
||||
|
||||
-- Inactive tabs are the tabs that do not have focus
|
||||
inactive_tab = {
|
||||
bg_color = "#fdf6e3",
|
||||
fg_color = "#b3c0b0",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over inactive tabs
|
||||
inactive_tab_hover = {
|
||||
bg_color = "#efebd4",
|
||||
fg_color = "#5c6a72",
|
||||
italic = true,
|
||||
},
|
||||
|
||||
-- The new tab button that let you create new tabs
|
||||
new_tab = {
|
||||
bg_color = "#fdf6e3",
|
||||
fg_color = "#b3c0b0",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over the new tab button
|
||||
new_tab_hover = {
|
||||
bg_color = "#f4f0d9",
|
||||
fg_color = "#5c6a72",
|
||||
italic = true,
|
||||
},
|
||||
},
|
||||
|
||||
-- Visual bell colors
|
||||
visual_bell = "#dbbc7f",
|
||||
}
|
||||
|
||||
return M
|
||||
145
terminals/wezterm/everforest-light-medium.lua
Normal file
145
terminals/wezterm/everforest-light-medium.lua
Normal file
@@ -0,0 +1,145 @@
|
||||
-- Everforest theme for WezTerm
|
||||
-- Generated from template - do not edit manually
|
||||
|
||||
local M = {}
|
||||
|
||||
M.colors = {
|
||||
-- The default text color
|
||||
foreground = "#5c6a72",
|
||||
-- The default background color
|
||||
background = "#f3ead3",
|
||||
|
||||
-- Overrides the cell background color when the current cell is occupied by the
|
||||
-- cursor and the cursor style is set to Block
|
||||
cursor_bg = "#5c6a72",
|
||||
-- Overrides the text color when the current cell is occupied by the cursor
|
||||
cursor_fg = "#f3ead3",
|
||||
-- Specifies the border color of the cursor when the cursor style is set to Block,
|
||||
-- or the color of the vertical or horizontal bar when the cursor style is set to
|
||||
-- Bar or Underline.
|
||||
cursor_border = "#5c6a72",
|
||||
|
||||
-- The foreground color of selected text
|
||||
selection_fg = "#5c6a72",
|
||||
-- The background color of selected text
|
||||
selection_bg = "#ede6cf",
|
||||
|
||||
-- The color of the scrollbar "thumb"; the portion that represents the current viewport
|
||||
scrollbar_thumb = "#b3c0b0",
|
||||
|
||||
-- The color of the split lines between panes
|
||||
split = "#b3c0b0",
|
||||
|
||||
ansi = {
|
||||
"#f3ead3", -- black
|
||||
"#e67e80", -- red
|
||||
"#a7c080", -- green
|
||||
"#dbbc7f", -- yellow
|
||||
"#7fbbb3", -- blue
|
||||
"#d699b6", -- magenta
|
||||
"#83c092", -- cyan
|
||||
"#5c6a72", -- white
|
||||
},
|
||||
brights = {
|
||||
"#a6b0a0", -- bright black
|
||||
"#e67e80", -- bright red
|
||||
"#a7c080", -- bright green
|
||||
"#dbbc7f", -- bright yellow
|
||||
"#7fbbb3", -- bright blue
|
||||
"#d699b6", -- bright magenta
|
||||
"#83c092", -- bright cyan
|
||||
"#5c6a72", -- bright white
|
||||
},
|
||||
|
||||
indexed = {
|
||||
[16] = "#e69875",
|
||||
[17] = "#e67e80",
|
||||
},
|
||||
|
||||
-- Arbitrary colors of the palette in the range from 16 to 255
|
||||
compose_cursor = "#e69875",
|
||||
|
||||
-- Colors for copy_mode and quick_select
|
||||
-- available since: 20220807-113146-c2fee766
|
||||
-- In copy_mode, the color of the active text is:
|
||||
-- 1. copy_mode_active_highlight_* if additional text was selected using the mouse
|
||||
-- 2. selection_* otherwise
|
||||
copy_mode_active_highlight_bg = { Color = "#e8e3cc" },
|
||||
-- use `AnsiColor` to specify one of the ansi color palette values
|
||||
-- (index 0-15) using the name "Black", "Maroon", "Green",
|
||||
-- "Olive", "Navy", "Purple", "Teal", "Silver", "Grey", "Red", "Lime",
|
||||
-- "Yellow", "Blue", "Fuchsia", "Aqua" or "White".
|
||||
copy_mode_active_highlight_fg = { AnsiColor = "Black" },
|
||||
copy_mode_inactive_highlight_bg = { Color = "#ede6cf" },
|
||||
copy_mode_inactive_highlight_fg = { AnsiColor = "White" },
|
||||
|
||||
quick_select_label_bg = { Color = "#dbbc7f" },
|
||||
quick_select_label_fg = { Color = "#f3ead3" },
|
||||
quick_select_match_bg = { AnsiColor = "Navy" },
|
||||
quick_select_match_fg = { Color = "#5c6a72" },
|
||||
|
||||
-- Tab bar colors
|
||||
tab_bar = {
|
||||
-- The color of the strip that goes along the top of the window
|
||||
background = "#f3ead3",
|
||||
|
||||
-- The active tab is the one that has focus in the window
|
||||
active_tab = {
|
||||
-- The color of the background area for the tab
|
||||
bg_color = "#ede6cf",
|
||||
-- The color of the text for the tab
|
||||
fg_color = "#5c6a72",
|
||||
|
||||
-- Specify whether you want "Half", "Normal" or "Bold" intensity for the
|
||||
-- label shown for this tab.
|
||||
-- The default is "Normal"
|
||||
intensity = "Normal",
|
||||
|
||||
-- Specify whether you want "None", "Single" or "Double" underline for
|
||||
-- label shown for this tab.
|
||||
-- The default is "None"
|
||||
underline = "None",
|
||||
|
||||
-- Specify whether you want the text to be italic (true) or not (false)
|
||||
-- for this tab. The default is false.
|
||||
italic = false,
|
||||
|
||||
-- Specify whether you want the text to be rendered with strikethrough (true)
|
||||
-- or not for this tab. The default is false.
|
||||
strikethrough = false,
|
||||
},
|
||||
|
||||
-- Inactive tabs are the tabs that do not have focus
|
||||
inactive_tab = {
|
||||
bg_color = "#f3ead3",
|
||||
fg_color = "#b3c0b0",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over inactive tabs
|
||||
inactive_tab_hover = {
|
||||
bg_color = "#e8e3cc",
|
||||
fg_color = "#5c6a72",
|
||||
italic = true,
|
||||
},
|
||||
|
||||
-- The new tab button that let you create new tabs
|
||||
new_tab = {
|
||||
bg_color = "#f3ead3",
|
||||
fg_color = "#b3c0b0",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over the new tab button
|
||||
new_tab_hover = {
|
||||
bg_color = "#ede6cf",
|
||||
fg_color = "#5c6a72",
|
||||
italic = true,
|
||||
},
|
||||
},
|
||||
|
||||
-- Visual bell colors
|
||||
visual_bell = "#dbbc7f",
|
||||
}
|
||||
|
||||
return M
|
||||
145
terminals/wezterm/everforest-light-soft.lua
Normal file
145
terminals/wezterm/everforest-light-soft.lua
Normal file
@@ -0,0 +1,145 @@
|
||||
-- Everforest theme for WezTerm
|
||||
-- Generated from template - do not edit manually
|
||||
|
||||
local M = {}
|
||||
|
||||
M.colors = {
|
||||
-- The default text color
|
||||
foreground = "#5c6a72",
|
||||
-- The default background color
|
||||
background = "#f0e5cf",
|
||||
|
||||
-- Overrides the cell background color when the current cell is occupied by the
|
||||
-- cursor and the cursor style is set to Block
|
||||
cursor_bg = "#5c6a72",
|
||||
-- Overrides the text color when the current cell is occupied by the cursor
|
||||
cursor_fg = "#f0e5cf",
|
||||
-- Specifies the border color of the cursor when the cursor style is set to Block,
|
||||
-- or the color of the vertical or horizontal bar when the cursor style is set to
|
||||
-- Bar or Underline.
|
||||
cursor_border = "#5c6a72",
|
||||
|
||||
-- The foreground color of selected text
|
||||
selection_fg = "#5c6a72",
|
||||
-- The background color of selected text
|
||||
selection_bg = "#e9e1cc",
|
||||
|
||||
-- The color of the scrollbar "thumb"; the portion that represents the current viewport
|
||||
scrollbar_thumb = "#b3c0b0",
|
||||
|
||||
-- The color of the split lines between panes
|
||||
split = "#b3c0b0",
|
||||
|
||||
ansi = {
|
||||
"#f0e5cf", -- black
|
||||
"#e67e80", -- red
|
||||
"#a7c080", -- green
|
||||
"#dbbc7f", -- yellow
|
||||
"#7fbbb3", -- blue
|
||||
"#d699b6", -- magenta
|
||||
"#83c092", -- cyan
|
||||
"#5c6a72", -- white
|
||||
},
|
||||
brights = {
|
||||
"#a6b0a0", -- bright black
|
||||
"#e67e80", -- bright red
|
||||
"#a7c080", -- bright green
|
||||
"#dbbc7f", -- bright yellow
|
||||
"#7fbbb3", -- bright blue
|
||||
"#d699b6", -- bright magenta
|
||||
"#83c092", -- bright cyan
|
||||
"#5c6a72", -- bright white
|
||||
},
|
||||
|
||||
indexed = {
|
||||
[16] = "#e69875",
|
||||
[17] = "#e67e80",
|
||||
},
|
||||
|
||||
-- Arbitrary colors of the palette in the range from 16 to 255
|
||||
compose_cursor = "#e69875",
|
||||
|
||||
-- Colors for copy_mode and quick_select
|
||||
-- available since: 20220807-113146-c2fee766
|
||||
-- In copy_mode, the color of the active text is:
|
||||
-- 1. copy_mode_active_highlight_* if additional text was selected using the mouse
|
||||
-- 2. selection_* otherwise
|
||||
copy_mode_active_highlight_bg = { Color = "#e4dfc8" },
|
||||
-- use `AnsiColor` to specify one of the ansi color palette values
|
||||
-- (index 0-15) using the name "Black", "Maroon", "Green",
|
||||
-- "Olive", "Navy", "Purple", "Teal", "Silver", "Grey", "Red", "Lime",
|
||||
-- "Yellow", "Blue", "Fuchsia", "Aqua" or "White".
|
||||
copy_mode_active_highlight_fg = { AnsiColor = "Black" },
|
||||
copy_mode_inactive_highlight_bg = { Color = "#e9e1cc" },
|
||||
copy_mode_inactive_highlight_fg = { AnsiColor = "White" },
|
||||
|
||||
quick_select_label_bg = { Color = "#dbbc7f" },
|
||||
quick_select_label_fg = { Color = "#f0e5cf" },
|
||||
quick_select_match_bg = { AnsiColor = "Navy" },
|
||||
quick_select_match_fg = { Color = "#5c6a72" },
|
||||
|
||||
-- Tab bar colors
|
||||
tab_bar = {
|
||||
-- The color of the strip that goes along the top of the window
|
||||
background = "#f0e5cf",
|
||||
|
||||
-- The active tab is the one that has focus in the window
|
||||
active_tab = {
|
||||
-- The color of the background area for the tab
|
||||
bg_color = "#e9e1cc",
|
||||
-- The color of the text for the tab
|
||||
fg_color = "#5c6a72",
|
||||
|
||||
-- Specify whether you want "Half", "Normal" or "Bold" intensity for the
|
||||
-- label shown for this tab.
|
||||
-- The default is "Normal"
|
||||
intensity = "Normal",
|
||||
|
||||
-- Specify whether you want "None", "Single" or "Double" underline for
|
||||
-- label shown for this tab.
|
||||
-- The default is "None"
|
||||
underline = "None",
|
||||
|
||||
-- Specify whether you want the text to be italic (true) or not (false)
|
||||
-- for this tab. The default is false.
|
||||
italic = false,
|
||||
|
||||
-- Specify whether you want the text to be rendered with strikethrough (true)
|
||||
-- or not for this tab. The default is false.
|
||||
strikethrough = false,
|
||||
},
|
||||
|
||||
-- Inactive tabs are the tabs that do not have focus
|
||||
inactive_tab = {
|
||||
bg_color = "#f0e5cf",
|
||||
fg_color = "#b3c0b0",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over inactive tabs
|
||||
inactive_tab_hover = {
|
||||
bg_color = "#e4dfc8",
|
||||
fg_color = "#5c6a72",
|
||||
italic = true,
|
||||
},
|
||||
|
||||
-- The new tab button that let you create new tabs
|
||||
new_tab = {
|
||||
bg_color = "#f0e5cf",
|
||||
fg_color = "#b3c0b0",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over the new tab button
|
||||
new_tab_hover = {
|
||||
bg_color = "#e9e1cc",
|
||||
fg_color = "#5c6a72",
|
||||
italic = true,
|
||||
},
|
||||
},
|
||||
|
||||
-- Visual bell colors
|
||||
visual_bell = "#dbbc7f",
|
||||
}
|
||||
|
||||
return M
|
||||
145
terminals/wezterm/template.lua
Normal file
145
terminals/wezterm/template.lua
Normal file
@@ -0,0 +1,145 @@
|
||||
-- Everforest theme for WezTerm
|
||||
-- Generated from template - do not edit manually
|
||||
|
||||
local M = {}
|
||||
|
||||
M.colors = {
|
||||
-- The default text color
|
||||
foreground = "{{fg}}",
|
||||
-- The default background color
|
||||
background = "{{bg}}",
|
||||
|
||||
-- Overrides the cell background color when the current cell is occupied by the
|
||||
-- cursor and the cursor style is set to Block
|
||||
cursor_bg = "{{fg}}",
|
||||
-- Overrides the text color when the current cell is occupied by the cursor
|
||||
cursor_fg = "{{bg}}",
|
||||
-- Specifies the border color of the cursor when the cursor style is set to Block,
|
||||
-- or the color of the vertical or horizontal bar when the cursor style is set to
|
||||
-- Bar or Underline.
|
||||
cursor_border = "{{fg}}",
|
||||
|
||||
-- The foreground color of selected text
|
||||
selection_fg = "{{fg}}",
|
||||
-- The background color of selected text
|
||||
selection_bg = "{{bg1}}",
|
||||
|
||||
-- The color of the scrollbar "thumb"; the portion that represents the current viewport
|
||||
scrollbar_thumb = "{{gray2}}",
|
||||
|
||||
-- The color of the split lines between panes
|
||||
split = "{{gray2}}",
|
||||
|
||||
ansi = {
|
||||
"{{bg}}", -- black
|
||||
"{{red}}", -- red
|
||||
"{{green}}", -- green
|
||||
"{{yellow}}", -- yellow
|
||||
"{{blue}}", -- blue
|
||||
"{{purple}}", -- magenta
|
||||
"{{aqua}}", -- cyan
|
||||
"{{fg}}", -- white
|
||||
},
|
||||
brights = {
|
||||
"{{gray1}}", -- bright black
|
||||
"{{red}}", -- bright red
|
||||
"{{green}}", -- bright green
|
||||
"{{yellow}}", -- bright yellow
|
||||
"{{blue}}", -- bright blue
|
||||
"{{purple}}", -- bright magenta
|
||||
"{{aqua}}", -- bright cyan
|
||||
"{{fg}}", -- bright white
|
||||
},
|
||||
|
||||
indexed = {
|
||||
[16] = "{{orange}}",
|
||||
[17] = "{{red}}",
|
||||
},
|
||||
|
||||
-- Arbitrary colors of the palette in the range from 16 to 255
|
||||
compose_cursor = "{{orange}}",
|
||||
|
||||
-- Colors for copy_mode and quick_select
|
||||
-- available since: 20220807-113146-c2fee766
|
||||
-- In copy_mode, the color of the active text is:
|
||||
-- 1. copy_mode_active_highlight_* if additional text was selected using the mouse
|
||||
-- 2. selection_* otherwise
|
||||
copy_mode_active_highlight_bg = { Color = "{{bg2}}" },
|
||||
-- use `AnsiColor` to specify one of the ansi color palette values
|
||||
-- (index 0-15) using the name "Black", "Maroon", "Green",
|
||||
-- "Olive", "Navy", "Purple", "Teal", "Silver", "Grey", "Red", "Lime",
|
||||
-- "Yellow", "Blue", "Fuchsia", "Aqua" or "White".
|
||||
copy_mode_active_highlight_fg = { AnsiColor = "Black" },
|
||||
copy_mode_inactive_highlight_bg = { Color = "{{bg1}}" },
|
||||
copy_mode_inactive_highlight_fg = { AnsiColor = "White" },
|
||||
|
||||
quick_select_label_bg = { Color = "{{yellow}}" },
|
||||
quick_select_label_fg = { Color = "{{bg}}" },
|
||||
quick_select_match_bg = { AnsiColor = "Navy" },
|
||||
quick_select_match_fg = { Color = "{{fg}}" },
|
||||
|
||||
-- Tab bar colors
|
||||
tab_bar = {
|
||||
-- The color of the strip that goes along the top of the window
|
||||
background = "{{bg}}",
|
||||
|
||||
-- The active tab is the one that has focus in the window
|
||||
active_tab = {
|
||||
-- The color of the background area for the tab
|
||||
bg_color = "{{bg1}}",
|
||||
-- The color of the text for the tab
|
||||
fg_color = "{{fg}}",
|
||||
|
||||
-- Specify whether you want "Half", "Normal" or "Bold" intensity for the
|
||||
-- label shown for this tab.
|
||||
-- The default is "Normal"
|
||||
intensity = "Normal",
|
||||
|
||||
-- Specify whether you want "None", "Single" or "Double" underline for
|
||||
-- label shown for this tab.
|
||||
-- The default is "None"
|
||||
underline = "None",
|
||||
|
||||
-- Specify whether you want the text to be italic (true) or not (false)
|
||||
-- for this tab. The default is false.
|
||||
italic = false,
|
||||
|
||||
-- Specify whether you want the text to be rendered with strikethrough (true)
|
||||
-- or not for this tab. The default is false.
|
||||
strikethrough = false,
|
||||
},
|
||||
|
||||
-- Inactive tabs are the tabs that do not have focus
|
||||
inactive_tab = {
|
||||
bg_color = "{{bg}}",
|
||||
fg_color = "{{gray2}}",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over inactive tabs
|
||||
inactive_tab_hover = {
|
||||
bg_color = "{{bg2}}",
|
||||
fg_color = "{{fg}}",
|
||||
italic = true,
|
||||
},
|
||||
|
||||
-- The new tab button that let you create new tabs
|
||||
new_tab = {
|
||||
bg_color = "{{bg}}",
|
||||
fg_color = "{{gray2}}",
|
||||
},
|
||||
|
||||
-- You can configure some alternate styling when the mouse pointer
|
||||
-- moves over the new tab button
|
||||
new_tab_hover = {
|
||||
bg_color = "{{bg1}}",
|
||||
fg_color = "{{fg}}",
|
||||
italic = true,
|
||||
},
|
||||
},
|
||||
|
||||
-- Visual bell colors
|
||||
visual_bell = "{{yellow}}",
|
||||
}
|
||||
|
||||
return M
|
||||
24
terminals/windows-terminal/everforest-dark-hard.json
Normal file
24
terminals/windows-terminal/everforest-dark-hard.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Everforest",
|
||||
"comment": "Everforest theme for Windows Terminal - Generated from template - do not edit manually",
|
||||
"background": "#2b3339",
|
||||
"foreground": "#d3c6aa",
|
||||
"selectionBackground": "#323c41",
|
||||
"cursorColor": "#d3c6aa",
|
||||
"black": "#2b3339",
|
||||
"red": "#e67e80",
|
||||
"green": "#a7c080",
|
||||
"yellow": "#dbbc7f",
|
||||
"blue": "#7fbbb3",
|
||||
"purple": "#d699b6",
|
||||
"cyan": "#83c092",
|
||||
"white": "#d3c6aa",
|
||||
"brightBlack": "#7a8478",
|
||||
"brightRed": "#e67e80",
|
||||
"brightGreen": "#a7c080",
|
||||
"brightYellow": "#dbbc7f",
|
||||
"brightBlue": "#7fbbb3",
|
||||
"brightPurple": "#d699b6",
|
||||
"brightCyan": "#83c092",
|
||||
"brightWhite": "#d3c6aa"
|
||||
}
|
||||
24
terminals/windows-terminal/everforest-dark-medium.json
Normal file
24
terminals/windows-terminal/everforest-dark-medium.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Everforest",
|
||||
"comment": "Everforest theme for Windows Terminal - Generated from template - do not edit manually",
|
||||
"background": "#2f383e",
|
||||
"foreground": "#d3c6aa",
|
||||
"selectionBackground": "#374247",
|
||||
"cursorColor": "#d3c6aa",
|
||||
"black": "#2f383e",
|
||||
"red": "#e67e80",
|
||||
"green": "#a7c080",
|
||||
"yellow": "#dbbc7f",
|
||||
"blue": "#7fbbb3",
|
||||
"purple": "#d699b6",
|
||||
"cyan": "#83c092",
|
||||
"white": "#d3c6aa",
|
||||
"brightBlack": "#7a8478",
|
||||
"brightRed": "#e67e80",
|
||||
"brightGreen": "#a7c080",
|
||||
"brightYellow": "#dbbc7f",
|
||||
"brightBlue": "#7fbbb3",
|
||||
"brightPurple": "#d699b6",
|
||||
"brightCyan": "#83c092",
|
||||
"brightWhite": "#d3c6aa"
|
||||
}
|
||||
24
terminals/windows-terminal/everforest-dark-soft.json
Normal file
24
terminals/windows-terminal/everforest-dark-soft.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Everforest",
|
||||
"comment": "Everforest theme for Windows Terminal - Generated from template - do not edit manually",
|
||||
"background": "#323d43",
|
||||
"foreground": "#d3c6aa",
|
||||
"selectionBackground": "#3a464c",
|
||||
"cursorColor": "#d3c6aa",
|
||||
"black": "#323d43",
|
||||
"red": "#e67e80",
|
||||
"green": "#a7c080",
|
||||
"yellow": "#dbbc7f",
|
||||
"blue": "#7fbbb3",
|
||||
"purple": "#d699b6",
|
||||
"cyan": "#83c092",
|
||||
"white": "#d3c6aa",
|
||||
"brightBlack": "#7a8478",
|
||||
"brightRed": "#e67e80",
|
||||
"brightGreen": "#a7c080",
|
||||
"brightYellow": "#dbbc7f",
|
||||
"brightBlue": "#7fbbb3",
|
||||
"brightPurple": "#d699b6",
|
||||
"brightCyan": "#83c092",
|
||||
"brightWhite": "#d3c6aa"
|
||||
}
|
||||
24
terminals/windows-terminal/everforest-light-hard.json
Normal file
24
terminals/windows-terminal/everforest-light-hard.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Everforest",
|
||||
"comment": "Everforest theme for Windows Terminal - Generated from template - do not edit manually",
|
||||
"background": "#fdf6e3",
|
||||
"foreground": "#5c6a72",
|
||||
"selectionBackground": "#f4f0d9",
|
||||
"cursorColor": "#5c6a72",
|
||||
"black": "#fdf6e3",
|
||||
"red": "#e67e80",
|
||||
"green": "#a7c080",
|
||||
"yellow": "#dbbc7f",
|
||||
"blue": "#7fbbb3",
|
||||
"purple": "#d699b6",
|
||||
"cyan": "#83c092",
|
||||
"white": "#5c6a72",
|
||||
"brightBlack": "#a6b0a0",
|
||||
"brightRed": "#e67e80",
|
||||
"brightGreen": "#a7c080",
|
||||
"brightYellow": "#dbbc7f",
|
||||
"brightBlue": "#7fbbb3",
|
||||
"brightPurple": "#d699b6",
|
||||
"brightCyan": "#83c092",
|
||||
"brightWhite": "#5c6a72"
|
||||
}
|
||||
24
terminals/windows-terminal/everforest-light-medium.json
Normal file
24
terminals/windows-terminal/everforest-light-medium.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Everforest",
|
||||
"comment": "Everforest theme for Windows Terminal - Generated from template - do not edit manually",
|
||||
"background": "#f3ead3",
|
||||
"foreground": "#5c6a72",
|
||||
"selectionBackground": "#ede6cf",
|
||||
"cursorColor": "#5c6a72",
|
||||
"black": "#f3ead3",
|
||||
"red": "#e67e80",
|
||||
"green": "#a7c080",
|
||||
"yellow": "#dbbc7f",
|
||||
"blue": "#7fbbb3",
|
||||
"purple": "#d699b6",
|
||||
"cyan": "#83c092",
|
||||
"white": "#5c6a72",
|
||||
"brightBlack": "#a6b0a0",
|
||||
"brightRed": "#e67e80",
|
||||
"brightGreen": "#a7c080",
|
||||
"brightYellow": "#dbbc7f",
|
||||
"brightBlue": "#7fbbb3",
|
||||
"brightPurple": "#d699b6",
|
||||
"brightCyan": "#83c092",
|
||||
"brightWhite": "#5c6a72"
|
||||
}
|
||||
24
terminals/windows-terminal/everforest-light-soft.json
Normal file
24
terminals/windows-terminal/everforest-light-soft.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Everforest",
|
||||
"comment": "Everforest theme for Windows Terminal - Generated from template - do not edit manually",
|
||||
"background": "#f0e5cf",
|
||||
"foreground": "#5c6a72",
|
||||
"selectionBackground": "#e9e1cc",
|
||||
"cursorColor": "#5c6a72",
|
||||
"black": "#f0e5cf",
|
||||
"red": "#e67e80",
|
||||
"green": "#a7c080",
|
||||
"yellow": "#dbbc7f",
|
||||
"blue": "#7fbbb3",
|
||||
"purple": "#d699b6",
|
||||
"cyan": "#83c092",
|
||||
"white": "#5c6a72",
|
||||
"brightBlack": "#a6b0a0",
|
||||
"brightRed": "#e67e80",
|
||||
"brightGreen": "#a7c080",
|
||||
"brightYellow": "#dbbc7f",
|
||||
"brightBlue": "#7fbbb3",
|
||||
"brightPurple": "#d699b6",
|
||||
"brightCyan": "#83c092",
|
||||
"brightWhite": "#5c6a72"
|
||||
}
|
||||
24
terminals/windows-terminal/template.json
Normal file
24
terminals/windows-terminal/template.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Everforest",
|
||||
"comment": "Everforest theme for Windows Terminal - Generated from template - do not edit manually",
|
||||
"background": "{{bg}}",
|
||||
"foreground": "{{fg}}",
|
||||
"selectionBackground": "{{bg1}}",
|
||||
"cursorColor": "{{fg}}",
|
||||
"black": "{{bg}}",
|
||||
"red": "{{red}}",
|
||||
"green": "{{green}}",
|
||||
"yellow": "{{yellow}}",
|
||||
"blue": "{{blue}}",
|
||||
"purple": "{{purple}}",
|
||||
"cyan": "{{aqua}}",
|
||||
"white": "{{fg}}",
|
||||
"brightBlack": "{{gray1}}",
|
||||
"brightRed": "{{red}}",
|
||||
"brightGreen": "{{green}}",
|
||||
"brightYellow": "{{yellow}}",
|
||||
"brightBlue": "{{blue}}",
|
||||
"brightPurple": "{{purple}}",
|
||||
"brightCyan": "{{aqua}}",
|
||||
"brightWhite": "{{fg}}"
|
||||
}
|
||||
Reference in New Issue
Block a user