mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
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:
parent
b14b4d8bbb
commit
5c89b48ca5
5 changed files with 6 additions and 17 deletions
|
|
@ -4,7 +4,7 @@ env:
|
|||
window:
|
||||
title: Alacritty
|
||||
dynamic_padding: false
|
||||
decorations: "None"
|
||||
decorations: "Full"
|
||||
opacity: 1
|
||||
padding:
|
||||
x: 0
|
||||
|
|
|
|||
|
|
@ -12,12 +12,13 @@ alias ll ls
|
|||
|
||||
# vim
|
||||
alias vim nvim
|
||||
alias v vim
|
||||
alias e vim
|
||||
|
||||
# go
|
||||
alias gor "go run"
|
||||
alias gob "go build"
|
||||
alias gog "go get"
|
||||
alias gom "go mod"
|
||||
|
||||
# navigations
|
||||
alias ... "cd ../.."
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ linux_display_server x11
|
|||
sync_to_monitor yes
|
||||
|
||||
## Font
|
||||
font_size 12.0
|
||||
font_size 13.0
|
||||
font_family Jetbrains Mono
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
|
|
@ -47,15 +47,11 @@ selection_background #2D4F67
|
|||
selection_foreground #C8C093
|
||||
url_color #72A7BC
|
||||
cursor #C8C093
|
||||
|
||||
# Tabs
|
||||
active_tab_background #2D4F67
|
||||
active_tab_foreground #DCD7BA
|
||||
inactive_tab_background #223249
|
||||
inactive_tab_foreground #727169
|
||||
#tab_bar_background #15161E
|
||||
|
||||
# normal
|
||||
tab_bar_background #15161E
|
||||
color0 #090618
|
||||
color1 #C34043
|
||||
color2 #76946A
|
||||
|
|
@ -64,8 +60,6 @@ color4 #7E9CD8
|
|||
color5 #957FB8
|
||||
color6 #6A9589
|
||||
color7 #C8C093
|
||||
|
||||
# bright
|
||||
color8 #727169
|
||||
color9 #E82424
|
||||
color10 #98BB6C
|
||||
|
|
@ -74,8 +68,5 @@ color12 #7FB4CA
|
|||
color13 #938AA9
|
||||
color14 #7AA89F
|
||||
color15 #DCD7BA
|
||||
|
||||
|
||||
# extended colors
|
||||
color16 #FFA066
|
||||
color17 #FF5D62
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit dbc12de75e423883965603bbe8f3184d8accf2a4
|
||||
Subproject commit d07228c04993ba6f9921d56d802802f89a6395d1
|
||||
Loading…
Add table
Add a link
Reference in a new issue