Remove home/.config/alacritty/alacritty.toml
Remove home/.config/alacritty/themes/ayu_dark.toml Remove home/.config/alacritty/themes/github_dark_high_contrast.yml Remove home/.config/alacritty/themes/hyper.toml
This commit is contained in:
@@ -1,50 +0,0 @@
|
||||
[cursor.style]
|
||||
blinking = "On"
|
||||
shape = "Beam"
|
||||
|
||||
[font]
|
||||
size = 13.0
|
||||
|
||||
[font.normal]
|
||||
family = "CaskaydiaCove Nerd Font"
|
||||
style = "Medium"
|
||||
|
||||
[font.bold]
|
||||
family = "CaskaydiaCove Nerd Font"
|
||||
style = "Bold"
|
||||
|
||||
[font.italic]
|
||||
family = "CaskaydiaCove Nerd Font"
|
||||
style = "Italic"
|
||||
|
||||
[font.bold_italic]
|
||||
family = "CaskaydiaCove Nerd Font"
|
||||
style = "Bold Italic"
|
||||
|
||||
[terminal.shell]
|
||||
program = "/bin/zsh"
|
||||
|
||||
[window]
|
||||
decorations = "none"
|
||||
decorations_theme_variant = "Dark"
|
||||
dynamic_title = true
|
||||
opacity = 0.9
|
||||
blur = true
|
||||
title = "Alacritty"
|
||||
|
||||
[colors]
|
||||
transparent_background_colors = true
|
||||
|
||||
[selection]
|
||||
save_to_clipboard = true
|
||||
|
||||
[keyboard]
|
||||
bindings = [
|
||||
{key = "|", mods = "Control", chars = "\\x01\\x7c"}
|
||||
]
|
||||
|
||||
[general]
|
||||
live_config_reload = true
|
||||
import = ["/home/jeff/.config/alacritty/themes/ayu_dark.toml"]
|
||||
|
||||
[terminal]
|
||||
@@ -1,28 +0,0 @@
|
||||
# Colors (Ayu Dark)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#0A0E14'
|
||||
foreground = '#B3B1AD'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#01060E'
|
||||
red = '#EA6C73'
|
||||
green = '#91B362'
|
||||
yellow = '#F9AF4F'
|
||||
blue = '#53BDFA'
|
||||
magenta = '#FAE994'
|
||||
cyan = '#90E1C6'
|
||||
white = '#C7C7C7'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#686868'
|
||||
red = '#F07178'
|
||||
green = '#C2D94C'
|
||||
yellow = '#FFB454'
|
||||
blue = '#59C2FF'
|
||||
magenta = '#FFEE99'
|
||||
cyan = '#95E6CB'
|
||||
white = '#FFFFFF'
|
||||
@@ -1,36 +0,0 @@
|
||||
# (Github Dark High Contrast) Colors for Alacritty
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x0a0c10'
|
||||
foreground: '0xf0f3f6'
|
||||
|
||||
# Cursor colors
|
||||
#
|
||||
# These will only be used when the `custom_cursor_colors` field is set to `true`.
|
||||
cursor:
|
||||
text: '0x0a0c10'
|
||||
cursor: '0xf0f3f6'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x7a828e'
|
||||
red: '0xff9492'
|
||||
green: '0x26cd4d'
|
||||
yellow: '0xf0b72f'
|
||||
blue: '0x71b7ff'
|
||||
magenta: '0xcb9eff'
|
||||
cyan: '0x39c5cf'
|
||||
white: '0xd9dee3'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x9ea7b3'
|
||||
red: '0xffb1af'
|
||||
green: '0x4ae168'
|
||||
yellow: '0xf7c843'
|
||||
blue: '0x91cbff'
|
||||
magenta: '0xcb9eff'
|
||||
cyan: '0x39c5cf'
|
||||
white: '0xd9dee3'
|
||||
@@ -1,32 +0,0 @@
|
||||
# Colors (Hyper)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#000000'
|
||||
foreground = '#ffffff'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#F81CE5'
|
||||
cursor = '#ffffff'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#000000'
|
||||
red = '#fe0100'
|
||||
green = '#33ff00'
|
||||
yellow = '#feff00'
|
||||
blue = '#0066ff'
|
||||
magenta = '#cc00ff'
|
||||
cyan = '#00ffff'
|
||||
white = '#d0d0d0'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#808080'
|
||||
red = '#fe0100'
|
||||
green = '#33ff00'
|
||||
yellow = '#feff00'
|
||||
blue = '#0066ff'
|
||||
magenta = '#cc00ff'
|
||||
cyan = '#00ffff'
|
||||
white = '#FFFFFF'
|
||||
Reference in New Issue
Block a user