alacritty theme updates, vim gif

This commit is contained in:
alexcarrdev 2021-10-13 09:58:42 -04:00
parent ad50cd9a45
commit 53244ba569
5 changed files with 56 additions and 23 deletions

2
.vimrc
View File

@ -12,7 +12,7 @@ call plug#begin('~/.vim/plugged')
Plug 'vim-airline/vim-airline-themes' Plug 'vim-airline/vim-airline-themes'
" Git wrapper " Git wrapper
Plug 'tpope/vim-fugitive' " Plug 'tpope/vim-fugitive'
" automatically close pairs of quotes, parenths, whatever " automatically close pairs of quotes, parenths, whatever
Plug 'jiangmiao/auto-pairs' Plug 'jiangmiao/auto-pairs'

13
.zshrc
View File

@ -159,3 +159,16 @@ alias xterm="xterm -e 'newsboat' &"
# reload ~/.Xresources config for xterm # reload ~/.Xresources config for xterm
alias xterm_reload_conf="xrdb -merge ~/.Xresources" alias xterm_reload_conf="xrdb -merge ~/.Xresources"
# move to humi server project, and open vim to the readme
alias humiserver="cd /home/alexcarr/Development/go/src/repo.carr.codes/humi/server && vim README.md"
# -2 forces tmux to assume the terminal supports 256 colors. Required to use the vim themes you've spent hours searching for.
alias tmux="tmux -2"
# set alacritty-colorsheme themes to toggle
ALACRITTY_CYBER_THEME="cyber_punk_neon_1.yaml"
ALACRITTY_SEASHELL_THEME="seashells_1.yaml"
alias toggle="alacritty-colorscheme -V toggle $ALACRITTY_CYBER_THEME $ALACRITTY_SEASHELL_THEME"

View File

@ -1,4 +1,9 @@
# dotfiles # dotfiles
## Demos
Demos will go here
## Notes ## Notes
- `i3config` should be renamed to `config` upon cloning, and should be placed in `~/.config/i3/`. - `i3config` should be renamed to `config` upon cloning, and should be placed in `~/.config/i3/`.

View File

@ -1,5 +1,12 @@
live_config_reload: true live_config_reload: true
shell:
program: /bin/zsh
args:
- -l
- -c
- tmux -2 attach || tmux -2
font: font:
normal: normal:
family: Source Code Pro family: Source Code Pro
@ -12,33 +19,41 @@ font:
y: 2 y: 2
colors: colors:
# COLORSCHEME: hyper.yaml # COLORSCHEME: seashells_1.yaml
# Default colors # Default colors
name: Count Von Count
author: Baskerville
primary: primary:
background: '0x000000' background: '#061923'
foreground: '0xffffff' foreground: '#e5c49e'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '#061822'
cursor: '#feaf3c'
normal: normal:
black: '0x000000' black: '#1d485f'
red: '0xfe0100' red: '#db662d'
green: '0x33ff00' green: '#008eab'
yellow: '0xfeff00' yellow: '#feaf3c'
blue: '0x0066ff' blue: '#255a62'
magenta: '0xcc00ff' magenta: '#77dbf4'
cyan: '0x00ffff' cyan: '#5fb1c2'
white: '0xd0d0d0' white: '#e5c49e'
# Bright colors # Bright colors
bright: bright:
black: '0x808080' black: '#545d65'
red: '0xfe0100' red: '#dd998a'
green: '0x33ff00' green: '#739da8'
yellow: '0xfeff00' yellow: '#fedaae'
blue: '0x0066ff' blue: '#0bc7e3'
magenta: '0xcc00ff' magenta: '#c6e8f1'
cyan: '0x00ffff' cyan: '#97b9c0'
white: '0xFFFFFF' white: '#ffe9d7'
cursor: selection:
text: '0xF81CE5' text: '#ffe9d7'
cursor: '0xffffff' background: '#265b75'
# Normal colors # Normal colors

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 MiB