add alacritty config

master
an 2020-01-06 08:48:39 -05:00
parent 4aa6b2cbf6
commit 016aa3f431
2 changed files with 68 additions and 1 deletions

View File

@ -0,0 +1,66 @@
env:
TERM: xterm-256color
window:
dimensions:
columns: 80
lines: 24
padding:
x: 0
y: 0
dynamic_padding: false
decorations: full
startup_mode: Windowed
title: "Terminal"
gtk_theme_variant: None
scrolling:
history: 0
tabspaces: 8
font:
normal:
family: Dina
style: Regular
size: 10.0
offset:
x: 0
y: 0
glyph_offset:
x: 0
y: 0
draw_bold_text_with_bright_colors: true
colors:
primary:
background: '0x263238'
foreground: '0xcfd8dc'
bright_foreground: '0xeceff1'
normal:
black: '0x37474f'
red: '0xff3d00'
green: '0x00e676'
yellow: '0xff9100'
blue: '0x3d5afe'
magenta: '0x7c4dff'
cyan: '0x00b0ff'
white: '0xdcdcdc'
bright:
black: '0x607d8b'
red: '0xff1744'
green: '0x1de9b6'
yellow: '0xffc400'
blue: '0x2979ff'
magenta: '0xd500f9'
cyan: '0x00e5ff'
white: '0xffffff'
background_opacity: 0.97
cursor:
style: Block
unfocused_hollow: true
live_config_reload: false

3
links
View File

@ -1,5 +1,6 @@
applications/XCompose ~/.XCompose
applications/Xresources ~/.Xresources
applications/alacritty.yml ~/.config/alacritty/alacritty.yml
applications/fish ~/.config/fish/config.fish
applications/gitconfig ~/.gitconfig
applications/kitty.conf ~/.config/kitty/kitty.conf
@ -41,6 +42,6 @@ system/git-gui.desktop ~/.local/share/kservices5/git-gui.desktop
system/progm.mim ~/.m17n.d/progm.mim
system/services/marrub.service ~/.config/systemd/user/marrub.service
system/services/marrub.timer ~/.config/systemd/user/marrub.timer
themes/hgtk.py ~/.config/ranger/colorschemes/hgtk.py
themes/MyColors.colorscheme ~/.local/share/konsole/MyColors.colorscheme
themes/hgtk.py ~/.config/ranger/colorschemes/hgtk.py
vim/vimrc ~/.vim/vimrc