More theme updates
This commit is contained in:
parent
b1fb865ab0
commit
0c46e7ea47
@ -1 +0,0 @@
|
||||
Subproject commit 981f48c9e4de2c0b657ed23a8ca425d8bf6ae0c7
|
27
alacritty/themes/3024.dark.yaml
Normal file
27
alacritty/themes/3024.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: 3024 (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#090300"
|
||||
foreground: "#a5a2a2"
|
||||
cursor:
|
||||
text: "#090300"
|
||||
cursor: "#a5a2a2"
|
||||
normal:
|
||||
black: "#090300"
|
||||
red: "#db2d20"
|
||||
green: "#01a252"
|
||||
yellow: "#fded02"
|
||||
blue: "#01a0e4"
|
||||
magenta: "#a16a94"
|
||||
cyan: "#b5e4f4"
|
||||
white: "#a5a2a2"
|
||||
bright:
|
||||
black: "#5c5855"
|
||||
red: "#db2d20"
|
||||
green: "#01a252"
|
||||
yellow: "#fded02"
|
||||
blue: "#01a0e4"
|
||||
magenta: "#a16a94"
|
||||
cyan: "#b5e4f4"
|
||||
white: "#f7f7f7"
|
27
alacritty/themes/3024.light.yaml
Normal file
27
alacritty/themes/3024.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: 3024 (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f7f7f7"
|
||||
foreground: "#4a4543"
|
||||
cursor:
|
||||
text: "#f7f7f7"
|
||||
cursor: "#4a4543"
|
||||
normal:
|
||||
black: "#090300"
|
||||
red: "#db2d20"
|
||||
green: "#01a252"
|
||||
yellow: "#fded02"
|
||||
blue: "#01a0e4"
|
||||
magenta: "#a16a94"
|
||||
cyan: "#b5e4f4"
|
||||
white: "#a5a2a2"
|
||||
bright:
|
||||
black: "#5c5855"
|
||||
red: "#db2d20"
|
||||
green: "#01a252"
|
||||
yellow: "#fded02"
|
||||
blue: "#01a0e4"
|
||||
magenta: "#a16a94"
|
||||
cyan: "#b5e4f4"
|
||||
white: "#f7f7f7"
|
48
alacritty/themes/Afterglow.yaml
Normal file
48
alacritty/themes/Afterglow.yaml
Normal file
@ -0,0 +1,48 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#2c2c2c'
|
||||
foreground: '#d6d6d6'
|
||||
|
||||
dim_foreground: '#dbdbdb'
|
||||
bright_foreground: '#d9d9d9'
|
||||
dim_background: '#202020' # not sure
|
||||
bright_background: '#3a3a3a' # not sure
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: '#2c2c2c'
|
||||
cursor: '#d9d9d9'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#1c1c1c'
|
||||
red: '#bc5653'
|
||||
green: '#909d63'
|
||||
yellow: '#ebc17a'
|
||||
blue: '#7eaac7'
|
||||
magenta: '#aa6292'
|
||||
cyan: '#86d3ce'
|
||||
white: '#cacaca'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#636363'
|
||||
red: '#bc5653'
|
||||
green: '#909d63'
|
||||
yellow: '#ebc17a'
|
||||
blue: '#7eaac7'
|
||||
magenta: '#aa6292'
|
||||
cyan: '#86d3ce'
|
||||
white: '#f7f7f7'
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '#232323'
|
||||
red: '#74423f'
|
||||
green: '#5e6547'
|
||||
yellow: '#8b7653'
|
||||
blue: '#556b79'
|
||||
magenta: '#6e4962'
|
||||
cyan: '#5c8482'
|
||||
white: '#828282'
|
27
alacritty/themes/Alabaster.yaml
Normal file
27
alacritty/themes/Alabaster.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Alabaster
|
||||
author: tonsky
|
||||
primary:
|
||||
background: "#F7F7F7"
|
||||
foreground: "#000000"
|
||||
cursor:
|
||||
text: "#448C27"
|
||||
cursor: "#000000"
|
||||
normal:
|
||||
black: "#000000"
|
||||
red: "#AA3731"
|
||||
green: "#448C27"
|
||||
yellow: "#CB9000"
|
||||
blue: "#325CC0"
|
||||
magenta: "#7A3E9D"
|
||||
cyan: "#0083B2"
|
||||
white: "#BBBBBB"
|
||||
bright:
|
||||
black: "#777777"
|
||||
red: "#F05050"
|
||||
green: "#60CB00"
|
||||
yellow: "#FFBC5D"
|
||||
blue: "#007ACC"
|
||||
magenta: "#E64CE6"
|
||||
cyan: "#00AACB"
|
||||
white: "#FFFFFF"
|
32
alacritty/themes/Argonaut.yaml
Normal file
32
alacritty/themes/Argonaut.yaml
Normal file
@ -0,0 +1,32 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#292C3E'
|
||||
foreground: '#EBEBEB'
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: '#FF261E'
|
||||
cursor: '#FF261E'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#0d0d0d'
|
||||
red: '#FF301B'
|
||||
green: '#A0E521'
|
||||
yellow: '#FFC620'
|
||||
blue: '#1BA6FA'
|
||||
magenta: '#8763B8'
|
||||
cyan: '#21DEEF'
|
||||
white: '#EBEBEB'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#6D7070'
|
||||
red: '#FF4352'
|
||||
green: '#B8E466'
|
||||
yellow: '#FFD750'
|
||||
blue: '#1BA6FA'
|
||||
magenta: '#A578EA'
|
||||
cyan: '#73FBF1'
|
||||
white: '#FEFEF8'
|
27
alacritty/themes/Ashes.dark.yaml
Normal file
27
alacritty/themes/Ashes.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Ashes (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#1c2023"
|
||||
foreground: "#c7ccd1"
|
||||
cursor:
|
||||
text: "#1c2023"
|
||||
cursor: "#c7ccd1"
|
||||
normal:
|
||||
black: "#1c2023"
|
||||
red: "#c7ae95"
|
||||
green: "#95c7ae"
|
||||
yellow: "#aec795"
|
||||
blue: "#ae95c7"
|
||||
magenta: "#c795ae"
|
||||
cyan: "#95aec7"
|
||||
white: "#c7ccd1"
|
||||
bright:
|
||||
black: "#747c84"
|
||||
red: "#c7ae95"
|
||||
green: "#95c7ae"
|
||||
yellow: "#aec795"
|
||||
blue: "#ae95c7"
|
||||
magenta: "#c795ae"
|
||||
cyan: "#95aec7"
|
||||
white: "#f3f4f5"
|
27
alacritty/themes/Ashes.light.yaml
Normal file
27
alacritty/themes/Ashes.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Ashes (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f3f4f5"
|
||||
foreground: "#565e65"
|
||||
cursor:
|
||||
text: "#f3f4f5"
|
||||
cursor: "#565e65"
|
||||
normal:
|
||||
black: "#1c2023"
|
||||
red: "#c7ae95"
|
||||
green: "#95c7ae"
|
||||
yellow: "#aec795"
|
||||
blue: "#ae95c7"
|
||||
magenta: "#c795ae"
|
||||
cyan: "#95aec7"
|
||||
white: "#c7ccd1"
|
||||
bright:
|
||||
black: "#747c84"
|
||||
red: "#c7ae95"
|
||||
green: "#95c7ae"
|
||||
yellow: "#aec795"
|
||||
blue: "#ae95c7"
|
||||
magenta: "#c795ae"
|
||||
cyan: "#95aec7"
|
||||
white: "#f3f4f5"
|
27
alacritty/themes/Astromouse.yaml
Normal file
27
alacritty/themes/Astromouse.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: astromouse
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#1c1c1c"
|
||||
red: "#d770af"
|
||||
green: "#9acc79"
|
||||
yellow: "#d0d26b"
|
||||
blue: "#77b6c5"
|
||||
magenta: "#a488d9"
|
||||
cyan: "#7fcab3"
|
||||
white: "#8d8d8d"
|
||||
bright:
|
||||
black: "#3d3a3a"
|
||||
red: "#d28abf"
|
||||
green: "#8fb676"
|
||||
yellow: "#c8bc45"
|
||||
blue: "#8fa7b9"
|
||||
magenta: "#bd89de"
|
||||
cyan: "#6ec2a8"
|
||||
white: "#dad3d3"
|
27
alacritty/themes/Atelierdune.dark.yaml
Normal file
27
alacritty/themes/Atelierdune.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Atelierdune (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#20201d"
|
||||
foreground: "#a6a28c"
|
||||
cursor:
|
||||
text: "#20201d"
|
||||
cursor: "#a6a28c"
|
||||
normal:
|
||||
black: "#20201d"
|
||||
red: "#d73737"
|
||||
green: "#60ac39"
|
||||
yellow: "#cfb017"
|
||||
blue: "#6684e1"
|
||||
magenta: "#b854d4"
|
||||
cyan: "#1fad83"
|
||||
white: "#a6a28c"
|
||||
bright:
|
||||
black: "#7d7a68"
|
||||
red: "#d73737"
|
||||
green: "#60ac39"
|
||||
yellow: "#cfb017"
|
||||
blue: "#6684e1"
|
||||
magenta: "#b854d4"
|
||||
cyan: "#1fad83"
|
||||
white: "#fefbec"
|
27
alacritty/themes/Atelierdune.light.yaml
Normal file
27
alacritty/themes/Atelierdune.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Atelierdune (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#fefbec"
|
||||
foreground: "#6e6b5e"
|
||||
cursor:
|
||||
text: "#fefbec"
|
||||
cursor: "#6e6b5e"
|
||||
normal:
|
||||
black: "#20201d"
|
||||
red: "#d73737"
|
||||
green: "#60ac39"
|
||||
yellow: "#cfb017"
|
||||
blue: "#6684e1"
|
||||
magenta: "#b854d4"
|
||||
cyan: "#1fad83"
|
||||
white: "#a6a28c"
|
||||
bright:
|
||||
black: "#7d7a68"
|
||||
red: "#d73737"
|
||||
green: "#60ac39"
|
||||
yellow: "#cfb017"
|
||||
blue: "#6684e1"
|
||||
magenta: "#b854d4"
|
||||
cyan: "#1fad83"
|
||||
white: "#fefbec"
|
27
alacritty/themes/Atelierforest.dark.yaml
Normal file
27
alacritty/themes/Atelierforest.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Atelierforest (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#1b1918"
|
||||
foreground: "#a8a19f"
|
||||
cursor:
|
||||
text: "#1b1918"
|
||||
cursor: "#a8a19f"
|
||||
normal:
|
||||
black: "#1b1918"
|
||||
red: "#f22c40"
|
||||
green: "#5ab738"
|
||||
yellow: "#d5911a"
|
||||
blue: "#407ee7"
|
||||
magenta: "#6666ea"
|
||||
cyan: "#00ad9c"
|
||||
white: "#a8a19f"
|
||||
bright:
|
||||
black: "#766e6b"
|
||||
red: "#f22c40"
|
||||
green: "#5ab738"
|
||||
yellow: "#d5911a"
|
||||
blue: "#407ee7"
|
||||
magenta: "#6666ea"
|
||||
cyan: "#00ad9c"
|
||||
white: "#f1efee"
|
27
alacritty/themes/Atelierforest.light.yaml
Normal file
27
alacritty/themes/Atelierforest.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Atelierforest (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f1efee"
|
||||
foreground: "#68615e"
|
||||
cursor:
|
||||
text: "#f1efee"
|
||||
cursor: "#68615e"
|
||||
normal:
|
||||
black: "#1b1918"
|
||||
red: "#f22c40"
|
||||
green: "#5ab738"
|
||||
yellow: "#d5911a"
|
||||
blue: "#407ee7"
|
||||
magenta: "#6666ea"
|
||||
cyan: "#00ad9c"
|
||||
white: "#a8a19f"
|
||||
bright:
|
||||
black: "#766e6b"
|
||||
red: "#f22c40"
|
||||
green: "#5ab738"
|
||||
yellow: "#d5911a"
|
||||
blue: "#407ee7"
|
||||
magenta: "#6666ea"
|
||||
cyan: "#00ad9c"
|
||||
white: "#f1efee"
|
27
alacritty/themes/Atelierheath.dark.yaml
Normal file
27
alacritty/themes/Atelierheath.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Atelierheath (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#1b181b"
|
||||
foreground: "#ab9bab"
|
||||
cursor:
|
||||
text: "#1b181b"
|
||||
cursor: "#ab9bab"
|
||||
normal:
|
||||
black: "#1b181b"
|
||||
red: "#ca402b"
|
||||
green: "#379a37"
|
||||
yellow: "#bb8a35"
|
||||
blue: "#516aec"
|
||||
magenta: "#7b59c0"
|
||||
cyan: "#159393"
|
||||
white: "#ab9bab"
|
||||
bright:
|
||||
black: "#776977"
|
||||
red: "#ca402b"
|
||||
green: "#379a37"
|
||||
yellow: "#bb8a35"
|
||||
blue: "#516aec"
|
||||
magenta: "#7b59c0"
|
||||
cyan: "#159393"
|
||||
white: "#f7f3f7"
|
27
alacritty/themes/Atelierheath.light.yaml
Normal file
27
alacritty/themes/Atelierheath.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Atelierheath (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f7f3f7"
|
||||
foreground: "#695d69"
|
||||
cursor:
|
||||
text: "#f7f3f7"
|
||||
cursor: "#695d69"
|
||||
normal:
|
||||
black: "#1b181b"
|
||||
red: "#ca402b"
|
||||
green: "#379a37"
|
||||
yellow: "#bb8a35"
|
||||
blue: "#516aec"
|
||||
magenta: "#7b59c0"
|
||||
cyan: "#159393"
|
||||
white: "#ab9bab"
|
||||
bright:
|
||||
black: "#776977"
|
||||
red: "#ca402b"
|
||||
green: "#379a37"
|
||||
yellow: "#bb8a35"
|
||||
blue: "#516aec"
|
||||
magenta: "#7b59c0"
|
||||
cyan: "#159393"
|
||||
white: "#f7f3f7"
|
27
alacritty/themes/Atelierlakeside.dark.yaml
Normal file
27
alacritty/themes/Atelierlakeside.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Atelierlakeside (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#161b1d"
|
||||
foreground: "#7ea2b4"
|
||||
cursor:
|
||||
text: "#161b1d"
|
||||
cursor: "#7ea2b4"
|
||||
normal:
|
||||
black: "#161b1d"
|
||||
red: "#d22d72"
|
||||
green: "#568c3b"
|
||||
yellow: "#8a8a0f"
|
||||
blue: "#257fad"
|
||||
magenta: "#5d5db1"
|
||||
cyan: "#2d8f6f"
|
||||
white: "#7ea2b4"
|
||||
bright:
|
||||
black: "#5a7b8c"
|
||||
red: "#d22d72"
|
||||
green: "#568c3b"
|
||||
yellow: "#8a8a0f"
|
||||
blue: "#257fad"
|
||||
magenta: "#5d5db1"
|
||||
cyan: "#2d8f6f"
|
||||
white: "#ebf8ff"
|
27
alacritty/themes/Atelierlakeside.light.yaml
Normal file
27
alacritty/themes/Atelierlakeside.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Atelierlakeside (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#ebf8ff"
|
||||
foreground: "#516d7b"
|
||||
cursor:
|
||||
text: "#ebf8ff"
|
||||
cursor: "#516d7b"
|
||||
normal:
|
||||
black: "#161b1d"
|
||||
red: "#d22d72"
|
||||
green: "#568c3b"
|
||||
yellow: "#8a8a0f"
|
||||
blue: "#257fad"
|
||||
magenta: "#5d5db1"
|
||||
cyan: "#2d8f6f"
|
||||
white: "#7ea2b4"
|
||||
bright:
|
||||
black: "#5a7b8c"
|
||||
red: "#d22d72"
|
||||
green: "#568c3b"
|
||||
yellow: "#8a8a0f"
|
||||
blue: "#257fad"
|
||||
magenta: "#5d5db1"
|
||||
cyan: "#2d8f6f"
|
||||
white: "#ebf8ff"
|
27
alacritty/themes/Atelierseaside.dark.yaml
Normal file
27
alacritty/themes/Atelierseaside.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Atelierseaside (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#131513"
|
||||
foreground: "#8ca68c"
|
||||
cursor:
|
||||
text: "#131513"
|
||||
cursor: "#8ca68c"
|
||||
normal:
|
||||
black: "#131513"
|
||||
red: "#e6193c"
|
||||
green: "#29a329"
|
||||
yellow: "#c3c322"
|
||||
blue: "#3d62f5"
|
||||
magenta: "#ad2bee"
|
||||
cyan: "#1999b3"
|
||||
white: "#8ca68c"
|
||||
bright:
|
||||
black: "#687d68"
|
||||
red: "#e6193c"
|
||||
green: "#29a329"
|
||||
yellow: "#c3c322"
|
||||
blue: "#3d62f5"
|
||||
magenta: "#ad2bee"
|
||||
cyan: "#1999b3"
|
||||
white: "#f0fff0"
|
27
alacritty/themes/Atelierseaside.light.yaml
Normal file
27
alacritty/themes/Atelierseaside.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Atelierseaside (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f0fff0"
|
||||
foreground: "#5e6e5e"
|
||||
cursor:
|
||||
text: "#f0fff0"
|
||||
cursor: "#5e6e5e"
|
||||
normal:
|
||||
black: "#131513"
|
||||
red: "#e6193c"
|
||||
green: "#29a329"
|
||||
yellow: "#c3c322"
|
||||
blue: "#3d62f5"
|
||||
magenta: "#ad2bee"
|
||||
cyan: "#1999b3"
|
||||
white: "#8ca68c"
|
||||
bright:
|
||||
black: "#687d68"
|
||||
red: "#e6193c"
|
||||
green: "#29a329"
|
||||
yellow: "#c3c322"
|
||||
blue: "#3d62f5"
|
||||
magenta: "#ad2bee"
|
||||
cyan: "#1999b3"
|
||||
white: "#f0fff0"
|
28
alacritty/themes/Ayu-Dark.yaml
Normal file
28
alacritty/themes/Ayu-Dark.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
# Colors (Ayu Dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#0A0E14'
|
||||
foreground: '#B3B1AD'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#01060E'
|
||||
red: '#EA6C73'
|
||||
green: '#91B362'
|
||||
yellow: '#F9AF4F'
|
||||
blue: '#53BDFA'
|
||||
magenta: '#FAE994'
|
||||
cyan: '#90E1C6'
|
||||
white: '#C7C7C7'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#686868'
|
||||
red: '#F07178'
|
||||
green: '#C2D94C'
|
||||
yellow: '#FFB454'
|
||||
blue: '#59C2FF'
|
||||
magenta: '#FFEE99'
|
||||
cyan: '#95E6CB'
|
||||
white: '#FFFFFF'
|
28
alacritty/themes/Ayu-Mirage.yaml
Normal file
28
alacritty/themes/Ayu-Mirage.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
# Colors (Ayu Mirage)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#202734'
|
||||
foreground: '#CBCCC6'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#191E2A'
|
||||
red: '#FF3333'
|
||||
green: '#BAE67E'
|
||||
yellow: '#FFA759'
|
||||
blue: '#73D0FF'
|
||||
magenta: '#FFD580'
|
||||
cyan: '#95E6CB'
|
||||
white: '#C7C7C7'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#686868'
|
||||
red: '#F27983'
|
||||
green: '#A6CC70'
|
||||
yellow: '#FFCC66'
|
||||
blue: '#5CCFE6'
|
||||
magenta: '#FFEE99'
|
||||
cyan: '#95E6CB'
|
||||
white: '#FFFFFF'
|
33
alacritty/themes/Base16-Default-Dark.yaml
Normal file
33
alacritty/themes/Base16-Default-Dark.yaml
Normal file
@ -0,0 +1,33 @@
|
||||
# Colors (Base16 Default Dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#181818'
|
||||
foreground: '#d8d8d8'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '#d8d8d8'
|
||||
cursor: '#d8d8d8'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#181818'
|
||||
red: '#ab4642'
|
||||
green: '#a1b56c'
|
||||
yellow: '#f7ca88'
|
||||
blue: '#7cafc2'
|
||||
magenta: '#ba8baf'
|
||||
cyan: '#86c1b9'
|
||||
white: '#d8d8d8'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#585858'
|
||||
red: '#ab4642'
|
||||
green: '#a1b56c'
|
||||
yellow: '#f7ca88'
|
||||
blue: '#7cafc2'
|
||||
magenta: '#ba8baf'
|
||||
cyan: '#86c1b9'
|
||||
white: '#f8f8f8'
|
27
alacritty/themes/Baskerville - Count Von Count.yaml
Normal file
27
alacritty/themes/Baskerville - Count Von Count.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Count Von Count
|
||||
author: Baskerville
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#919191"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#919191"
|
||||
normal:
|
||||
black: "#303030"
|
||||
red: "#c10023"
|
||||
green: "#a83334"
|
||||
yellow: "#b51d2c"
|
||||
blue: "#8c4b46"
|
||||
magenta: "#7d534f"
|
||||
cyan: "#9a413d"
|
||||
white: "#c6c6c6"
|
||||
bright:
|
||||
black: "#5e5e5e"
|
||||
red: "#ff8781"
|
||||
green: "#ffa095"
|
||||
yellow: "#ff948b"
|
||||
blue: "#feb2aa"
|
||||
magenta: "#ebbbb5"
|
||||
cyan: "#ffaaa0"
|
||||
white: "#ffffff"
|
27
alacritty/themes/Baskerville - Eldorado dark.yaml
Normal file
27
alacritty/themes/Baskerville - Eldorado dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Eldorado dark
|
||||
author: Baskerville
|
||||
primary:
|
||||
background: "#292929"
|
||||
foreground: "#a2a2a2"
|
||||
cursor:
|
||||
text: "#292929"
|
||||
cursor: "#a2a2a2"
|
||||
normal:
|
||||
black: "#4e4e4e"
|
||||
red: "#a9635d"
|
||||
green: "#468459"
|
||||
yellow: "#84763d"
|
||||
blue: "#5879af"
|
||||
magenta: "#9c6594"
|
||||
cyan: "#008592"
|
||||
white: "#cfcfcf"
|
||||
bright:
|
||||
black: "#777777"
|
||||
red: "#ffbbb2"
|
||||
green: "#9ddeaf"
|
||||
yellow: "#e0ce91"
|
||||
blue: "#b3d1ff"
|
||||
magenta: "#fabdf0"
|
||||
cyan: "#79e0ed"
|
||||
white: "#ffffff"
|
27
alacritty/themes/Baskerville - FarSide.yaml
Normal file
27
alacritty/themes/Baskerville - FarSide.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: FarSide
|
||||
author: Baskerville
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#919191"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#919191"
|
||||
normal:
|
||||
black: "#303030"
|
||||
red: "#a43261"
|
||||
green: "#006ca5"
|
||||
yellow: "#007086"
|
||||
blue: "#6751a6"
|
||||
magenta: "#913e88"
|
||||
cyan: "#0061b1"
|
||||
white: "#c6c6c6"
|
||||
bright:
|
||||
black: "#5e5e5e"
|
||||
red: "#ff9fc9"
|
||||
green: "#3bd6ff"
|
||||
yellow: "#00ddf4"
|
||||
blue: "#d5b8ff"
|
||||
magenta: "#ffa7f6"
|
||||
cyan: "#93c9ff"
|
||||
white: "#ffffff"
|
27
alacritty/themes/Baskerville - ivory dark.yaml
Normal file
27
alacritty/themes/Baskerville - ivory dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Ivory Dark
|
||||
author: Baskerville
|
||||
primary:
|
||||
background: "#2d2c28"
|
||||
foreground: "#a4a6ab"
|
||||
cursor:
|
||||
text: "#2d2c28"
|
||||
cursor: "#a4a6ab"
|
||||
normal:
|
||||
black: "#5b5955"
|
||||
red: "#c4756e"
|
||||
green: "#559a6a"
|
||||
yellow: "#9b8a4b"
|
||||
blue: "#6a8dca"
|
||||
magenta: "#b577ac"
|
||||
cyan: "#019baa"
|
||||
white: "#dbdde2"
|
||||
bright:
|
||||
black: "#707277"
|
||||
red: "#f6a299"
|
||||
green: "#82c896"
|
||||
yellow: "#cab775"
|
||||
blue: "#98bbfb"
|
||||
magenta: "#e5a4db"
|
||||
cyan: "#53cad9"
|
||||
white: "#f7f9ff"
|
27
alacritty/themes/Baskerville - lost woods.yaml
Normal file
27
alacritty/themes/Baskerville - lost woods.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Lost Woods
|
||||
author: Baskerville
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#919191"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#919191"
|
||||
normal:
|
||||
black: "#303030"
|
||||
red: "#a13a38"
|
||||
green: "#00715d"
|
||||
yellow: "#006f32"
|
||||
blue: "#a43261"
|
||||
magenta: "#913e88"
|
||||
cyan: "#007086"
|
||||
white: "#c6c6c6"
|
||||
bright:
|
||||
black: "#5e5e5e"
|
||||
red: "#ffa59a"
|
||||
green: "#24dfc4"
|
||||
yellow: "#73db95"
|
||||
blue: "#ff9fc9"
|
||||
magenta: "#ffa7f6"
|
||||
cyan: "#00ddf4"
|
||||
white: "#ffffff"
|
27
alacritty/themes/Baskerville-ivorylight.yaml
Normal file
27
alacritty/themes/Baskerville-ivorylight.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Ivory Light
|
||||
author: Baskerville
|
||||
primary:
|
||||
background: "#fef9ec"
|
||||
foreground: "#6d727e"
|
||||
cursor:
|
||||
text: "#fef9ec"
|
||||
cursor: "#6d727e"
|
||||
normal:
|
||||
black: "#c5c1b4"
|
||||
red: "#e75c58"
|
||||
green: "#00a250"
|
||||
yellow: "#a08a00"
|
||||
blue: "#208ffb"
|
||||
magenta: "#d160c4"
|
||||
cyan: "#00a4c1"
|
||||
white: "#3e424d"
|
||||
bright:
|
||||
black: "#a1a6b2"
|
||||
red: "#b22b31"
|
||||
green: "#007427"
|
||||
yellow: "#715f00"
|
||||
blue: "#0065ca"
|
||||
magenta: "#a03196"
|
||||
cyan: "#007693"
|
||||
white: "#282c36"
|
27
alacritty/themes/Belge.yaml
Normal file
27
alacritty/themes/Belge.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Belge
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#252525"
|
||||
red: "#ef6769"
|
||||
green: "#a6e22e"
|
||||
yellow: "#fd971f"
|
||||
blue: "#6495ed"
|
||||
magenta: "#deb887"
|
||||
cyan: "#b0c4de"
|
||||
white: "#dbdcdc"
|
||||
bright:
|
||||
black: "#454545"
|
||||
red: "#fc7ca5"
|
||||
green: "#b6e354"
|
||||
yellow: "#fd971f"
|
||||
blue: "#87ceeb"
|
||||
magenta: "#996600"
|
||||
cyan: "#87ceeb"
|
||||
white: "#fdfdfd"
|
27
alacritty/themes/Bespin.dark.yaml
Normal file
27
alacritty/themes/Bespin.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Bespin (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#28211c"
|
||||
foreground: "#8a8986"
|
||||
cursor:
|
||||
text: "#28211c"
|
||||
cursor: "#8a8986"
|
||||
normal:
|
||||
black: "#28211c"
|
||||
red: "#cf6a4c"
|
||||
green: "#54be0d"
|
||||
yellow: "#f9ee98"
|
||||
blue: "#5ea6ea"
|
||||
magenta: "#9b859d"
|
||||
cyan: "#afc4db"
|
||||
white: "#8a8986"
|
||||
bright:
|
||||
black: "#666666"
|
||||
red: "#cf6a4c"
|
||||
green: "#54be0d"
|
||||
yellow: "#f9ee98"
|
||||
blue: "#5ea6ea"
|
||||
magenta: "#9b859d"
|
||||
cyan: "#afc4db"
|
||||
white: "#baae9e"
|
27
alacritty/themes/Bespin.light.yaml
Normal file
27
alacritty/themes/Bespin.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Bespin (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#baae9e"
|
||||
foreground: "#5e5d5c"
|
||||
cursor:
|
||||
text: "#baae9e"
|
||||
cursor: "#5e5d5c"
|
||||
normal:
|
||||
black: "#28211c"
|
||||
red: "#cf6a4c"
|
||||
green: "#54be0d"
|
||||
yellow: "#f9ee98"
|
||||
blue: "#5ea6ea"
|
||||
magenta: "#9b859d"
|
||||
cyan: "#afc4db"
|
||||
white: "#8a8986"
|
||||
bright:
|
||||
black: "#666666"
|
||||
red: "#cf6a4c"
|
||||
green: "#54be0d"
|
||||
yellow: "#f9ee98"
|
||||
blue: "#5ea6ea"
|
||||
magenta: "#9b859d"
|
||||
cyan: "#afc4db"
|
||||
white: "#baae9e"
|
27
alacritty/themes/Bitmute.yaml
Normal file
27
alacritty/themes/Bitmute.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Bitmute
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#282828"
|
||||
red: "#b76969"
|
||||
green: "#719d72"
|
||||
yellow: "#909858"
|
||||
blue: "#68668f"
|
||||
magenta: "#966894"
|
||||
cyan: "#688891"
|
||||
white: "#8e8e8e"
|
||||
bright:
|
||||
black: "#494949"
|
||||
red: "#b87e7e"
|
||||
green: "#839d84"
|
||||
yellow: "#919864"
|
||||
blue: "#73718f"
|
||||
magenta: "#987397"
|
||||
cyan: "#758c93"
|
||||
white: "#aeaeae"
|
27
alacritty/themes/Bleh-1.yaml
Normal file
27
alacritty/themes/Bleh-1.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Bleh-1
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#666666"
|
||||
red: "#996578"
|
||||
green: "#889965"
|
||||
yellow: "#998565"
|
||||
blue: "#657a99"
|
||||
magenta: "#8b6599"
|
||||
cyan: "#65998d"
|
||||
white: "#a5a5a4"
|
||||
bright:
|
||||
black: "#8c847f"
|
||||
red: "#bd4b76"
|
||||
green: "#95b548"
|
||||
yellow: "#bd814b"
|
||||
blue: "#4c83bf"
|
||||
magenta: "#a04bbd"
|
||||
cyan: "#4dbda8"
|
||||
white: "#848484"
|
28
alacritty/themes/Blood-Moon.yaml
Normal file
28
alacritty/themes/Blood-Moon.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
# Colors (Blood Moon)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#10100E'
|
||||
foreground: '#C6C6C4'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#10100E'
|
||||
red: '#C40233'
|
||||
green: '#009F6B'
|
||||
yellow: '#FFD700'
|
||||
blue: '#0087BD'
|
||||
magenta: '#9A4EAE'
|
||||
cyan: '#20B2AA'
|
||||
white: '#C6C6C4'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#696969'
|
||||
red: '#FF2400'
|
||||
green: '#03C03C'
|
||||
yellow: '#FDFF00'
|
||||
blue: '#007FFF'
|
||||
magenta: '#FF1493'
|
||||
cyan: '#00CCCC'
|
||||
white: '#FFFAFA'
|
44
alacritty/themes/Breeze.yaml
Normal file
44
alacritty/themes/Breeze.yaml
Normal file
@ -0,0 +1,44 @@
|
||||
# KDE Breeze (Ported from Konsole)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#232627'
|
||||
foreground: '#fcfcfc'
|
||||
|
||||
dim_foreground: '#eff0f1'
|
||||
bright_foreground: '#ffffff'
|
||||
dim_background: '#31363b'
|
||||
bright_background: '#000000'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#232627'
|
||||
red: '#ed1515'
|
||||
green: '#11d116'
|
||||
yellow: '#f67400'
|
||||
blue: '#1d99f3'
|
||||
magenta: '#9b59b6'
|
||||
cyan: '#1abc9c'
|
||||
white: '#fcfcfc'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#7f8c8d'
|
||||
red: '#c0392b'
|
||||
green: '#1cdc9a'
|
||||
yellow: '#fdbc4b'
|
||||
blue: '#3daee9'
|
||||
magenta: '#8e44ad'
|
||||
cyan: '#16a085'
|
||||
white: '#ffffff'
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '#31363b'
|
||||
red: '#783228'
|
||||
green: '#17a262'
|
||||
yellow: '#b65619'
|
||||
blue: '#1b668f'
|
||||
magenta: '#614a73'
|
||||
cyan: '#186c60'
|
||||
white: '#63686d'
|
27
alacritty/themes/Brewer.dark.yaml
Normal file
27
alacritty/themes/Brewer.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Brewer (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#0c0d0e"
|
||||
foreground: "#b7b8b9"
|
||||
cursor:
|
||||
text: "#0c0d0e"
|
||||
cursor: "#b7b8b9"
|
||||
normal:
|
||||
black: "#0c0d0e"
|
||||
red: "#e31a1c"
|
||||
green: "#31a354"
|
||||
yellow: "#dca060"
|
||||
blue: "#3182bd"
|
||||
magenta: "#756bb1"
|
||||
cyan: "#80b1d3"
|
||||
white: "#b7b8b9"
|
||||
bright:
|
||||
black: "#737475"
|
||||
red: "#e31a1c"
|
||||
green: "#31a354"
|
||||
yellow: "#dca060"
|
||||
blue: "#3182bd"
|
||||
magenta: "#756bb1"
|
||||
cyan: "#80b1d3"
|
||||
white: "#fcfdfe"
|
27
alacritty/themes/Brewer.light.yaml
Normal file
27
alacritty/themes/Brewer.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Brewer (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#fcfdfe"
|
||||
foreground: "#515253"
|
||||
cursor:
|
||||
text: "#fcfdfe"
|
||||
cursor: "#515253"
|
||||
normal:
|
||||
black: "#0c0d0e"
|
||||
red: "#e31a1c"
|
||||
green: "#31a354"
|
||||
yellow: "#dca060"
|
||||
blue: "#3182bd"
|
||||
magenta: "#756bb1"
|
||||
cyan: "#80b1d3"
|
||||
white: "#b7b8b9"
|
||||
bright:
|
||||
black: "#737475"
|
||||
red: "#e31a1c"
|
||||
green: "#31a354"
|
||||
yellow: "#dca060"
|
||||
blue: "#3182bd"
|
||||
magenta: "#756bb1"
|
||||
cyan: "#80b1d3"
|
||||
white: "#fcfdfe"
|
28
alacritty/themes/Campbell.yaml
Normal file
28
alacritty/themes/Campbell.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
# Campbell (Windows 10 default)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#0c0c0c'
|
||||
foreground: '#cccccc'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#0c0c0c'
|
||||
red: '#c50f1f'
|
||||
green: '#13a10e'
|
||||
yellow: '#c19c00'
|
||||
blue: '#0037da'
|
||||
magenta: '#881798'
|
||||
cyan: '#3a96dd'
|
||||
white: '#cccccc'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#767676'
|
||||
red: '#e74856'
|
||||
green: '#16c60c'
|
||||
yellow: '#f9f1a5'
|
||||
blue: '#3b78ff'
|
||||
magenta: '#b4009e'
|
||||
cyan: '#61d6d6'
|
||||
white: '#f2f2f2'
|
84
alacritty/themes/Catppuccin-Frappe.yaml
Normal file
84
alacritty/themes/Catppuccin-Frappe.yaml
Normal file
@ -0,0 +1,84 @@
|
||||
# Catpuccin - Frappe
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#303446' # base
|
||||
foreground: '#C6D0F5' # text
|
||||
# Bright and dim foreground colors
|
||||
dim_foreground: '#C6D0F5' # text
|
||||
bright_foreground: '#C6D0F5' # text
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: '#303446' # base
|
||||
cursor: '#F2D5CF' # rosewater
|
||||
vi_mode_cursor:
|
||||
text: '#303446' # base
|
||||
cursor: '#BABBF1' # lavender
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: '#303446' # base
|
||||
background: '#A5ADCE' # subtext0
|
||||
focused_match:
|
||||
foreground: '#303446' # base
|
||||
background: '#A6D189' # green
|
||||
footer_bar:
|
||||
foreground: '#303446' # base
|
||||
background: '#A5ADCE' # subtext0
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: '#303446' # base
|
||||
background: '#E5C890' # yellow
|
||||
end:
|
||||
foreground: '#303446' # base
|
||||
background: '#A5ADCE' # subtext0
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: '#303446' # base
|
||||
background: '#F2D5CF' # rosewater
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#51576D' # surface1
|
||||
red: '#E78284' # red
|
||||
green: '#A6D189' # green
|
||||
yellow: '#E5C890' # yellow
|
||||
blue: '#8CAAEE' # blue
|
||||
magenta: '#F4B8E4' # pink
|
||||
cyan: '#81C8BE' # teal
|
||||
white: '#B5BFE2' # subtext1
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#626880' # surface2
|
||||
red: '#E78284' # red
|
||||
green: '#A6D189' # green
|
||||
yellow: '#E5C890' # yellow
|
||||
blue: '#8CAAEE' # blue
|
||||
magenta: '#F4B8E4' # pink
|
||||
cyan: '#81C8BE' # teal
|
||||
white: '#A5ADCE' # subtext0
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '#51576D' # surface1
|
||||
red: '#E78284' # red
|
||||
green: '#A6D189' # green
|
||||
yellow: '#E5C890' # yellow
|
||||
blue: '#8CAAEE' # blue
|
||||
magenta: '#F4B8E4' # pink
|
||||
cyan: '#81C8BE' # teal
|
||||
white: '#B5BFE2' # subtext1
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '#EF9F76' }
|
||||
- { index: 17, color: '#F2D5CF' }
|
||||
|
||||
|
||||
|
||||
|
80
alacritty/themes/Catppuccin-Latte.yaml
Normal file
80
alacritty/themes/Catppuccin-Latte.yaml
Normal file
@ -0,0 +1,80 @@
|
||||
# Catpuccin - Latte
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#EFF1F5' # base
|
||||
foreground: '#4C4F69' # text
|
||||
# Bright and dim foreground colors
|
||||
dim_foreground: '#4C4F69' # text
|
||||
bright_foreground: '#4C4F69' # text
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: '#EFF1F5' # base
|
||||
cursor: '#DC8A78' # rosewater
|
||||
vi_mode_cursor:
|
||||
text: '#EFF1F5' # base
|
||||
cursor: '#7287FD' # lavender
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: '#EFF1F5' # base
|
||||
background: '#6C6F85' # subtext0
|
||||
focused_match:
|
||||
foreground: '#EFF1F5' # base
|
||||
background: '#40A02B' # green
|
||||
footer_bar:
|
||||
foreground: '#EFF1F5' # base
|
||||
background: '#6C6F85' # subtext0
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: '#EFF1F5' # base
|
||||
background: '#DF8E1D' # yellow
|
||||
end:
|
||||
foreground: '#EFF1F5' # base
|
||||
background: '#6C6F85' # subtext0
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: '#EFF1F5' # base
|
||||
background: '#DC8A78' # rosewater
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#5C5F77' # subtext1
|
||||
red: '#D20F39' # red
|
||||
green: '#40A02B' # green
|
||||
yellow: '#DF8E1D' # yellow
|
||||
blue: '#1E66F5' # blue
|
||||
magenta: '#EA76CB' # pink
|
||||
cyan: '#179299' # teal
|
||||
white: '#ACB0BE' # surface2
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#6C6F85' # subtext0
|
||||
red: '#D20F39' # red
|
||||
green: '#40A02B' # green
|
||||
yellow: '#DF8E1D' # yellow
|
||||
blue: '#1E66F5' # blue
|
||||
magenta: '#EA76CB' # pink
|
||||
cyan: '#179299' # teal
|
||||
white: '#BCC0CC' # surface1
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '#5C5F77' # subtext1
|
||||
red: '#D20F39' # red
|
||||
green: '#40A02B' # green
|
||||
yellow: '#DF8E1D' # yellow
|
||||
blue: '#1E66F5' # blue
|
||||
magenta: '#EA76CB' # pink
|
||||
cyan: '#179299' # teal
|
||||
white: '#ACB0BE' # surface2
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '#FE640B' }
|
||||
- { index: 17, color: '#DC8A78' }
|
80
alacritty/themes/Catppuccin-Macchiato.yaml
Normal file
80
alacritty/themes/Catppuccin-Macchiato.yaml
Normal file
@ -0,0 +1,80 @@
|
||||
# Catpuccin - Macchiato
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#24273A' # base
|
||||
foreground: '#CAD3F5' # text
|
||||
# Bright and dim foreground colors
|
||||
dim_foreground: '#CAD3F5' # text
|
||||
bright_foreground: '#CAD3F5' # text
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: '#24273A' # base
|
||||
cursor: '#F4DBD6' # rosewater
|
||||
vi_mode_cursor:
|
||||
text: '#24273A' # base
|
||||
cursor: '#B7BDF8' # lavender
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: '#24273A' # base
|
||||
background: '#A5ADCB' # subtext0
|
||||
focused_match:
|
||||
foreground: '#24273A' # base
|
||||
background: '#A6DA95' # green
|
||||
footer_bar:
|
||||
foreground: '#24273A' # base
|
||||
background: '#A5ADCB' # subtext0
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: '#24273A' # base
|
||||
background: '#EED49F' # yellow
|
||||
end:
|
||||
foreground: '#24273A' # base
|
||||
background: '#A5ADCB' # subtext0
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: '#24273A' # base
|
||||
background: '#F4DBD6' # rosewater
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#494D64' # surface1
|
||||
red: '#ED8796' # red
|
||||
green: '#A6DA95' # green
|
||||
yellow: '#EED49F' # yellow
|
||||
blue: '#8AADF4' # blue
|
||||
magenta: '#F5BDE6' # pink
|
||||
cyan: '#8BD5CA' # teal
|
||||
white: '#B8C0E0' # subtext1
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#5B6078' # surface2
|
||||
red: '#ED8796' # red
|
||||
green: '#A6DA95' # green
|
||||
yellow: '#EED49F' # yellow
|
||||
blue: '#8AADF4' # blue
|
||||
magenta: '#F5BDE6' # pink
|
||||
cyan: '#8BD5CA' # teal
|
||||
white: '#A5ADCB' # subtext0
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '#494D64' # surface1
|
||||
red: '#ED8796' # red
|
||||
green: '#A6DA95' # green
|
||||
yellow: '#EED49F' # yellow
|
||||
blue: '#8AADF4' # blue
|
||||
magenta: '#F5BDE6' # pink
|
||||
cyan: '#8BD5CA' # teal
|
||||
white: '#B8C0E0' # subtext1
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '#F5A97F' }
|
||||
- { index: 17, color: '#F4DBD6' }
|
80
alacritty/themes/Catppuccin-Mocha.yaml
Normal file
80
alacritty/themes/Catppuccin-Mocha.yaml
Normal file
@ -0,0 +1,80 @@
|
||||
# Catpuccin - Mocha
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1E1E2E' # base
|
||||
foreground: '#CDD6F4' # text
|
||||
# Bright and dim foreground colors
|
||||
dim_foreground: '#CDD6F4' # text
|
||||
bright_foreground: '#CDD6F4' # text
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: '#1E1E2E' # base
|
||||
cursor: '#F5E0DC' # rosewater
|
||||
vi_mode_cursor:
|
||||
text: '#1E1E2E' # base
|
||||
cursor: '#B4BEFE' # lavender
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: '#1E1E2E' # base
|
||||
background: '#A6ADC8' # subtext0
|
||||
focused_match:
|
||||
foreground: '#1E1E2E' # base
|
||||
background: '#A6E3A1' # green
|
||||
footer_bar:
|
||||
foreground: '#1E1E2E' # base
|
||||
background: '#A6ADC8' # subtext0
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: '#1E1E2E' # base
|
||||
background: '#F9E2AF' # yellow
|
||||
end:
|
||||
foreground: '#1E1E2E' # base
|
||||
background: '#A6ADC8' # subtext0
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: '#1E1E2E' # base
|
||||
background: '#F5E0DC' # rosewater
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#45475A' # surface1
|
||||
red: '#F38BA8' # red
|
||||
green: '#A6E3A1' # green
|
||||
yellow: '#F9E2AF' # yellow
|
||||
blue: '#89B4FA' # blue
|
||||
magenta: '#F5C2E7' # pink
|
||||
cyan: '#94E2D5' # teal
|
||||
white: '#BAC2DE' # subtext1
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#585B70' # surface2
|
||||
red: '#F38BA8' # red
|
||||
green: '#A6E3A1' # green
|
||||
yellow: '#F9E2AF' # yellow
|
||||
blue: '#89B4FA' # blue
|
||||
magenta: '#F5C2E7' # pink
|
||||
cyan: '#94E2D5' # teal
|
||||
white: '#A6ADC8' # subtext0
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '#45475A' # surface1
|
||||
red: '#F38BA8' # red
|
||||
green: '#A6E3A1' # green
|
||||
yellow: '#F9E2AF' # yellow
|
||||
blue: '#89B4FA' # blue
|
||||
magenta: '#F5C2E7' # pink
|
||||
cyan: '#94E2D5' # teal
|
||||
white: '#BAC2DE' # subtext1
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '#FAB387' }
|
||||
- { index: 17, color: '#F5E0DC' }
|
27
alacritty/themes/Chalk.dark.yaml
Normal file
27
alacritty/themes/Chalk.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Chalk (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#151515"
|
||||
foreground: "#d0d0d0"
|
||||
cursor:
|
||||
text: "#151515"
|
||||
cursor: "#d0d0d0"
|
||||
normal:
|
||||
black: "#151515"
|
||||
red: "#fb9fb1"
|
||||
green: "#acc267"
|
||||
yellow: "#ddb26f"
|
||||
blue: "#6fc2ef"
|
||||
magenta: "#e1a3ee"
|
||||
cyan: "#12cfc0"
|
||||
white: "#d0d0d0"
|
||||
bright:
|
||||
black: "#505050"
|
||||
red: "#fb9fb1"
|
||||
green: "#acc267"
|
||||
yellow: "#ddb26f"
|
||||
blue: "#6fc2ef"
|
||||
magenta: "#e1a3ee"
|
||||
cyan: "#12cfc0"
|
||||
white: "#f5f5f5"
|
27
alacritty/themes/Chalk.light.yaml
Normal file
27
alacritty/themes/Chalk.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Chalk (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f5f5f5"
|
||||
foreground: "#303030"
|
||||
cursor:
|
||||
text: "#f5f5f5"
|
||||
cursor: "#303030"
|
||||
normal:
|
||||
black: "#151515"
|
||||
red: "#fb9fb1"
|
||||
green: "#acc267"
|
||||
yellow: "#ddb26f"
|
||||
blue: "#6fc2ef"
|
||||
magenta: "#e1a3ee"
|
||||
cyan: "#12cfc0"
|
||||
white: "#d0d0d0"
|
||||
bright:
|
||||
black: "#505050"
|
||||
red: "#fb9fb1"
|
||||
green: "#acc267"
|
||||
yellow: "#ddb26f"
|
||||
blue: "#6fc2ef"
|
||||
magenta: "#e1a3ee"
|
||||
cyan: "#12cfc0"
|
||||
white: "#f5f5f5"
|
27
alacritty/themes/Challenger-Deep.yaml
Normal file
27
alacritty/themes/Challenger-Deep.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1b182c'
|
||||
foreground: '0xcbe3e7'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x100e23'
|
||||
red: '0xff8080'
|
||||
green: '0x95ffa4'
|
||||
yellow: '0xffe9aa'
|
||||
blue: '0x91ddff'
|
||||
magenta: '0xc991e1'
|
||||
cyan: '0xaaffe4'
|
||||
white: '0xcbe3e7'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x565575'
|
||||
red: '0xff5458'
|
||||
green: '0x62d196'
|
||||
yellow: '0xffb378'
|
||||
blue: '0x65b2ff'
|
||||
magenta: '0x906cff'
|
||||
cyan: '0x63f2f1'
|
||||
white: '0xa6b3cc'
|
27
alacritty/themes/Cloud.yaml
Normal file
27
alacritty/themes/Cloud.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Cloud
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#222827"
|
||||
red: "#d5a8e3"
|
||||
green: "#9c75dd"
|
||||
yellow: "#9898ae"
|
||||
blue: "#654a96"
|
||||
magenta: "#625566"
|
||||
cyan: "#a9d1df"
|
||||
white: "#e6ebe5"
|
||||
bright:
|
||||
black: "#5d6f74"
|
||||
red: "#cd749c"
|
||||
green: "#63b0b0"
|
||||
yellow: "#c0c0dd"
|
||||
blue: "#5786bc"
|
||||
magenta: "#3f3442"
|
||||
cyan: "#849da2"
|
||||
white: "#d9d6cf"
|
33
alacritty/themes/Cobalt-2.yaml
Normal file
33
alacritty/themes/Cobalt-2.yaml
Normal file
@ -0,0 +1,33 @@
|
||||
# Colors (Cobalt 2)
|
||||
colors:
|
||||
cursor:
|
||||
text: '#fefff2'
|
||||
cursor: '#f0cc09'
|
||||
|
||||
selection:
|
||||
text: '#b5b5b5'
|
||||
background: '#18354f'
|
||||
|
||||
primary:
|
||||
background: '#132738'
|
||||
foreground: '#ffffff'
|
||||
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#ff0000'
|
||||
green: '#38de21'
|
||||
yellow: '#ffe50a'
|
||||
blue: '#1460d2'
|
||||
magenta: '#ff005d'
|
||||
cyan: '#00bbbb'
|
||||
white: '#bbbbbb'
|
||||
|
||||
bright:
|
||||
black: '#555555'
|
||||
red: '#f40e17'
|
||||
green: '#3bd01d'
|
||||
yellow: '#edc809'
|
||||
blue: '#5555ff'
|
||||
magenta: '#ff55ff'
|
||||
cyan: '#6ae3fa'
|
||||
white: '#ffffff'
|
34
alacritty/themes/Cobalt2.yaml
Normal file
34
alacritty/themes/Cobalt2.yaml
Normal file
@ -0,0 +1,34 @@
|
||||
# From the famous Cobalt2 sublime theme
|
||||
# Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x122637'
|
||||
foreground: '0xffffff'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0x122637'
|
||||
cursor: '0xf0cb09'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xff0000'
|
||||
green: '0x37dd21'
|
||||
yellow: '0xfee409'
|
||||
blue: '0x1460d2'
|
||||
magenta: '0xff005d'
|
||||
cyan: '0x00bbbb'
|
||||
white: '0xbbbbbb'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x545454'
|
||||
red: '0xf40d17'
|
||||
green: '0x3bcf1d'
|
||||
yellow: '0xecc809'
|
||||
blue: '0x5555ff'
|
||||
magenta: '0xff55ff'
|
||||
cyan: '0x6ae3f9'
|
||||
white: '0xffffff'
|
27
alacritty/themes/Codeschool.dark.yaml
Normal file
27
alacritty/themes/Codeschool.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Codeschool (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#232c31"
|
||||
foreground: "#9ea7a6"
|
||||
cursor:
|
||||
text: "#232c31"
|
||||
cursor: "#9ea7a6"
|
||||
normal:
|
||||
black: "#232c31"
|
||||
red: "#2a5491"
|
||||
green: "#237986"
|
||||
yellow: "#a03b1e"
|
||||
blue: "#484d79"
|
||||
magenta: "#c59820"
|
||||
cyan: "#b02f30"
|
||||
white: "#9ea7a6"
|
||||
bright:
|
||||
black: "#3f4944"
|
||||
red: "#2a5491"
|
||||
green: "#237986"
|
||||
yellow: "#a03b1e"
|
||||
blue: "#484d79"
|
||||
magenta: "#c59820"
|
||||
cyan: "#b02f30"
|
||||
white: "#b5d8f6"
|
27
alacritty/themes/Codeschool.light.yaml
Normal file
27
alacritty/themes/Codeschool.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Codeschool (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#b5d8f6"
|
||||
foreground: "#2a343a"
|
||||
cursor:
|
||||
text: "#b5d8f6"
|
||||
cursor: "#2a343a"
|
||||
normal:
|
||||
black: "#232c31"
|
||||
red: "#2a5491"
|
||||
green: "#237986"
|
||||
yellow: "#a03b1e"
|
||||
blue: "#484d79"
|
||||
magenta: "#c59820"
|
||||
cyan: "#b02f30"
|
||||
white: "#9ea7a6"
|
||||
bright:
|
||||
black: "#3f4944"
|
||||
red: "#2a5491"
|
||||
green: "#237986"
|
||||
yellow: "#a03b1e"
|
||||
blue: "#484d79"
|
||||
magenta: "#c59820"
|
||||
cyan: "#b02f30"
|
||||
white: "#b5d8f6"
|
27
alacritty/themes/Colorfulcolors.yaml
Normal file
27
alacritty/themes/Colorfulcolors.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Colorful Colors
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#151515"
|
||||
red: "#ff8eaf"
|
||||
green: "#a6e25f"
|
||||
yellow: "#f8e578"
|
||||
blue: "#a6e2f0"
|
||||
magenta: "#e85b92"
|
||||
cyan: "#5f868f"
|
||||
white: "#d5f1f2"
|
||||
bright:
|
||||
black: "#696969"
|
||||
red: "#ed4c7a"
|
||||
green: "#a6e179"
|
||||
yellow: "#ffdf6b"
|
||||
blue: "#79d2ff"
|
||||
magenta: "#bb5d79"
|
||||
cyan: "#87a8af"
|
||||
white: "#e2f1f6"
|
27
alacritty/themes/DOOMICIDE darkocean.yaml
Normal file
27
alacritty/themes/DOOMICIDE darkocean.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Dark Ocean
|
||||
author: DOOMICIDE
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#000000"
|
||||
red: "#571dc2"
|
||||
green: "#14db49"
|
||||
yellow: "#403d70"
|
||||
blue: "#385a70"
|
||||
magenta: "#384894"
|
||||
cyan: "#4f3a5e"
|
||||
white: "#999999"
|
||||
bright:
|
||||
black: "#38372c"
|
||||
red: "#7c54b0"
|
||||
green: "#a2e655"
|
||||
yellow: "#9c6f59"
|
||||
blue: "#323f5c"
|
||||
magenta: "#5e6c99"
|
||||
cyan: "#667d77"
|
||||
white: "#ffffff"
|
27
alacritty/themes/Darkside.yaml
Normal file
27
alacritty/themes/Darkside.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
# Colors (Darkside)
|
||||
colors:
|
||||
primary:
|
||||
background: '#222324'
|
||||
foreground: '#BABABA'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#E8341C'
|
||||
green: '#68C256'
|
||||
yellow: '#F2D42C'
|
||||
blue: '#1C98E8'
|
||||
magenta: '#8E69C9'
|
||||
cyan: '#1C98E8'
|
||||
white: '#BABABA'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#666666'
|
||||
red: '#E05A4F'
|
||||
green: '#77B869'
|
||||
yellow: '#EFD64B'
|
||||
blue: '#387CD3'
|
||||
magenta: '#957BBE'
|
||||
cyan: '#3D97E2'
|
||||
white: '#BABABA'
|
40
alacritty/themes/Darktooth.yaml
Normal file
40
alacritty/themes/Darktooth.yaml
Normal file
@ -0,0 +1,40 @@
|
||||
# Colors (Darktooth)
|
||||
colors:
|
||||
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#282828'
|
||||
foreground: '#fdf4c1'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#282828'
|
||||
red: '#9d0006'
|
||||
green: '#79740e'
|
||||
yellow: '#b57614'
|
||||
blue: '#076678'
|
||||
magenta: '#8f3f71'
|
||||
cyan: '#00a7af'
|
||||
white: '#fdf4c1'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#32302f'
|
||||
red: '#fb4933'
|
||||
green: '#b8bb26'
|
||||
yellow: '#fabd2f'
|
||||
blue: '#83a598'
|
||||
magenta: '#d3869b'
|
||||
cyan: '#3fd7e5'
|
||||
white: '#ffffc8'
|
||||
|
||||
# Dim colors (Optional)
|
||||
dim:
|
||||
black: '#1d2021'
|
||||
red: '#421e1e'
|
||||
green: '#232b0f'
|
||||
yellow: '#4d3b27'
|
||||
blue: '#2b3c44'
|
||||
magenta: '#4e3d45'
|
||||
cyan: '#205161'
|
||||
white: '#f4e8ba'
|
27
alacritty/themes/Dawn.yaml
Normal file
27
alacritty/themes/Dawn.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Dawn
|
||||
author: Escapist
|
||||
primary:
|
||||
background: "#181B20"
|
||||
foreground: "#9B9081"
|
||||
cursor:
|
||||
text: "#181B20"
|
||||
cursor: "#9B9081"
|
||||
normal:
|
||||
black: "#353535"
|
||||
red: "#744B40"
|
||||
green: "#6D6137"
|
||||
yellow: "#765636"
|
||||
blue: "#61564B"
|
||||
magenta: "#6B4A49"
|
||||
cyan: "#435861"
|
||||
white: "#B3B3B3"
|
||||
bright:
|
||||
black: "#5F5F5F"
|
||||
red: "#785850"
|
||||
green: "#6F6749"
|
||||
yellow: "#776049"
|
||||
blue: "#696057"
|
||||
magenta: "#6F5A59"
|
||||
cyan: "#525F66"
|
||||
white: "#CDCDCD"
|
27
alacritty/themes/Deafened.yaml
Normal file
27
alacritty/themes/Deafened.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Deafened
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#3d3e3d"
|
||||
red: "#755a5b"
|
||||
green: "#68755a"
|
||||
yellow: "#756e5a"
|
||||
blue: "#5b6976"
|
||||
magenta: "#755b76"
|
||||
cyan: "#465457"
|
||||
white: "#ccccc6"
|
||||
bright:
|
||||
black: "#5a5b5c"
|
||||
red: "#a37679"
|
||||
green: "#87a376"
|
||||
yellow: "#a39b76"
|
||||
blue: "#758ba3"
|
||||
magenta: "#9f76a3"
|
||||
cyan: "#899ca1"
|
||||
white: "#f8f8f2"
|
27
alacritty/themes/Default.dark.yaml
Normal file
27
alacritty/themes/Default.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Default (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#151515"
|
||||
foreground: "#d0d0d0"
|
||||
cursor:
|
||||
text: "#151515"
|
||||
cursor: "#d0d0d0"
|
||||
normal:
|
||||
black: "#151515"
|
||||
red: "#ac4142"
|
||||
green: "#90a959"
|
||||
yellow: "#f4bf75"
|
||||
blue: "#6a9fb5"
|
||||
magenta: "#aa759f"
|
||||
cyan: "#75b5aa"
|
||||
white: "#d0d0d0"
|
||||
bright:
|
||||
black: "#505050"
|
||||
red: "#ac4142"
|
||||
green: "#90a959"
|
||||
yellow: "#f4bf75"
|
||||
blue: "#6a9fb5"
|
||||
magenta: "#aa759f"
|
||||
cyan: "#75b5aa"
|
||||
white: "#f5f5f5"
|
27
alacritty/themes/Default.light.yaml
Normal file
27
alacritty/themes/Default.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Default (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f5f5f5"
|
||||
foreground: "#303030"
|
||||
cursor:
|
||||
text: "#f5f5f5"
|
||||
cursor: "#303030"
|
||||
normal:
|
||||
black: "#151515"
|
||||
red: "#ac4142"
|
||||
green: "#90a959"
|
||||
yellow: "#f4bf75"
|
||||
blue: "#6a9fb5"
|
||||
magenta: "#aa759f"
|
||||
cyan: "#75b5aa"
|
||||
white: "#d0d0d0"
|
||||
bright:
|
||||
black: "#505050"
|
||||
red: "#ac4142"
|
||||
green: "#90a959"
|
||||
yellow: "#f4bf75"
|
||||
blue: "#6a9fb5"
|
||||
magenta: "#aa759f"
|
||||
cyan: "#75b5aa"
|
||||
white: "#f5f5f5"
|
27
alacritty/themes/Derp.yaml
Normal file
27
alacritty/themes/Derp.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Derp
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#111111"
|
||||
red: "#d36265"
|
||||
green: "#aece91"
|
||||
yellow: "#e7e18c"
|
||||
blue: "#5297cf"
|
||||
magenta: "#963c59"
|
||||
cyan: "#5e7175"
|
||||
white: "#bebebe"
|
||||
bright:
|
||||
black: "#666666"
|
||||
red: "#ef8171"
|
||||
green: "#cfefb3"
|
||||
yellow: "#fff796"
|
||||
blue: "#74b8ef"
|
||||
magenta: "#b85e7b"
|
||||
cyan: "#a3babf"
|
||||
white: "#ffffff"
|
27
alacritty/themes/Digerati.yaml
Normal file
27
alacritty/themes/Digerati.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Digerati
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#303030"
|
||||
red: "#c03000"
|
||||
green: "#b1d631"
|
||||
yellow: "#fecf35"
|
||||
blue: "#426870"
|
||||
magenta: "#6d506d"
|
||||
cyan: "#4bb5c1"
|
||||
white: "#e2e2e5"
|
||||
bright:
|
||||
black: "#5f5f5f"
|
||||
red: "#ff3a78"
|
||||
green: "#a6cd07"
|
||||
yellow: "#b5c865"
|
||||
blue: "#4a7781"
|
||||
magenta: "#ff3b77"
|
||||
cyan: "#4bb5c1"
|
||||
white: "#e2e2e5"
|
27
alacritty/themes/Dkeg - canvasedpastel.yaml
Normal file
27
alacritty/themes/Dkeg - canvasedpastel.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Canvased Pastel
|
||||
author: dkeg
|
||||
primary:
|
||||
background: "#170f0d"
|
||||
foreground: "#746c48"
|
||||
cursor:
|
||||
text: "#170f0d"
|
||||
cursor: "#746c48"
|
||||
normal:
|
||||
black: "#26251c"
|
||||
red: "#323027"
|
||||
green: "#3d4339"
|
||||
yellow: "#443b2c"
|
||||
blue: "#534d35"
|
||||
magenta: "#646756"
|
||||
cyan: "#7b8574"
|
||||
white: "#837b61"
|
||||
bright:
|
||||
black: "#999f91"
|
||||
red: "#9b9773"
|
||||
green: "#b2b08c"
|
||||
yellow: "#c4bb8c"
|
||||
blue: "#c4b67a"
|
||||
magenta: "#cfc995"
|
||||
cyan: "#d3d4b6"
|
||||
white: "#d6d3ac"
|
27
alacritty/themes/Dkeg - catchmeifyoucan.yaml
Normal file
27
alacritty/themes/Dkeg - catchmeifyoucan.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Catch Me If You Can
|
||||
author: dkeg
|
||||
primary:
|
||||
background: "#170f0d"
|
||||
foreground: "#f9f9f9"
|
||||
cursor:
|
||||
text: "#170f0d"
|
||||
cursor: "#f9f9f9"
|
||||
normal:
|
||||
black: "#130f0c"
|
||||
red: "#604c38"
|
||||
green: "#8d7f85"
|
||||
yellow: "#907256"
|
||||
blue: "#aa8d70"
|
||||
magenta: "#b9a38d"
|
||||
cyan: "#c4bfbf"
|
||||
white: "#c4ae99"
|
||||
bright:
|
||||
black: "#c69f77"
|
||||
red: "#cab9a8"
|
||||
green: "#d5c6b8"
|
||||
yellow: "#dcd1c7"
|
||||
blue: "#e0e0e2"
|
||||
magenta: "#e4dad2"
|
||||
cyan: "#eae3dc"
|
||||
white: "#f6f2f0"
|
27
alacritty/themes/Dkeg - citystreets.yaml
Normal file
27
alacritty/themes/Dkeg - citystreets.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: City Streets
|
||||
author: dkeg
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#d3d3d3"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#d3d3d3"
|
||||
normal:
|
||||
black: "#201e24"
|
||||
red: "#2d2b30"
|
||||
green: "#3f3d40"
|
||||
yellow: "#413c3e"
|
||||
blue: "#423e41"
|
||||
magenta: "#4e4a4b"
|
||||
cyan: "#6e6765"
|
||||
white: "#837e81"
|
||||
bright:
|
||||
black: "#837c78"
|
||||
red: "#89827d"
|
||||
green: "#a7a099"
|
||||
yellow: "#c2bec1"
|
||||
blue: "#c3bcb2"
|
||||
magenta: "#cbc5ba"
|
||||
cyan: "#e3ddd2"
|
||||
white: "#efe8dc"
|
27
alacritty/themes/Dkeg - colorstar.yaml
Normal file
27
alacritty/themes/Dkeg - colorstar.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Color Star
|
||||
author: dkeg
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#d3d3d3"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#d3d3d3"
|
||||
normal:
|
||||
black: "#03010f"
|
||||
red: "#503b43"
|
||||
green: "#353b64"
|
||||
yellow: "#8c2424"
|
||||
blue: "#6067ac"
|
||||
magenta: "#624d19"
|
||||
cyan: "#7c83c0"
|
||||
white: "#9a600f"
|
||||
bright:
|
||||
black: "#ab9e9e"
|
||||
red: "#b28930"
|
||||
green: "#bbada9"
|
||||
yellow: "#c37305"
|
||||
blue: "#d0ae58"
|
||||
magenta: "#d7b559"
|
||||
cyan: "#f4e199"
|
||||
white: "#f6f4df"
|
27
alacritty/themes/Dkeg - panels.yaml
Normal file
27
alacritty/themes/Dkeg - panels.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Panels
|
||||
author: dkeg
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#d3d3d3"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#d3d3d3"
|
||||
normal:
|
||||
black: "#191927"
|
||||
red: "#282f5e"
|
||||
green: "#2b4593"
|
||||
yellow: "#344276"
|
||||
blue: "#4e3a4f"
|
||||
magenta: "#61372f"
|
||||
cyan: "#6b484c"
|
||||
white: "#744537"
|
||||
bright:
|
||||
black: "#905749"
|
||||
red: "#94431c"
|
||||
green: "#9f582a"
|
||||
yellow: "#a38687"
|
||||
blue: "#e1750f"
|
||||
magenta: "#eaaf25"
|
||||
cyan: "#fa8e08"
|
||||
white: "#fca806"
|
27
alacritty/themes/Dkeg - redphoenix.yaml
Normal file
27
alacritty/themes/Dkeg - redphoenix.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Red Phoenix
|
||||
author: dkeg
|
||||
primary:
|
||||
background: "#111111"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#111111"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#131313"
|
||||
red: "#2d2d2d"
|
||||
green: "#4c3a3d"
|
||||
yellow: "#4e4e4e"
|
||||
blue: "#6f6f6f"
|
||||
magenta: "#909090"
|
||||
cyan: "#aaa998"
|
||||
white: "#b1b1b1"
|
||||
bright:
|
||||
black: "#d1d1d1"
|
||||
red: "#d2c3ad"
|
||||
green: "#df9767"
|
||||
yellow: "#e1e1e1"
|
||||
blue: "#ededed"
|
||||
magenta: "#ed4b19"
|
||||
cyan: "#f2361e"
|
||||
white: "#fa390f"
|
27
alacritty/themes/Dkeg - teva.yaml
Normal file
27
alacritty/themes/Dkeg - teva.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Teva
|
||||
author: dkeg
|
||||
primary:
|
||||
background: "#170f0d"
|
||||
foreground: "#746c48"
|
||||
cursor:
|
||||
text: "#170f0d"
|
||||
cursor: "#746c48"
|
||||
normal:
|
||||
black: "#191f31"
|
||||
red: "#282e39"
|
||||
green: "#303844"
|
||||
yellow: "#3b444a"
|
||||
blue: "#3c4435"
|
||||
magenta: "#4e534f"
|
||||
cyan: "#5d5d35"
|
||||
white: "#66695d"
|
||||
bright:
|
||||
black: "#706d56"
|
||||
red: "#8b7852"
|
||||
green: "#909581"
|
||||
yellow: "#91703a"
|
||||
blue: "#948658"
|
||||
magenta: "#a19662"
|
||||
cyan: "#ad9152"
|
||||
white: "#c6a13f"
|
27
alacritty/themes/Dkeg - unsiftedwheat.yaml
Normal file
27
alacritty/themes/Dkeg - unsiftedwheat.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Unsifted Wheat
|
||||
author: dkeg
|
||||
primary:
|
||||
background: "#111111"
|
||||
foreground: "#d3d3d3"
|
||||
cursor:
|
||||
text: "#111111"
|
||||
cursor: "#d3d3d3"
|
||||
normal:
|
||||
black: "#382c2f"
|
||||
red: "#48393a"
|
||||
green: "#65534d"
|
||||
yellow: "#79665a"
|
||||
blue: "#836e5e"
|
||||
magenta: "#8e7766"
|
||||
cyan: "#917781"
|
||||
white: "#9a846d"
|
||||
bright:
|
||||
black: "#ac9377"
|
||||
red: "#baa17e"
|
||||
green: "#bca282"
|
||||
yellow: "#c1a67e"
|
||||
blue: "#cfb48e"
|
||||
magenta: "#d1baa3"
|
||||
cyan: "#dfc39b"
|
||||
white: "#eed8c4"
|
27
alacritty/themes/Dkeg - vwbug.yaml
Normal file
27
alacritty/themes/Dkeg - vwbug.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: VWbug
|
||||
author: dkeg
|
||||
primary:
|
||||
background: "#170f0d"
|
||||
foreground: "#746c48"
|
||||
cursor:
|
||||
text: "#170f0d"
|
||||
cursor: "#746c48"
|
||||
normal:
|
||||
black: "#261e26"
|
||||
red: "#312c38"
|
||||
green: "#4d353b"
|
||||
yellow: "#503b43"
|
||||
blue: "#57403e"
|
||||
magenta: "#665453"
|
||||
cyan: "#6e5450"
|
||||
white: "#8e7266"
|
||||
bright:
|
||||
black: "#906756"
|
||||
red: "#927e7e"
|
||||
green: "#ad6042"
|
||||
yellow: "#b48b6f"
|
||||
blue: "#c4ab98"
|
||||
magenta: "#d9c9b6"
|
||||
cyan: "#e7ddd1"
|
||||
white: "#faf7f2"
|
27
alacritty/themes/Dotshare.yaml
Normal file
27
alacritty/themes/Dotshare.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Dotshare
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#101010"
|
||||
red: "#e84f4f"
|
||||
green: "#b8d68c"
|
||||
yellow: "#e1aa5d"
|
||||
blue: "#7dc1cf"
|
||||
magenta: "#9b64fb"
|
||||
cyan: "#6d878d"
|
||||
white: "#dddddd"
|
||||
bright:
|
||||
black: "#404040"
|
||||
red: "#d23d3d"
|
||||
green: "#a0cf5d"
|
||||
yellow: "#f39d21"
|
||||
blue: "#4e9fb1"
|
||||
magenta: "#8542ff"
|
||||
cyan: "#42717b"
|
||||
white: "#dddddd"
|
52
alacritty/themes/Dracula.yaml
Normal file
52
alacritty/themes/Dracula.yaml
Normal file
@ -0,0 +1,52 @@
|
||||
colors:
|
||||
primary:
|
||||
background: '#282a36'
|
||||
foreground: '#f8f8f2'
|
||||
bright_foreground: '#ffffff'
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: CellForeground
|
||||
vi_mode_cursor:
|
||||
text: CellBackground
|
||||
cursor: CellForeground
|
||||
search:
|
||||
matches:
|
||||
foreground: '#44475a'
|
||||
background: '#50fa7b'
|
||||
focused_match:
|
||||
foreground: '#44475a'
|
||||
background: '#ffb86c'
|
||||
footer_bar:
|
||||
background: '#282a36'
|
||||
foreground: '#f8f8f2'
|
||||
hints:
|
||||
start:
|
||||
foreground: '#282a36'
|
||||
background: '#f1fa8c'
|
||||
end:
|
||||
foreground: '#f1fa8c'
|
||||
background: '#282a36'
|
||||
line_indicator:
|
||||
foreground: None
|
||||
background: None
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: '#44475a'
|
||||
normal:
|
||||
black: '#21222c'
|
||||
red: '#ff5555'
|
||||
green: '#50fa7b'
|
||||
yellow: '#f1fa8c'
|
||||
blue: '#bd93f9'
|
||||
magenta: '#ff79c6'
|
||||
cyan: '#8be9fd'
|
||||
white: '#f8f8f2'
|
||||
bright:
|
||||
black: '#6272a4'
|
||||
red: '#ff6e6e'
|
||||
green: '#69ff94'
|
||||
yellow: '#ffffa5'
|
||||
blue: '#d6acff'
|
||||
magenta: '#ff92df'
|
||||
cyan: '#a4ffff'
|
||||
white: '#ffffff'
|
27
alacritty/themes/Dwmrob.yaml
Normal file
27
alacritty/themes/Dwmrob.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: DWM rob
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#151515"
|
||||
red: "#bf7979"
|
||||
green: "#97b26b"
|
||||
yellow: "#cdcda1"
|
||||
blue: "#4a5463"
|
||||
magenta: "#9c3885"
|
||||
cyan: "#88aadd"
|
||||
white: "#ffffff"
|
||||
bright:
|
||||
black: "#505450"
|
||||
red: "#f4a45f"
|
||||
green: "#c5f779"
|
||||
yellow: "#ffffaf"
|
||||
blue: "#7d8794"
|
||||
magenta: "#e628ba"
|
||||
cyan: "#99ccff"
|
||||
white: "#dedede"
|
27
alacritty/themes/Eighties.dark.yaml
Normal file
27
alacritty/themes/Eighties.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Eighties (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#2d2d2d"
|
||||
foreground: "#d3d0c8"
|
||||
cursor:
|
||||
text: "#2d2d2d"
|
||||
cursor: "#d3d0c8"
|
||||
normal:
|
||||
black: "#2d2d2d"
|
||||
red: "#f2777a"
|
||||
green: "#99cc99"
|
||||
yellow: "#ffcc66"
|
||||
blue: "#6699cc"
|
||||
magenta: "#cc99cc"
|
||||
cyan: "#66cccc"
|
||||
white: "#d3d0c8"
|
||||
bright:
|
||||
black: "#747369"
|
||||
red: "#f2777a"
|
||||
green: "#99cc99"
|
||||
yellow: "#ffcc66"
|
||||
blue: "#6699cc"
|
||||
magenta: "#cc99cc"
|
||||
cyan: "#66cccc"
|
||||
white: "#f2f0ec"
|
27
alacritty/themes/Eighties.light.yaml
Normal file
27
alacritty/themes/Eighties.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Eighties (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f2f0ec"
|
||||
foreground: "#515151"
|
||||
cursor:
|
||||
text: "#f2f0ec"
|
||||
cursor: "#515151"
|
||||
normal:
|
||||
black: "#2d2d2d"
|
||||
red: "#f2777a"
|
||||
green: "#99cc99"
|
||||
yellow: "#ffcc66"
|
||||
blue: "#6699cc"
|
||||
magenta: "#cc99cc"
|
||||
cyan: "#66cccc"
|
||||
white: "#d3d0c8"
|
||||
bright:
|
||||
black: "#747369"
|
||||
red: "#f2777a"
|
||||
green: "#99cc99"
|
||||
yellow: "#ffcc66"
|
||||
blue: "#6699cc"
|
||||
magenta: "#cc99cc"
|
||||
cyan: "#66cccc"
|
||||
white: "#f2f0ec"
|
27
alacritty/themes/Embers.dark.yaml
Normal file
27
alacritty/themes/Embers.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Embers (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#16130f"
|
||||
foreground: "#a39a90"
|
||||
cursor:
|
||||
text: "#16130f"
|
||||
cursor: "#a39a90"
|
||||
normal:
|
||||
black: "#16130f"
|
||||
red: "#826d57"
|
||||
green: "#57826d"
|
||||
yellow: "#6d8257"
|
||||
blue: "#6d5782"
|
||||
magenta: "#82576d"
|
||||
cyan: "#576d82"
|
||||
white: "#a39a90"
|
||||
bright:
|
||||
black: "#5a5047"
|
||||
red: "#826d57"
|
||||
green: "#57826d"
|
||||
yellow: "#6d8257"
|
||||
blue: "#6d5782"
|
||||
magenta: "#82576d"
|
||||
cyan: "#576d82"
|
||||
white: "#dbd6d1"
|
27
alacritty/themes/Embers.light.yaml
Normal file
27
alacritty/themes/Embers.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Embers (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#dbd6d1"
|
||||
foreground: "#433b32"
|
||||
cursor:
|
||||
text: "#dbd6d1"
|
||||
cursor: "#433b32"
|
||||
normal:
|
||||
black: "#16130f"
|
||||
red: "#826d57"
|
||||
green: "#57826d"
|
||||
yellow: "#6d8257"
|
||||
blue: "#6d5782"
|
||||
magenta: "#82576d"
|
||||
cyan: "#576d82"
|
||||
white: "#a39a90"
|
||||
bright:
|
||||
black: "#5a5047"
|
||||
red: "#826d57"
|
||||
green: "#57826d"
|
||||
yellow: "#6d8257"
|
||||
blue: "#6d5782"
|
||||
magenta: "#82576d"
|
||||
cyan: "#576d82"
|
||||
white: "#dbd6d1"
|
27
alacritty/themes/Epiphany.yaml
Normal file
27
alacritty/themes/Epiphany.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Epiphany
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#565656"
|
||||
red: "#ac4f4f"
|
||||
green: "#88ab77"
|
||||
yellow: "#d0d9ad"
|
||||
blue: "#677088"
|
||||
magenta: "#cdcdb4"
|
||||
cyan: "#445362"
|
||||
white: "#ffffff"
|
||||
bright:
|
||||
black: "#656565"
|
||||
red: "#e85555"
|
||||
green: "#8ccd6c"
|
||||
yellow: "#c5d67d"
|
||||
blue: "#647396"
|
||||
magenta: "#cdb4c9"
|
||||
cyan: "#505b6c"
|
||||
white: "#c0c0c0"
|
27
alacritty/themes/Eqie6.yaml
Normal file
27
alacritty/themes/Eqie6.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Eqie6
|
||||
author: ""
|
||||
primary:
|
||||
background: "#111111"
|
||||
foreground: "#cccccc"
|
||||
cursor:
|
||||
text: "#111111"
|
||||
cursor: "#cccccc"
|
||||
normal:
|
||||
black: "#222222"
|
||||
red: "#e84f4f"
|
||||
green: "#b7ce42"
|
||||
yellow: "#fea63c"
|
||||
blue: "#66a9b9"
|
||||
magenta: "#b7416e"
|
||||
cyan: "#6d878d"
|
||||
white: "#cccccc"
|
||||
bright:
|
||||
black: "#666666"
|
||||
red: "#d23d3d"
|
||||
green: "#bde077"
|
||||
yellow: "#ffe863"
|
||||
blue: "#aaccbb"
|
||||
magenta: "#e16a98"
|
||||
cyan: "#42717b"
|
||||
white: "#ffffff"
|
27
alacritty/themes/Erebus.yaml
Normal file
27
alacritty/themes/Erebus.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Erebus
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#757575"
|
||||
red: "#ff5f5f"
|
||||
green: "#de8a36"
|
||||
yellow: "#d78787"
|
||||
blue: "#af5fd7"
|
||||
magenta: "#ff87d7"
|
||||
cyan: "#dea3e5"
|
||||
white: "#b8b8b8"
|
||||
bright:
|
||||
black: "#b8b8b8"
|
||||
red: "#d78787"
|
||||
green: "#ff9f6f"
|
||||
yellow: "#ff5f5f"
|
||||
blue: "#dea3e5"
|
||||
magenta: "#d7afaf"
|
||||
cyan: "#af5fd7"
|
||||
white: "#757575"
|
27
alacritty/themes/Euphrasia.yaml
Normal file
27
alacritty/themes/Euphrasia.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Euphrasia
|
||||
author: ""
|
||||
primary:
|
||||
background: "#cfcfd9"
|
||||
foreground: "#1c2027"
|
||||
cursor:
|
||||
text: "#cfcfd9"
|
||||
cursor: "#1c2027"
|
||||
normal:
|
||||
black: "#192033"
|
||||
red: "#a62a3e"
|
||||
green: "#38912b"
|
||||
yellow: "#b27d12"
|
||||
blue: "#355c9a"
|
||||
magenta: "#7c4f9f"
|
||||
cyan: "#258f8f"
|
||||
white: "#77858c"
|
||||
bright:
|
||||
black: "#666666"
|
||||
red: "#f04758"
|
||||
green: "#93c724"
|
||||
yellow: "#ddb62b"
|
||||
blue: "#45a3e6"
|
||||
magenta: "#c953ef"
|
||||
cyan: "#60c6c8"
|
||||
white: "#c0c0c0"
|
29
alacritty/themes/Fedora.yaml
Normal file
29
alacritty/themes/Fedora.yaml
Normal file
@ -0,0 +1,29 @@
|
||||
# Colors (Fedora)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1e1e1e'
|
||||
foreground: '#f2f2f2'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#171421'
|
||||
red: '#c01c28'
|
||||
green: '#26a269'
|
||||
yellow: '#a2734c'
|
||||
blue: '#12488b'
|
||||
magenta: '#a347ba'
|
||||
cyan: '#2aa1b3'
|
||||
white: '#d0cfcc'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#5e5c64'
|
||||
red: '#f66151'
|
||||
green: '#33da7a'
|
||||
yellow: '#e9ad0c'
|
||||
blue: '#2a7bde'
|
||||
magenta: '#c061cb'
|
||||
cyan: '#33c7de'
|
||||
white: '#ffffff'
|
||||
|
27
alacritty/themes/Fishbone.yaml
Normal file
27
alacritty/themes/Fishbone.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Fishbone
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#293b3b"
|
||||
red: "#bf5357"
|
||||
green: "#41a551"
|
||||
yellow: "#aea64f"
|
||||
blue: "#416ea5"
|
||||
magenta: "#bf6053"
|
||||
cyan: "#714da5"
|
||||
white: "#876868"
|
||||
bright:
|
||||
black: "#344040"
|
||||
red: "#bf6367"
|
||||
green: "#51a55f"
|
||||
yellow: "#aea75d"
|
||||
blue: "#5177a5"
|
||||
magenta: "#bf6e63"
|
||||
cyan: "#7859a5"
|
||||
white: "#876f6f"
|
27
alacritty/themes/Garuda.dr460nized.yaml
Normal file
27
alacritty/themes/Garuda.dr460nized.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Garuda (dr460nized)
|
||||
author: dr460nf1r3
|
||||
primary:
|
||||
background: '0x0a1124'
|
||||
foreground: '0xeec49a'
|
||||
cursor:
|
||||
text: '0x0a1124'
|
||||
cursor: '0xeec49a'
|
||||
normal:
|
||||
black: '0x0a1124'
|
||||
red: '0x5F4149'
|
||||
green: '0xEB3247'
|
||||
yellow: '0xBC4349'
|
||||
blue: '0xF35645'
|
||||
magenta: '0xF6A73B'
|
||||
cyan: '0xFAD32F'
|
||||
white: '0xeec49a'
|
||||
bright:
|
||||
black: '0xa6896b'
|
||||
red: '0x5F4149'
|
||||
green: '0xEB3247'
|
||||
yellow: '0xBC4349'
|
||||
blue: '0xF35645'
|
||||
magenta: '0xF6A73B'
|
||||
cyan: '0xFAD32F'
|
||||
white: '0xeec49a'
|
27
alacritty/themes/Gjm.yaml
Normal file
27
alacritty/themes/Gjm.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: GJM
|
||||
author: ""
|
||||
primary:
|
||||
background: "#1c1c1c"
|
||||
foreground: "#c5c5c5"
|
||||
cursor:
|
||||
text: "#1c1c1c"
|
||||
cursor: "#c5c5c5"
|
||||
normal:
|
||||
black: "#1c1c1c"
|
||||
red: "#ff005b"
|
||||
green: "#cee318"
|
||||
yellow: "#ffe755"
|
||||
blue: "#048ac7"
|
||||
magenta: "#833c9f"
|
||||
cyan: "#0ac1cd"
|
||||
white: "#e5e5e5"
|
||||
bright:
|
||||
black: "#666666"
|
||||
red: "#ff00a0"
|
||||
green: "#ccff00"
|
||||
yellow: "#ff9f00"
|
||||
blue: "#48c6ff"
|
||||
magenta: "#be67e1"
|
||||
cyan: "#63e7f0"
|
||||
white: "#f3f3f3"
|
27
alacritty/themes/Gnometerm.yaml
Normal file
27
alacritty/themes/Gnometerm.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Gnometerm
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#000000"
|
||||
red: "#cc0000"
|
||||
green: "#4e9a06"
|
||||
yellow: "#c4a000"
|
||||
blue: "#3465a4"
|
||||
magenta: "#75507b"
|
||||
cyan: "#06989a"
|
||||
white: "#d3d7cf"
|
||||
bright:
|
||||
black: "#555753"
|
||||
red: "#ef2929"
|
||||
green: "#8ae234"
|
||||
yellow: "#fce94f"
|
||||
blue: "#729fcf"
|
||||
magenta: "#ad7fa8"
|
||||
cyan: "#34e2e2"
|
||||
white: "#eeeeec"
|
27
alacritty/themes/Google.dark.yaml
Normal file
27
alacritty/themes/Google.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Google (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#1d1f21"
|
||||
foreground: "#c5c8c6"
|
||||
cursor:
|
||||
text: "#1d1f21"
|
||||
cursor: "#c5c8c6"
|
||||
normal:
|
||||
black: "#1d1f21"
|
||||
red: "#cc342b"
|
||||
green: "#198844"
|
||||
yellow: "#fba922"
|
||||
blue: "#3971ed"
|
||||
magenta: "#a36ac7"
|
||||
cyan: "#3971ed"
|
||||
white: "#c5c8c6"
|
||||
bright:
|
||||
black: "#969896"
|
||||
red: "#cc342b"
|
||||
green: "#198844"
|
||||
yellow: "#fba922"
|
||||
blue: "#3971ed"
|
||||
magenta: "#a36ac7"
|
||||
cyan: "#3971ed"
|
||||
white: "#ffffff"
|
27
alacritty/themes/Google.light.yaml
Normal file
27
alacritty/themes/Google.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Google (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#ffffff"
|
||||
foreground: "#373b41"
|
||||
cursor:
|
||||
text: "#ffffff"
|
||||
cursor: "#373b41"
|
||||
normal:
|
||||
black: "#1d1f21"
|
||||
red: "#cc342b"
|
||||
green: "#198844"
|
||||
yellow: "#fba922"
|
||||
blue: "#3971ed"
|
||||
magenta: "#a36ac7"
|
||||
cyan: "#3971ed"
|
||||
white: "#c5c8c6"
|
||||
bright:
|
||||
black: "#969896"
|
||||
red: "#cc342b"
|
||||
green: "#198844"
|
||||
yellow: "#fba922"
|
||||
blue: "#3971ed"
|
||||
magenta: "#a36ac7"
|
||||
cyan: "#3971ed"
|
||||
white: "#ffffff"
|
27
alacritty/themes/Gotham.yaml
Normal file
27
alacritty/themes/Gotham.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Gotham
|
||||
author: whatyouhide
|
||||
primary:
|
||||
background: "#0a0f14"
|
||||
foreground: "#98d1ce"
|
||||
cursor:
|
||||
text: "#0a0f14"
|
||||
cursor: "#98d1ce"
|
||||
normal:
|
||||
black: "#0a0f14"
|
||||
red: "#c33027"
|
||||
green: "#26a98b"
|
||||
yellow: "#edb54b"
|
||||
blue: "#195465"
|
||||
magenta: "#4e5165"
|
||||
cyan: "#33859d"
|
||||
white: "#98d1ce"
|
||||
bright:
|
||||
black: "#10151b"
|
||||
red: "#d26939"
|
||||
green: "#081f2d"
|
||||
yellow: "#245361"
|
||||
blue: "#093748"
|
||||
magenta: "#888ba5"
|
||||
cyan: "#599caa"
|
||||
white: "#d3ebe9"
|
27
alacritty/themes/Grandshell.yaml
Normal file
27
alacritty/themes/Grandshell.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Grandshell
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#bebebe"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#bebebe"
|
||||
normal:
|
||||
black: "#000000"
|
||||
red: "#f25a5a"
|
||||
green: "#77bb33"
|
||||
yellow: "#efc334"
|
||||
blue: "#5555dd"
|
||||
magenta: "#c350ff"
|
||||
cyan: "#5af2ee"
|
||||
white: "#bebebe"
|
||||
bright:
|
||||
black: "#222222"
|
||||
red: "#ffbbbb"
|
||||
green: "#dcf692"
|
||||
yellow: "#f6df92"
|
||||
blue: "#b2baf6"
|
||||
magenta: "#f09fff"
|
||||
cyan: "#5af2ee"
|
||||
white: "#eeeeee"
|
27
alacritty/themes/Grayscale.dark.yaml
Normal file
27
alacritty/themes/Grayscale.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Grayscale (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#101010"
|
||||
foreground: "#b9b9b9"
|
||||
cursor:
|
||||
text: "#101010"
|
||||
cursor: "#b9b9b9"
|
||||
normal:
|
||||
black: "#101010"
|
||||
red: "#7c7c7c"
|
||||
green: "#8e8e8e"
|
||||
yellow: "#a0a0a0"
|
||||
blue: "#686868"
|
||||
magenta: "#747474"
|
||||
cyan: "#868686"
|
||||
white: "#b9b9b9"
|
||||
bright:
|
||||
black: "#525252"
|
||||
red: "#7c7c7c"
|
||||
green: "#8e8e8e"
|
||||
yellow: "#a0a0a0"
|
||||
blue: "#686868"
|
||||
magenta: "#747474"
|
||||
cyan: "#868686"
|
||||
white: "#f7f7f7"
|
27
alacritty/themes/Grayscale.light.yaml
Normal file
27
alacritty/themes/Grayscale.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Grayscale (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f7f7f7"
|
||||
foreground: "#464646"
|
||||
cursor:
|
||||
text: "#f7f7f7"
|
||||
cursor: "#464646"
|
||||
normal:
|
||||
black: "#101010"
|
||||
red: "#7c7c7c"
|
||||
green: "#8e8e8e"
|
||||
yellow: "#a0a0a0"
|
||||
blue: "#686868"
|
||||
magenta: "#747474"
|
||||
cyan: "#868686"
|
||||
white: "#b9b9b9"
|
||||
bright:
|
||||
black: "#525252"
|
||||
red: "#7c7c7c"
|
||||
green: "#8e8e8e"
|
||||
yellow: "#a0a0a0"
|
||||
blue: "#686868"
|
||||
magenta: "#747474"
|
||||
cyan: "#868686"
|
||||
white: "#f7f7f7"
|
27
alacritty/themes/Greenscreen.dark.yaml
Normal file
27
alacritty/themes/Greenscreen.dark.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Greenscreen (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#001100"
|
||||
foreground: "#00bb00"
|
||||
cursor:
|
||||
text: "#001100"
|
||||
cursor: "#00bb00"
|
||||
normal:
|
||||
black: "#001100"
|
||||
red: "#007700"
|
||||
green: "#00bb00"
|
||||
yellow: "#007700"
|
||||
blue: "#009900"
|
||||
magenta: "#00bb00"
|
||||
cyan: "#005500"
|
||||
white: "#00bb00"
|
||||
bright:
|
||||
black: "#007700"
|
||||
red: "#007700"
|
||||
green: "#00bb00"
|
||||
yellow: "#007700"
|
||||
blue: "#009900"
|
||||
magenta: "#00bb00"
|
||||
cyan: "#005500"
|
||||
white: "#00ff00"
|
27
alacritty/themes/Greenscreen.light.yaml
Normal file
27
alacritty/themes/Greenscreen.light.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Greenscreen (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#00ff00"
|
||||
foreground: "#005500"
|
||||
cursor:
|
||||
text: "#00ff00"
|
||||
cursor: "#005500"
|
||||
normal:
|
||||
black: "#001100"
|
||||
red: "#007700"
|
||||
green: "#00bb00"
|
||||
yellow: "#007700"
|
||||
blue: "#009900"
|
||||
magenta: "#00bb00"
|
||||
cyan: "#005500"
|
||||
white: "#00bb00"
|
||||
bright:
|
||||
black: "#007700"
|
||||
red: "#007700"
|
||||
green: "#00bb00"
|
||||
yellow: "#007700"
|
||||
blue: "#009900"
|
||||
magenta: "#00bb00"
|
||||
cyan: "#005500"
|
||||
white: "#00ff00"
|
30
alacritty/themes/Gruvbox-Dark.yaml
Normal file
30
alacritty/themes/Gruvbox-Dark.yaml
Normal file
@ -0,0 +1,30 @@
|
||||
# Colors (Gruvbox dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
# hard contrast: background = '#1d2021'
|
||||
background: '#282828'
|
||||
# soft contrast: background = '#32302f'
|
||||
foreground: '#ebdbb2'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#282828'
|
||||
red: '#cc241d'
|
||||
green: '#98971a'
|
||||
yellow: '#d79921'
|
||||
blue: '#458588'
|
||||
magenta: '#b16286'
|
||||
cyan: '#689d6a'
|
||||
white: '#a89984'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#928374'
|
||||
red: '#fb4934'
|
||||
green: '#b8bb26'
|
||||
yellow: '#fabd2f'
|
||||
blue: '#83a598'
|
||||
magenta: '#d3869b'
|
||||
cyan: '#8ec07c'
|
||||
white: '#ebdbb2'
|
30
alacritty/themes/Gruvbox-Light.yaml
Normal file
30
alacritty/themes/Gruvbox-Light.yaml
Normal file
@ -0,0 +1,30 @@
|
||||
# Colors (Gruvbox light)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
# hard contrast: background = '#f9f5d7'
|
||||
background: '#fbf1c7'
|
||||
# soft contrast: background = '#f2e5bc'
|
||||
foreground: '#3c3836'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#fbf1c7'
|
||||
red: '#cc241d'
|
||||
green: '#98971a'
|
||||
yellow: '#d79921'
|
||||
blue: '#458588'
|
||||
magenta: '#b16286'
|
||||
cyan: '#689d6a'
|
||||
white: '#7c6f64'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#928374'
|
||||
red: '#9d0006'
|
||||
green: '#79740e'
|
||||
yellow: '#b57614'
|
||||
blue: '#076678'
|
||||
magenta: '#8f3f71'
|
||||
cyan: '#427b58'
|
||||
white: '#3c3836'
|
27
alacritty/themes/Gslob nature-suede.yaml
Normal file
27
alacritty/themes/Gslob nature-suede.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Nature Suede
|
||||
author: Gslob
|
||||
primary:
|
||||
background: "#170f0d"
|
||||
foreground: "#746c48"
|
||||
cursor:
|
||||
text: "#170f0d"
|
||||
cursor: "#746c48"
|
||||
normal:
|
||||
black: "#392925"
|
||||
red: "#98724c"
|
||||
green: "#908f32"
|
||||
yellow: "#aa964c"
|
||||
blue: "#7b854e"
|
||||
magenta: "#6b5644"
|
||||
cyan: "#5c5142"
|
||||
white: "#c8b55b"
|
||||
bright:
|
||||
black: "#544b2e"
|
||||
red: "#af652f"
|
||||
green: "#c3c13d"
|
||||
yellow: "#c8b55b"
|
||||
blue: "#70a16c"
|
||||
magenta: "#98724c"
|
||||
cyan: "#778725"
|
||||
white: "#e4dc8c"
|
27
alacritty/themes/Gutterslob - aikofog.yaml
Normal file
27
alacritty/themes/Gutterslob - aikofog.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: aikofog
|
||||
author: Gutterslob
|
||||
primary:
|
||||
background: "#f1eee9"
|
||||
foreground: "#b2b3b8"
|
||||
cursor:
|
||||
text: "#f1eee9"
|
||||
cursor: "#b2b3b8"
|
||||
normal:
|
||||
black: "#757475"
|
||||
red: "#936a6f"
|
||||
green: "#668462"
|
||||
yellow: "#7f7b62"
|
||||
blue: "#6e7291"
|
||||
magenta: "#846887"
|
||||
cyan: "#637e7b"
|
||||
white: "#9a9a9a"
|
||||
bright:
|
||||
black: "#4a4a4a"
|
||||
red: "#d76572"
|
||||
green: "#4fae42"
|
||||
yellow: "#a8981f"
|
||||
blue: "#7782cf"
|
||||
magenta: "#b754c4"
|
||||
cyan: "#2ea89a"
|
||||
white: "#c4c4c4"
|
27
alacritty/themes/Gutterslob - lumifoo.yaml
Normal file
27
alacritty/themes/Gutterslob - lumifoo.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Lumifoo
|
||||
author: Gutterslob
|
||||
primary:
|
||||
background: "#1e2021"
|
||||
foreground: "#888a8c"
|
||||
cursor:
|
||||
text: "#1e2021"
|
||||
cursor: "#888a8c"
|
||||
normal:
|
||||
black: "#515151"
|
||||
red: "#bf6382"
|
||||
green: "#65a446"
|
||||
yellow: "#ad8a43"
|
||||
blue: "#6b85c2"
|
||||
magenta: "#9e6bb8"
|
||||
cyan: "#5c9d88"
|
||||
white: "#919191"
|
||||
bright:
|
||||
black: "#707172"
|
||||
red: "#eaaec2"
|
||||
green: "#aed49b"
|
||||
yellow: "#d4c3a0"
|
||||
blue: "#afc4e9"
|
||||
magenta: "#d2b1e2"
|
||||
cyan: "#a4d0c1"
|
||||
white: "#d0d0d0"
|
27
alacritty/themes/Gutterslob lightwhite.yaml
Normal file
27
alacritty/themes/Gutterslob lightwhite.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: Light White
|
||||
author: Gutterslob
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#808080"
|
||||
red: "#c48980"
|
||||
green: "#8da862"
|
||||
yellow: "#b29b7a"
|
||||
blue: "#809bc4"
|
||||
magenta: "#aa88b2"
|
||||
cyan: "#82adad"
|
||||
white: "#bfbfbf"
|
||||
bright:
|
||||
black: "#9c9c9c"
|
||||
red: "#a15048"
|
||||
green: "#4b7508"
|
||||
yellow: "#916f27"
|
||||
blue: "#567cb0"
|
||||
magenta: "#964e8f"
|
||||
cyan: "#4e848a"
|
||||
white: "#9c9c9c"
|
27
alacritty/themes/Hund.yaml
Normal file
27
alacritty/themes/Hund.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
colors:
|
||||
name: hund
|
||||
author: hund
|
||||
primary:
|
||||
background: "#161616"
|
||||
foreground: "#FFFFFF"
|
||||
cursor:
|
||||
text: "#161616"
|
||||
cursor: "#FFFFFF"
|
||||
normal:
|
||||
black: "#222222"
|
||||
red: "#E84F4F"
|
||||
green: "#B7CE42"
|
||||
yellow: "#FEA63C"
|
||||
blue: "#66AABB"
|
||||
magenta: "#B7416E"
|
||||
cyan: "#6D878D"
|
||||
white: "#DDDDDD"
|
||||
bright:
|
||||
black: "#666666"
|
||||
red: "#D23D3D"
|
||||
green: "#BDE077"
|
||||
yellow: "#FFE863"
|
||||
blue: "#AACCBB"
|
||||
magenta: "#E16A98"
|
||||
cyan: "#42717B"
|
||||
white: "#CCCCCC"
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user