Updated alacritty, kitt, fish.

Kitty, update font size and tab line background color
Alacritty enabled window decorations
Fish, update alias for open `nvim`, add alias for `go mod`
Neovim, deleted a config and add a link to neovim cofig repo
This commit is contained in:
Smirnov Olexander 2022-05-17 00:42:01 +03:00
parent b14b4d8bbb
commit 5c89b48ca5
5 changed files with 6 additions and 17 deletions

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "config/nvim"]
path = config/nvim
url = git@github.com:flof-ik/nvim.git

View file

@ -4,7 +4,7 @@ env:
window: window:
title: Alacritty title: Alacritty
dynamic_padding: false dynamic_padding: false
decorations: "None" decorations: "Full"
opacity: 1 opacity: 1
padding: padding:
x: 0 x: 0

View file

@ -12,12 +12,13 @@ alias ll ls
# vim # vim
alias vim nvim alias vim nvim
alias v vim alias e vim
# go # go
alias gor "go run" alias gor "go run"
alias gob "go build" alias gob "go build"
alias gog "go get" alias gog "go get"
alias gom "go mod"
# navigations # navigations
alias ... "cd ../.." alias ... "cd ../.."

View file

@ -2,7 +2,7 @@ linux_display_server x11
sync_to_monitor yes sync_to_monitor yes
## Font ## Font
font_size 12.0 font_size 13.0
font_family Jetbrains Mono font_family Jetbrains Mono
bold_font auto bold_font auto
italic_font auto italic_font auto
@ -47,15 +47,11 @@ selection_background #2D4F67
selection_foreground #C8C093 selection_foreground #C8C093
url_color #72A7BC url_color #72A7BC
cursor #C8C093 cursor #C8C093
# Tabs
active_tab_background #2D4F67 active_tab_background #2D4F67
active_tab_foreground #DCD7BA active_tab_foreground #DCD7BA
inactive_tab_background #223249 inactive_tab_background #223249
inactive_tab_foreground #727169 inactive_tab_foreground #727169
#tab_bar_background #15161E tab_bar_background #15161E
# normal
color0 #090618 color0 #090618
color1 #C34043 color1 #C34043
color2 #76946A color2 #76946A
@ -64,8 +60,6 @@ color4 #7E9CD8
color5 #957FB8 color5 #957FB8
color6 #6A9589 color6 #6A9589
color7 #C8C093 color7 #C8C093
# bright
color8 #727169 color8 #727169
color9 #E82424 color9 #E82424
color10 #98BB6C color10 #98BB6C
@ -74,8 +68,5 @@ color12 #7FB4CA
color13 #938AA9 color13 #938AA9
color14 #7AA89F color14 #7AA89F
color15 #DCD7BA color15 #DCD7BA
# extended colors
color16 #FFA066 color16 #FFA066
color17 #FF5D62 color17 #FF5D62

@ -1 +1 @@
Subproject commit dbc12de75e423883965603bbe8f3184d8accf2a4 Subproject commit d07228c04993ba6f9921d56d802802f89a6395d1