Refactor contents to be compatible with GNU Stow
This commit is contained in:
parent
c931ac6aae
commit
e23e66f801
116 changed files with 6 additions and 100 deletions
26
.config/alacritty/alacritty.toml
Normal file
26
.config/alacritty/alacritty.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
import = ["./github_dark_high_contrast.toml" ]
|
||||
|
||||
[colors.primary]
|
||||
background = "#111111"
|
||||
|
||||
[colors.normal]
|
||||
cyan = '#008b8b'
|
||||
|
||||
[font.normal]
|
||||
family = 'JetBrainsMono Nerd Font Mono'
|
||||
style = 'Regular'
|
||||
|
||||
[cursor]
|
||||
blink_interval = 500
|
||||
blink_timeout = 0
|
||||
|
||||
[cursor.style]
|
||||
blinking = "Always"
|
||||
#shape = "Underline"
|
||||
|
||||
[window]
|
||||
opacity = 0.95
|
||||
decorations = "None"
|
||||
level = "AlwaysOnTop"
|
||||
dynamic_padding = true
|
33
.config/alacritty/github_dark_high_contrast.toml
Normal file
33
.config/alacritty/github_dark_high_contrast.toml
Normal file
|
@ -0,0 +1,33 @@
|
|||
# (Github Dark High Contrast) Colors for Alacritty
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#0a0c10'
|
||||
foreground = '#f0f3f6'
|
||||
|
||||
# Cursor colors
|
||||
[colors.cursor]
|
||||
text = '#0a0c10'
|
||||
cursor = '#f0f3f6'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#050E1A'
|
||||
red = '#ff9492'
|
||||
green = '#26cd4d'
|
||||
yellow = '#f0b72f'
|
||||
blue = '#71b7ff'
|
||||
magenta = '#cb9eff'
|
||||
cyan = '#39c5cf'
|
||||
white = '#d9dee3'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#9ea7b3'
|
||||
red = '#ffb1af'
|
||||
green = '#4ae168'
|
||||
yellow = '#f7c843'
|
||||
blue = '#91cbff'
|
||||
magenta = '#cb9eff'
|
||||
cyan = '#39c5cf'
|
||||
white = '#d9dee3'
|
Loading…
Add table
Add a link
Reference in a new issue