stow: reorganize to use stow
This commit is contained in:
parent
7674c453ab
commit
05c4a780d7
15 changed files with 0 additions and 0 deletions
11
alacritty/.config/alacritty/alacritty.toml
Normal file
11
alacritty/.config/alacritty/alacritty.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[general]
|
||||
import = [
|
||||
"~/.config/alacritty/dank.toml"
|
||||
]
|
||||
|
||||
[scrolling]
|
||||
history = 100000
|
||||
|
||||
[font]
|
||||
normal = { family = "MesloLGS NF", style = "regular" }
|
||||
size = 10
|
||||
31
alacritty/.config/alacritty/dank-theme.toml
Normal file
31
alacritty/.config/alacritty/dank-theme.toml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
[colors.primary]
|
||||
background = '#0a0a15'
|
||||
foreground = '#e6f0ff'
|
||||
|
||||
[colors.selection]
|
||||
text = '#e6f0ff'
|
||||
background = '#cc5200'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#0a0a15'
|
||||
cursor = '#ff6600'
|
||||
|
||||
[colors.normal]
|
||||
black = '#0A0A15'
|
||||
red = '#ff0c00'
|
||||
green = '#2dff00'
|
||||
yellow = '#ffd100'
|
||||
blue = '#f26000'
|
||||
magenta = '#762f00'
|
||||
cyan = '#FF6600'
|
||||
white = '#ffece0'
|
||||
|
||||
[colors.bright]
|
||||
black = '#a5968c'
|
||||
red = '#ff483f'
|
||||
green = '#6cff4c'
|
||||
yellow = '#ffdf4c'
|
||||
blue = '#ff7c26'
|
||||
magenta = '#ff934c'
|
||||
cyan = '#ffba8c'
|
||||
white = '#fff7f2'
|
||||
Loading…
Add table
Add a link
Reference in a new issue