init commit for new gitea repo

This commit is contained in:
alexcarrdev 2022-01-13 23:25:56 -05:00
parent 53244ba569
commit 38ba81ea07
4 changed files with 39 additions and 33 deletions

View File

@ -40,8 +40,8 @@ set -g status-position bottom
set -g status-justify left set -g status-justify left
set -g status-style 'bg=colour18 fg=colour137 dim' set -g status-style 'bg=colour18 fg=colour137 dim'
set -g status-left '' set -g status-left ''
set -g status-right '#[fg=colour233,bg=colour19] %d/%m #[fg=colour233,bg=colour8] %H:%M:%S ' set -g status-right '#(exec tmux ls| cut -d " " -f 1 |tr ":" " ") #[fg=colour233,bg=colour19] %m/%d #[fg=colour233,bg=colour8] %H:%M:%S '
set -g status-right-length 50 set -g status-right-length 80
set -g status-left-length 20 set -g status-left-length 20
setw -g window-status-current-style 'fg=colour1 bg=colour19 bold' setw -g window-status-current-style 'fg=colour1 bg=colour19 bold'

11
.vimrc
View File

@ -94,15 +94,18 @@ set history=1000
" set for vim-airline theme " set for vim-airline theme
set t_Co=256 set t_Co=256
" for tokyonight " for tokyonight
" set termguicolors set termguicolors
set background=dark "set background=dark
let g:tokyonight_style = 'night' let g:tokyonight_style = 'night'
let g:tokyonight_enable_italic = 1 let g:tokyonight_enable_italic = 1
let g:tokyonight_transparent_background = 1
colorscheme tokyonight " meta5 colorscheme tokyonight " meta5
"colorscheme meta5
" set airline theme " set airline theme
let g:airline_theme='badwolf' let g:airline_theme="tokyonight" "'badwolf'
" needed for airline + devicons " needed for airline + devicons
let g:airline_power_fonts = 1 let g:airline_power_fonts = 1

2
alacritty-kde-startup.sh Normal file
View File

@ -0,0 +1,2 @@
kstart5 --windowclass alacritty --desktop 3 alacritty --maximize

View File

@ -1,11 +1,11 @@
live_config_reload: true live_config_reload: true
shell: #shell:
program: /bin/zsh #program: /bin/zsh
args: #args:
- -l # - -l
- -c # - -c
- tmux -2 attach || tmux -2 # - tmux -2 attach || tmux -2
font: font:
normal: normal:
@ -19,39 +19,40 @@ font:
y: 2 y: 2
colors: colors:
# COLORSCHEME: seashells_1.yaml # COLORSCHEME: cyber_punk_neon_1.yaml
# Default colors # Default colors
name: Count Von Count name: Count Von Count
author: Baskerville author: Baskerville
primary: primary:
background: '#061923' background: '0x000b1e'
foreground: '#e5c49e' foreground: '0x0abdc6'
# Colors the cursor will use if `custom_cursor_colors` is true # Colors the cursor will use if `custom_cursor_colors` is true
cursor: cursor:
text: '#061822' text: '0x000b1e'
cursor: '#feaf3c' cursor: '0x0abdc6'
# Normal colors
normal: normal:
black: '#1d485f' black: '0x123e7c'
red: '#db662d' red: '0xff0000'
green: '#008eab' green: '0xd300c4'
yellow: '#feaf3c' yellow: '0xf57800'
blue: '#255a62' blue: '0x123e7c'
magenta: '#77dbf4' magenta: '0x711c91'
cyan: '#5fb1c2' cyan: '0x0abdc6'
white: '#e5c49e' white: '0xd7d7d5'
# Bright colors # Bright colors
bright: bright:
black: '#545d65' black: '0x1c61c2'
red: '#dd998a' red: '0xff0000'
green: '#739da8' green: '0xd300c4'
yellow: '#fedaae' yellow: '0xf57800'
blue: '#0bc7e3' blue: '0x00ff00'
magenta: '#c6e8f1' magenta: '0x711c91'
cyan: '#97b9c0' cyan: '0x0abdc6'
white: '#ffe9d7' white: '0xd7d7d5'
selection: selection:
text: '#ffe9d7' text: '#ffe9d7'
background: '#265b75' background: '#265b75'