Update
This commit is contained in:
@@ -10,5 +10,5 @@ family = "JetBrainsMono Nerd Font"
|
|||||||
|
|
||||||
[general]
|
[general]
|
||||||
import = [
|
import = [
|
||||||
"~/.config/alacritty/catppuccin-mocha.toml"
|
"~/.config/alacritty/themes/dracula-pro.toml"
|
||||||
]
|
]
|
||||||
|
|||||||
86
.config/alacritty/themes/dracula-pro-alucard.toml
Normal file
86
.config/alacritty/themes/dracula-pro-alucard.toml
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
# Dracula Pro Alucard
|
||||||
|
# ┌─┐┬ ┌─┐┌─┐┬─┐┬┌┬┐┌┬┐┬ ┬
|
||||||
|
# ├─┤│ ├─┤│ ├┬┘│ │ │ └┬┘
|
||||||
|
# ┴ ┴┴─┘┴ ┴└─┘┴└─┴ ┴ ┴ ┴
|
||||||
|
# urrick hunt
|
||||||
|
|
||||||
|
#[colors]
|
||||||
|
[colors.primary]
|
||||||
|
background = "#F5F5F5" # &Background
|
||||||
|
foreground = "#1F1F1F" # &Foreground
|
||||||
|
dim_foreground = "#191919" # &AnsiColor27
|
||||||
|
bright_foreground = "#2C2B31" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "#635D97" # &Comment
|
||||||
|
|
||||||
|
[colors.vi_mode_cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "CellForeground" # &Foreground
|
||||||
|
|
||||||
|
[colors.search.matches]
|
||||||
|
foreground = "#CFCFDE" # &Selection
|
||||||
|
background = "#14710A" # &AnsiColor2
|
||||||
|
|
||||||
|
[colors.search.focused_match]
|
||||||
|
foreground = "#CFCFDE" # &Selection
|
||||||
|
background = "#A34D14" # &Orange
|
||||||
|
|
||||||
|
[colors.hints.start]
|
||||||
|
foreground = "#F5F5F5" # &Background
|
||||||
|
background = "#846E15" # &AnsiColor3
|
||||||
|
|
||||||
|
[colors.hints.end]
|
||||||
|
foreground = "#846E15" # &AnsiColor3
|
||||||
|
background = "#F5F5F5" # &Background
|
||||||
|
|
||||||
|
[colors.line_indicator]
|
||||||
|
foreground = "None"
|
||||||
|
background = "None"
|
||||||
|
|
||||||
|
[colors.footer_bar]
|
||||||
|
foreground = "#F5F5F5" # &Background
|
||||||
|
background = "#635D97" # &Comment
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
text = "CellForeground" # &Background
|
||||||
|
background = "#CFCFDE" # &Selection
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#F5F5F5" # &AnsiColor0
|
||||||
|
red = "#CB3A2A" # &AnsiColor1
|
||||||
|
green = "#14710A" # &AnsiColor2
|
||||||
|
yellow = "#846E15" # &AnsiColor3
|
||||||
|
blue = "#644AC9" # &AnsiColor4
|
||||||
|
magenta = "#A3144D" # &AnsiColor5
|
||||||
|
cyan = "#036A96" # &AnsiColor6
|
||||||
|
white = "#1F1F1F" # &AnsiColor7
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#FFFFFF" # &AnsiColor8
|
||||||
|
red = "#D74C3D" # &AnsiColor9
|
||||||
|
green = "#198D0C" # &AnsiColor10
|
||||||
|
yellow = "#9E841A" # &AnsiColor11
|
||||||
|
blue = "#7862D0" # &AnsiColor12
|
||||||
|
magenta = "#BF185A" # &AnsiColor13
|
||||||
|
cyan = "#047FB4" # &AnsiColor14
|
||||||
|
white = "#2C2B31" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.dim]
|
||||||
|
black = "#C4C4C4" # &AnsiColor20
|
||||||
|
red = "#A22E22" # &AnsiColor21
|
||||||
|
green = "#105A08" # &AnsiColor22
|
||||||
|
yellow = "#6A5811" # &AnsiColor23
|
||||||
|
blue = "#503BA1" # &AnsiColor24
|
||||||
|
magenta = "#82103E" # &AnsiColor25
|
||||||
|
cyan = "#025578" # &AnsiColor26
|
||||||
|
white = "#191919" # &AnsiColor27
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 16
|
||||||
|
color = "#A34D14" # &Orange
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 17
|
||||||
|
color = "#DE5735" # &FunctionalRed
|
||||||
86
.config/alacritty/themes/dracula-pro-blade.toml
Normal file
86
.config/alacritty/themes/dracula-pro-blade.toml
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
# Dracula Pro Blade
|
||||||
|
# ┌─┐┬ ┌─┐┌─┐┬─┐┬┌┬┐┌┬┐┬ ┬
|
||||||
|
# ├─┤│ ├─┤│ ├┬┘│ │ │ └┬┘
|
||||||
|
# ┴ ┴┴─┘┴ ┴└─┘┴└─┴ ┴ ┴ ┴
|
||||||
|
# urrick hunt
|
||||||
|
|
||||||
|
#[colors]
|
||||||
|
[colors.primary]
|
||||||
|
background = "#212C2A" # &Background
|
||||||
|
foreground = "#F8F8F2" # &Foreground
|
||||||
|
dim_foreground = "#C6C6C2" # &AnsiColor27
|
||||||
|
bright_foreground = "#FFFFFF" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "#70A99F" # &Comment
|
||||||
|
|
||||||
|
[colors.vi_mode_cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "CellForeground" # &Foreground
|
||||||
|
|
||||||
|
[colors.search.matches]
|
||||||
|
foreground = "#415854" # &Selection
|
||||||
|
background = "#8AFF80" # &AnsiColor2
|
||||||
|
|
||||||
|
[colors.search.focused_match]
|
||||||
|
foreground = "#415854" # &Selection
|
||||||
|
background = "#FFCA80" # &Orange
|
||||||
|
|
||||||
|
[colors.hints.start]
|
||||||
|
foreground = "#212C2A" # &Background
|
||||||
|
background = "#FFFF80" # &AnsiColor3
|
||||||
|
|
||||||
|
[colors.hints.end]
|
||||||
|
foreground = "#FFFF80" # &AnsiColor3
|
||||||
|
background = "#212C2A" # &Background
|
||||||
|
|
||||||
|
[colors.line_indicator]
|
||||||
|
foreground = "None"
|
||||||
|
background = "None"
|
||||||
|
|
||||||
|
[colors.footer_bar]
|
||||||
|
foreground = "#212C2A" # &Background
|
||||||
|
background = "#70A99F" # &Comment
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
text = "CellForeground" # &Foreground
|
||||||
|
background = "#415854" # &Selection
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#212C2A" # &AnsiColor0
|
||||||
|
red = "#FF9580" # &AnsiColor1
|
||||||
|
green = "#8AFF80" # &AnsiColor2
|
||||||
|
yellow = "#FFFF80" # &AnsiColor3
|
||||||
|
blue = "#9580FF" # &AnsiColor4
|
||||||
|
magenta = "#FF80BF" # &AnsiColor5
|
||||||
|
cyan = "#80FFEA" # &AnsiColor6
|
||||||
|
white = "#F8F8F2" # &AnsiColor7
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#4C6762" # &AnsiColor8
|
||||||
|
red = "#FFAA99" # &AnsiColor9
|
||||||
|
green = "#A2FF99" # &AnsiColor10
|
||||||
|
yellow = "#FFFF99" # &AnsiColor11
|
||||||
|
blue = "#AA99FF" # &AnsiColor12
|
||||||
|
magenta = "#FF99CC" # &AnsiColor13
|
||||||
|
cyan = "#99FFEE" # &AnsiColor14
|
||||||
|
white = "#FFFFFF" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.dim]
|
||||||
|
black = "#1A2322" # &AnsiColor20
|
||||||
|
red = "#CC7766" # &AnsiColor21
|
||||||
|
green = "#6ECC66" # &AnsiColor22
|
||||||
|
yellow = "#CCCC66" # &AnsiColor23
|
||||||
|
blue = "#7766CC" # &AnsiColor24
|
||||||
|
magenta = "#CC6699" # &AnsiColor25
|
||||||
|
cyan = "#66CCBB" # &AnsiColor26
|
||||||
|
white = "#C6C6C2" # &AnsiColor27
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 16
|
||||||
|
color = "#FFCA80" # &Orange
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 17
|
||||||
|
color = "#E67070" # &FunctionalRed
|
||||||
86
.config/alacritty/themes/dracula-pro-buffy.toml
Normal file
86
.config/alacritty/themes/dracula-pro-buffy.toml
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
# Dracula Pro Buffy
|
||||||
|
# ┌─┐┬ ┌─┐┌─┐┬─┐┬┌┬┐┌┬┐┬ ┬
|
||||||
|
# ├─┤│ ├─┤│ ├┬┘│ │ │ └┬┘
|
||||||
|
# ┴ ┴┴─┘┴ ┴└─┘┴└─┴ ┴ ┴ ┴
|
||||||
|
# urrick hunt
|
||||||
|
|
||||||
|
#[colors]
|
||||||
|
[colors.primary]
|
||||||
|
background = "#2A212C" # &Background
|
||||||
|
foreground = "#F8F8F2" # &Foreground
|
||||||
|
dim_foreground = "#C6C6C2" # &AnsiColor27
|
||||||
|
bright_foreground = "#FFFFFF" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "#9F70A9" # &Comment
|
||||||
|
|
||||||
|
[colors.vi_mode_cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "CellForeground" # &Foreground
|
||||||
|
|
||||||
|
[colors.search.matches]
|
||||||
|
foreground = "#544158" # &Selection
|
||||||
|
background = "#8AFF80" # &AnsiColor2
|
||||||
|
|
||||||
|
[colors.search.focused_match]
|
||||||
|
foreground = "#544158" # &Selection
|
||||||
|
background = "#FFCA80" # &Orange
|
||||||
|
|
||||||
|
[colors.hints.start]
|
||||||
|
foreground = "#2A212C" # &Background
|
||||||
|
background = "#FFFF80" # &AnsiColor3
|
||||||
|
|
||||||
|
[colors.hints.end]
|
||||||
|
foreground = "#FFFF80" # &AnsiColor3
|
||||||
|
background = "#2A212C" # &Background
|
||||||
|
|
||||||
|
[colors.line_indicator]
|
||||||
|
foreground = "None"
|
||||||
|
background = "None"
|
||||||
|
|
||||||
|
[colors.footer_bar]
|
||||||
|
foreground = "#2A212C" # &Background
|
||||||
|
background = "#9F70A9" # &Comment
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
text = "CellForeground" # &Foreground
|
||||||
|
background = "#544158" # &Selection
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#2A212C" # &AnsiColor0
|
||||||
|
red = "#FF9580" # &AnsiColor1
|
||||||
|
green = "#8AFF80" # &AnsiColor2
|
||||||
|
yellow = "#FFFF80" # &AnsiColor3
|
||||||
|
blue = "#9580FF" # &AnsiColor4
|
||||||
|
magenta = "#FF80BF" # &AnsiColor5
|
||||||
|
cyan = "#80FFEA" # &AnsiColor6
|
||||||
|
white = "#F8F8F2" # &AnsiColor7
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#624C67" # &AnsiColor8
|
||||||
|
red = "#FFAA99" # &AnsiColor9
|
||||||
|
green = "#A2FF99" # &AnsiColor10
|
||||||
|
yellow = "#FFFF99" # &AnsiColor11
|
||||||
|
blue = "#AA99FF" # &AnsiColor12
|
||||||
|
magenta = "#FF99CC" # &AnsiColor13
|
||||||
|
cyan = "#99FFEE" # &AnsiColor14
|
||||||
|
white = "#FFFFFF" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.dim]
|
||||||
|
black = "#221A23" # &AnsiColor20
|
||||||
|
red = "#CC7766" # &AnsiColor21
|
||||||
|
green = "#6ECC66" # &AnsiColor22
|
||||||
|
yellow = "#CCCC66" # &AnsiColor23
|
||||||
|
blue = "#7766CC" # &AnsiColor24
|
||||||
|
magenta = "#CC6699" # &AnsiColor25
|
||||||
|
cyan = "#66CCBB" # &AnsiColor26
|
||||||
|
white = "#C6C6C2" # &AnsiColor27
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 16
|
||||||
|
color = "#FFCA80" # &Orange
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 17
|
||||||
|
color = "#E67070" # &FunctionalRed
|
||||||
86
.config/alacritty/themes/dracula-pro-lincoln.toml
Normal file
86
.config/alacritty/themes/dracula-pro-lincoln.toml
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
# Dracula Pro Lincoln
|
||||||
|
# ┌─┐┬ ┌─┐┌─┐┬─┐┬┌┬┐┌┬┐┬ ┬
|
||||||
|
# ├─┤│ ├─┤│ ├┬┘│ │ │ └┬┘
|
||||||
|
# ┴ ┴┴─┘┴ ┴└─┘┴└─┴ ┴ ┴ ┴
|
||||||
|
# urrick hunt
|
||||||
|
|
||||||
|
#[colors]
|
||||||
|
[colors.primary]
|
||||||
|
background = "#2C2A21" # &Background
|
||||||
|
foreground = "#F8F8F2" # &Foreground
|
||||||
|
dim_foreground = "#C6C6C2" # &AnsiColor27
|
||||||
|
bright_foreground = "#FFFFFF" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "#A99F70" # &Comment
|
||||||
|
|
||||||
|
[colors.vi_mode_cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "CellForeground" # &Foreground
|
||||||
|
|
||||||
|
[colors.search.matches]
|
||||||
|
foreground = "#585441" # &Selection
|
||||||
|
background = "#8AFF80" # &AnsiColor2
|
||||||
|
|
||||||
|
[colors.search.focused_match]
|
||||||
|
foreground = "#585441" # &Selection
|
||||||
|
background = "#FFCA80" # &Orange
|
||||||
|
|
||||||
|
[colors.hints.start]
|
||||||
|
foreground = "#2C2A21" # &Background
|
||||||
|
background = "#FFFF80" # &AnsiColor3
|
||||||
|
|
||||||
|
[colors.hints.end]
|
||||||
|
foreground = "#FFFF80" # &AnsiColor3
|
||||||
|
background = "#2C2A21" # &Background
|
||||||
|
|
||||||
|
[colors.line_indicator]
|
||||||
|
foreground = "None"
|
||||||
|
background = "None"
|
||||||
|
|
||||||
|
[colors.footer_bar]
|
||||||
|
foreground = "#2C2A21" # &Background
|
||||||
|
background = "#A99F70" # &Comment
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
text = "CellForeground" # &Foreground
|
||||||
|
background = "#585441" # &Selection
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#2C2A21" # &AnsiColor0
|
||||||
|
red = "#FF9580" # &AnsiColor1
|
||||||
|
green = "#8AFF80" # &AnsiColor2
|
||||||
|
yellow = "#FFFF80" # &AnsiColor3
|
||||||
|
blue = "#9580FF" # &AnsiColor4
|
||||||
|
magenta = "#FF80BF" # &AnsiColor5
|
||||||
|
cyan = "#80FFEA" # &AnsiColor6
|
||||||
|
white = "#F8F8F2" # &AnsiColor7
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#67624C" # &AnsiColor8
|
||||||
|
red = "#FFAA99" # &AnsiColor9
|
||||||
|
green = "#A2FF99" # &AnsiColor10
|
||||||
|
yellow = "#FFFF99" # &AnsiColor11
|
||||||
|
blue = "#AA99FF" # &AnsiColor12
|
||||||
|
magenta = "#FF99CC" # &AnsiColor13
|
||||||
|
cyan = "#99FFEE" # &AnsiColor14
|
||||||
|
white = "#FFFFFF" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.dim]
|
||||||
|
black = "#23221A" # &AnsiColor0
|
||||||
|
red = "#CC7766" # &AnsiColor1
|
||||||
|
green = "#6ECC66" # &AnsiColor2
|
||||||
|
yellow = "#CCCC66" # &AnsiColor3
|
||||||
|
blue = "#7766CC" # &AnsiColor4
|
||||||
|
magenta = "#CC6699" # &AnsiColor5
|
||||||
|
cyan = "#66CCBB" # &AnsiColor6
|
||||||
|
white = "#C6C6C2" # &AnsiColor7
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 16
|
||||||
|
color = "#FFCA80" # &Orange
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 17
|
||||||
|
color = "#E67070" # &FunctionalRed
|
||||||
86
.config/alacritty/themes/dracula-pro-morbius.toml
Normal file
86
.config/alacritty/themes/dracula-pro-morbius.toml
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
# Dracula Pro Morbius
|
||||||
|
# ┌─┐┬ ┌─┐┌─┐┬─┐┬┌┬┐┌┬┐┬ ┬
|
||||||
|
# ├─┤│ ├─┤│ ├┬┘│ │ │ └┬┘
|
||||||
|
# ┴ ┴┴─┘┴ ┴└─┘┴└─┴ ┴ ┴ ┴
|
||||||
|
# urrick hunt
|
||||||
|
|
||||||
|
#[colors]
|
||||||
|
[colors.primary]
|
||||||
|
background = "#2C2122" # &Background
|
||||||
|
foreground = "#F8F8F2" # &Foreground
|
||||||
|
dim_foreground = "#C6C6C2" # &AnsiColor27
|
||||||
|
bright_foreground = "#FFFFFF" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "#A97079" # &Comment
|
||||||
|
|
||||||
|
[colors.vi_mode_cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "CellForeground" # &Foreground
|
||||||
|
|
||||||
|
[colors.search.matches]
|
||||||
|
foreground = "#584145" # &Selection
|
||||||
|
background = "#8AFF80" # &AnsiColor2
|
||||||
|
|
||||||
|
[colors.search.focused_match]
|
||||||
|
foreground = "#584145" # &Selection
|
||||||
|
background = "#FFCA80" # &Orange
|
||||||
|
|
||||||
|
[colors.hints.start]
|
||||||
|
foreground = "#2C2122" # &Background
|
||||||
|
background = "#FFFF80" # &AnsiColor3
|
||||||
|
|
||||||
|
[colors.hints.end]
|
||||||
|
foreground = "#FFFF80" # &AnsiColor3
|
||||||
|
background = "#2C2122" # &Background
|
||||||
|
|
||||||
|
[colors.line_indicator]
|
||||||
|
foreground = "None"
|
||||||
|
background = "None"
|
||||||
|
|
||||||
|
[colors.footer_bar]
|
||||||
|
foreground = "#2C2122" # &Background
|
||||||
|
background = "#A97079" # &Comment
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
text = "CellForeground" # &Foreground
|
||||||
|
background = "#584145" # &Selection
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#2C2122" # &AnsiColor0
|
||||||
|
red = "#FF9580" # &AnsiColor1
|
||||||
|
green = "#8AFF80" # &AnsiColor2
|
||||||
|
yellow = "#FFFF80" # &AnsiColor3
|
||||||
|
blue = "#9580FF" # &AnsiColor4
|
||||||
|
magenta = "#FF80BF" # &AnsiColor5
|
||||||
|
cyan = "#80FFEA" # &AnsiColor6
|
||||||
|
white = "#F8F8F2" # &AnsiColor7
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#674C50" # &AnsiColor8
|
||||||
|
red = "#FFAA99" # &AnsiColor9
|
||||||
|
green = "#A2FF99" # &AnsiColor10
|
||||||
|
yellow = "#FFFF99" # &AnsiColor11
|
||||||
|
blue = "#AA99FF" # &AnsiColor12
|
||||||
|
magenta = "#FF99CC" # &AnsiColor13
|
||||||
|
cyan = "#99FFEE" # &AnsiColor14
|
||||||
|
white = "#FFFFFF" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.dim]
|
||||||
|
black = "#231A1B" # &AnsiColor0
|
||||||
|
red = "#CC7766" # &AnsiColor1
|
||||||
|
green = "#6ECC66" # &AnsiColor2
|
||||||
|
yellow = "#CCCC66" # &AnsiColor3
|
||||||
|
blue = "#7766CC" # &AnsiColor4
|
||||||
|
magenta = "#CC6699" # &AnsiColor5
|
||||||
|
cyan = "#66CCBB" # &AnsiColor6
|
||||||
|
white = "#C6C6C2" # &AnsiColor7
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 16
|
||||||
|
color = "#FFCA80" # &Orange
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 17
|
||||||
|
color = "#E67070" # &FunctionalRed
|
||||||
86
.config/alacritty/themes/dracula-pro-van-helsing.toml
Normal file
86
.config/alacritty/themes/dracula-pro-van-helsing.toml
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
# Dracula Pro Van Helsing
|
||||||
|
# ┌─┐┬ ┌─┐┌─┐┬─┐┬┌┬┐┌┬┐┬ ┬
|
||||||
|
# ├─┤│ ├─┤│ ├┬┘│ │ │ └┬┘
|
||||||
|
# ┴ ┴┴─┘┴ ┴└─┘┴└─┴ ┴ ┴ ┴
|
||||||
|
# urrick hunt
|
||||||
|
|
||||||
|
#[colors]
|
||||||
|
[colors.primary]
|
||||||
|
background = "#0B0D0F" # &Background
|
||||||
|
foreground = "#F8F8F2" # &Foreground
|
||||||
|
dim_foreground = "#C6C6C2" # &AnsiColor27
|
||||||
|
bright_foreground = "#FFFFFF" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "#708CA9" # &Comment
|
||||||
|
|
||||||
|
[colors.vi_mode_cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "CellForeground" # &Foreground
|
||||||
|
|
||||||
|
[colors.search.matches]
|
||||||
|
foreground = "#414D58" # &Selection
|
||||||
|
background = "#8AFF80" # &AnsiColor2
|
||||||
|
|
||||||
|
[colors.search.focused_match]
|
||||||
|
foreground = "#414D58" # &Selection
|
||||||
|
background = "#FFCA80" # &Orange
|
||||||
|
|
||||||
|
[colors.hints.start]
|
||||||
|
foreground = "#0B0D0F" # &Background
|
||||||
|
background = "#FFFF80" # &AnsiColor3
|
||||||
|
|
||||||
|
[colors.hints.end]
|
||||||
|
foreground = "#FFFF80" # &AnsiColor3
|
||||||
|
background = "#0B0D0F" # &Background
|
||||||
|
|
||||||
|
[colors.line_indicator]
|
||||||
|
foreground = "None"
|
||||||
|
background = "None"
|
||||||
|
|
||||||
|
[colors.footer_bar]
|
||||||
|
foreground = "#0B0D0F" # &Background
|
||||||
|
background = "#708CA9" # &Comment
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
text = "CellForeground" # &Foreground
|
||||||
|
background = "#414D58" # &Selection
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#0B0D0F" # &AnsiColor0
|
||||||
|
red = "#FF9580" # &AnsiColor1
|
||||||
|
green = "#8AFF80" # &AnsiColor2
|
||||||
|
yellow = "#FFFF80" # &AnsiColor3
|
||||||
|
blue = "#9580FF" # &AnsiColor4
|
||||||
|
magenta = "#FF80BF" # &AnsiColor5
|
||||||
|
cyan = "#80FFEA" # &AnsiColor6
|
||||||
|
white = "#F8F8F2" # &AnsiColor7
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#364049" # &AnsiColor8
|
||||||
|
red = "#FFAA99" # &AnsiColor9
|
||||||
|
green = "#A2FF99" # &AnsiColor10
|
||||||
|
yellow = "#FFFF99" # &AnsiColor11
|
||||||
|
blue = "#AA99FF" # &AnsiColor12
|
||||||
|
magenta = "#FF99CC" # &AnsiColor13
|
||||||
|
cyan = "#99FFEE" # &AnsiColor14
|
||||||
|
white = "#FFFFFF" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.dim]
|
||||||
|
black = "#090A0C" # &AnsiColor0
|
||||||
|
red = "#CC7766" # &AnsiColor1
|
||||||
|
green = "#6ECC66" # &AnsiColor2
|
||||||
|
yellow = "#CCCC66" # &AnsiColor3
|
||||||
|
blue = "#7766CC" # &AnsiColor4
|
||||||
|
magenta = "#CC6699" # &AnsiColor5
|
||||||
|
cyan = "#66CCBB" # &AnsiColor6
|
||||||
|
white = "#C6C6C2" # &AnsiColor7
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 16
|
||||||
|
color = "#FFCA80" # &Orange
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 17
|
||||||
|
color = "#E67070" # &FunctionalRed
|
||||||
86
.config/alacritty/themes/dracula-pro.toml
Normal file
86
.config/alacritty/themes/dracula-pro.toml
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
# Dracula Pro
|
||||||
|
# ┌─┐┬ ┌─┐┌─┐┬─┐┬┌┬┐┌┬┐┬ ┬
|
||||||
|
# ├─┤│ ├─┤│ ├┬┘│ │ │ └┬┘
|
||||||
|
# ┴ ┴┴─┘┴ ┴└─┘┴└─┴ ┴ ┴ ┴
|
||||||
|
# urrick hunt
|
||||||
|
|
||||||
|
#[colors]
|
||||||
|
[colors.primary]
|
||||||
|
background = "#22212C" # &Background
|
||||||
|
foreground = "#F8F8F2" # &Foreground
|
||||||
|
dim_foreground = "#C6C6C2" # &AnsiColor27
|
||||||
|
bright_foreground = "#FFFFFF" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "#9580FF" # &Comment
|
||||||
|
|
||||||
|
[colors.vi_mode_cursor]
|
||||||
|
text = "CellBackground" # &Background
|
||||||
|
cursor = "CellForeground" # &Foreground
|
||||||
|
|
||||||
|
[colors.search.matches]
|
||||||
|
foreground = "#454158" # &Selection
|
||||||
|
background = "#8AFF80" # &AnsiColor2
|
||||||
|
|
||||||
|
[colors.search.focused_match]
|
||||||
|
foreground = "#454158" # &Selection
|
||||||
|
background = "#FFCA80" # &Orange
|
||||||
|
|
||||||
|
[colors.hints.start]
|
||||||
|
foreground = "#22212C" # &Background
|
||||||
|
background = "#FFFF80" # &AnsiColor3
|
||||||
|
|
||||||
|
[colors.hints.end]
|
||||||
|
foreground = "#FFFF80" # &AnsiColor3
|
||||||
|
background = "#22212C" # &Background
|
||||||
|
|
||||||
|
[colors.line_indicator]
|
||||||
|
foreground = "None"
|
||||||
|
background = "None"
|
||||||
|
|
||||||
|
[colors.footer_bar]
|
||||||
|
foreground = "#22212C" # &Background
|
||||||
|
background = "#7970A9" # &Comment
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
text = "CellForeground" # &Foreground
|
||||||
|
background = "#454158" # &Selection
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#22212C" # &AnsiColor0
|
||||||
|
red = "#FF9580" # &AnsiColor1
|
||||||
|
green = "#8AFF80" # &AnsiColor2
|
||||||
|
yellow = "#FFFF80" # &AnsiColor3
|
||||||
|
blue = "#9580FF" # &AnsiColor4
|
||||||
|
magenta = "#FF80BF" # &AnsiColor5
|
||||||
|
cyan = "#80FFEA" # &AnsiColor6
|
||||||
|
white = "#F8F8F2" # &AnsiColor7
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#504C67" # &AnsiColor8
|
||||||
|
red = "#FFAA99" # &AnsiColor9
|
||||||
|
green = "#A2FF99" # &AnsiColor10
|
||||||
|
yellow = "#FFFF99" # &AnsiColor11
|
||||||
|
blue = "#AA99FF" # &AnsiColor12
|
||||||
|
magenta = "#FF99CC" # &AnsiColor13
|
||||||
|
cyan = "#99FFEE" # &AnsiColor14
|
||||||
|
white = "#FFFFFF" # &AnsiColor15
|
||||||
|
|
||||||
|
[colors.dim]
|
||||||
|
black = "#1B1A23" # &AnsiColor20
|
||||||
|
red = "#CC7766" # &AnsiColor21
|
||||||
|
green = "#6ECC66" # &AnsiColor22
|
||||||
|
yellow = "#CCCC66" # &AnsiColor23
|
||||||
|
blue = "#7766CC" # &AnsiColor24
|
||||||
|
magenta = "#CC6699" # &AnsiColor25
|
||||||
|
cyan = "#66CCBB" # &AnsiColor26
|
||||||
|
white = "#C6C6C2" # &AnsiColor27
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 16
|
||||||
|
color = "#FFCA80" # &Orange
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 17
|
||||||
|
color = "#E67373" # &FunctionalRed
|
||||||
@@ -1,20 +1,20 @@
|
|||||||
|
[app]
|
||||||
|
overall = { bg = "#1e1e2e" }
|
||||||
|
|
||||||
[mgr]
|
[mgr]
|
||||||
cwd = { fg = "#94e2d5" }
|
cwd = { fg = "#94e2d5" }
|
||||||
|
|
||||||
hovered = { fg = "#1e1e2e", bg = "#89b4fa" }
|
|
||||||
preview_hovered = { fg = "#1e1e2e", bg = "#cdd6f4" }
|
|
||||||
|
|
||||||
find_keyword = { fg = "#f9e2af", italic = true }
|
find_keyword = { fg = "#f9e2af", italic = true }
|
||||||
find_position = { fg = "#f5c2e7", bg = "reset", italic = true }
|
find_position = { fg = "#f5c2e7", bg = "reset", italic = true }
|
||||||
|
|
||||||
marker_copied = { fg = "#a6e3a1", bg = "#a6e3a1" }
|
marker_copied = { fg = "#a6e3a1", bg = "#a6e3a1" }
|
||||||
marker_cut = { fg = "#f38ba8", bg = "#f38ba8" }
|
marker_cut = { fg = "#f38ba8", bg = "#f38ba8" }
|
||||||
marker_marked = { fg = "#94e2d5", bg = "#94e2d5" }
|
marker_marked = { fg = "#94e2d5", bg = "#94e2d5" }
|
||||||
marker_selected = { fg = "#89b4fa", bg = "#89b4fa" }
|
marker_selected = { fg = "#b4befe", bg = "#b4befe" }
|
||||||
|
|
||||||
count_copied = { fg = "#1e1e2e", bg = "#a6e3a1" }
|
count_copied = { fg = "#1e1e2e", bg = "#a6e3a1" }
|
||||||
count_cut = { fg = "#1e1e2e", bg = "#f38ba8" }
|
count_cut = { fg = "#1e1e2e", bg = "#f38ba8" }
|
||||||
count_selected = { fg = "#1e1e2e", bg = "#89b4fa" }
|
count_selected = { fg = "#1e1e2e", bg = "#b4befe" }
|
||||||
|
|
||||||
border_symbol = "│"
|
border_symbol = "│"
|
||||||
border_style = { fg = "#7f849c" }
|
border_style = { fg = "#7f849c" }
|
||||||
@@ -26,8 +26,8 @@ active = { fg = "#1e1e2e", bg = "#cdd6f4", bold = true }
|
|||||||
inactive = { fg = "#cdd6f4", bg = "#45475a" }
|
inactive = { fg = "#cdd6f4", bg = "#45475a" }
|
||||||
|
|
||||||
[mode]
|
[mode]
|
||||||
normal_main = { fg = "#1e1e2e", bg = "#89b4fa", bold = true }
|
normal_main = { fg = "#1e1e2e", bg = "#b4befe", bold = true }
|
||||||
normal_alt = { fg = "#89b4fa", bg = "#313244"}
|
normal_alt = { fg = "#b4befe", bg = "#313244"}
|
||||||
|
|
||||||
select_main = { fg = "#1e1e2e", bg = "#a6e3a1", bold = true }
|
select_main = { fg = "#1e1e2e", bg = "#a6e3a1", bold = true }
|
||||||
select_alt = { fg = "#a6e3a1", bg = "#313244"}
|
select_alt = { fg = "#a6e3a1", bg = "#313244"}
|
||||||
@@ -35,13 +35,18 @@ select_alt = { fg = "#a6e3a1", bg = "#313244"}
|
|||||||
unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true }
|
unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true }
|
||||||
unset_alt = { fg = "#f2cdcd", bg = "#313244"}
|
unset_alt = { fg = "#f2cdcd", bg = "#313244"}
|
||||||
|
|
||||||
|
[indicator]
|
||||||
|
parent = { fg = "#1e1e2e", bg = "#cdd6f4" }
|
||||||
|
current = { fg = "#1e1e2e", bg = "#b4befe" }
|
||||||
|
preview = { fg = "#1e1e2e", bg = "#cdd6f4" }
|
||||||
|
|
||||||
[status]
|
[status]
|
||||||
sep_left = { open = "", close = "" }
|
sep_left = { open = "", close = "" }
|
||||||
sep_right = { open = "", close = "" }
|
sep_right = { open = "", close = "" }
|
||||||
|
|
||||||
progress_label = { fg = "#ffffff", bold = true }
|
progress_label = { fg = "#ffffff", bold = true }
|
||||||
progress_normal = { fg = "#89b4fa", bg = "#45475a" }
|
progress_normal = { fg = "#a6e3a1", bg = "#45475a" }
|
||||||
progress_error = { fg = "#f38ba8", bg = "#45475a" }
|
progress_error = { fg = "#f9e2af", bg = "#f38ba8" }
|
||||||
|
|
||||||
perm_type = { fg = "#89b4fa" }
|
perm_type = { fg = "#89b4fa" }
|
||||||
perm_read = { fg = "#f9e2af" }
|
perm_read = { fg = "#f9e2af" }
|
||||||
@@ -50,31 +55,31 @@ perm_exec = { fg = "#a6e3a1" }
|
|||||||
perm_sep = { fg = "#7f849c" }
|
perm_sep = { fg = "#7f849c" }
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
border = { fg = "#89b4fa" }
|
border = { fg = "#b4befe" }
|
||||||
title = {}
|
title = {}
|
||||||
value = {}
|
value = {}
|
||||||
selected = { reversed = true }
|
selected = { reversed = true }
|
||||||
|
|
||||||
[pick]
|
[pick]
|
||||||
border = { fg = "#89b4fa" }
|
border = { fg = "#b4befe" }
|
||||||
active = { fg = "#f5c2e7" }
|
active = { fg = "#f5c2e7" }
|
||||||
inactive = {}
|
inactive = {}
|
||||||
|
|
||||||
[confirm]
|
[confirm]
|
||||||
border = { fg = "#89b4fa" }
|
border = { fg = "#b4befe" }
|
||||||
title = { fg = "#89b4fa" }
|
title = { fg = "#b4befe" }
|
||||||
content = {}
|
body = {}
|
||||||
list = {}
|
list = {}
|
||||||
btn_yes = { reversed = true }
|
btn_yes = { reversed = true }
|
||||||
btn_no = {}
|
btn_no = {}
|
||||||
|
|
||||||
[cmp]
|
[cmp]
|
||||||
border = { fg = "#89b4fa" }
|
border = { fg = "#b4befe" }
|
||||||
|
|
||||||
[tasks]
|
[tasks]
|
||||||
border = { fg = "#89b4fa" }
|
border = { fg = "#b4befe" }
|
||||||
title = {}
|
title = {}
|
||||||
hovered = { underline = true }
|
hovered = { fg = "#f5c2e7", bold = true }
|
||||||
|
|
||||||
[which]
|
[which]
|
||||||
mask = { bg = "#313244" }
|
mask = { bg = "#313244" }
|
||||||
@@ -109,15 +114,25 @@ rules = [
|
|||||||
# Documents
|
# Documents
|
||||||
{ mime = "application/{pdf,doc,rtf}", fg = "#a6e3a1" },
|
{ mime = "application/{pdf,doc,rtf}", fg = "#a6e3a1" },
|
||||||
|
|
||||||
|
# Virtual file system
|
||||||
|
{ mime = "vfs/{absent,stale}", fg = "#45475a" },
|
||||||
|
|
||||||
|
# Special file
|
||||||
|
{ url = "*", is = "orphan", bg = "#f38ba8" },
|
||||||
|
{ url = "*", is = "exec" , fg = "#a6e3a1" },
|
||||||
|
|
||||||
|
# Dummy file
|
||||||
|
{ url = "*", is = "dummy", bg = "#f38ba8" },
|
||||||
|
{ url = "*/", is = "dummy", bg = "#f38ba8" },
|
||||||
|
|
||||||
# Fallback
|
# Fallback
|
||||||
{ name = "*", fg = "#cdd6f4" },
|
{ url = "*/", fg = "#b4befe" },
|
||||||
{ name = "*/", fg = "#89b4fa" }
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[spot]
|
[spot]
|
||||||
border = { fg = "#89b4fa" }
|
border = { fg = "#b4befe" }
|
||||||
title = { fg = "#89b4fa" }
|
title = { fg = "#b4befe" }
|
||||||
tbl_cell = { fg = "#89b4fa", reversed = true }
|
tbl_cell = { fg = "#b4befe", reversed = true }
|
||||||
tbl_col = { bold = true }
|
tbl_col = { bold = true }
|
||||||
|
|
||||||
[icon]
|
[icon]
|
||||||
|
|||||||
Reference in New Issue
Block a user