Use bogster theme

This commit is contained in:
Daniel Lynn 2022-04-04 12:37:05 -05:00
parent d2d8c9a364
commit 4e32506d86
Signed by: daniel
GPG Key ID: 28496A140E180A9D
6 changed files with 79 additions and 23 deletions

View File

@ -183,7 +183,7 @@ font:
# Colors (Sonokai) # Colors (Sonokai)
import: import:
- ~/.config/alacritty/themes/sonokai.yml - ~/.config/alacritty/themes/bogster.yml
# Colors (Tomorrow Night) # Colors (Tomorrow Night)
#colors: #colors:

View File

@ -0,0 +1,52 @@
colors:
primary:
background: '#161c23'
foreground: '#c6b8ad'
bright_foreground: '#e5ded6'
cursor:
text: CellBackground
cursor: CellForeground
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
search:
matches:
foreground: CellForeground
background: '#313f4e'
focused_match:
foreground: '#e5ded6'
background: '#313f4e'
bar:
background: '#e5ded6'
foreground: '#313f4e'
hints:
start:
foreground: '#232d38'
background: '#23a580'
end:
foreground: '#23a580'
background: '#232d38'
line_indicator:
foreground: None
background: None
selection:
text: CellForeground
background: '#313f4e'
normal:
black: '#161c23'
red: '#d32c5d'
green: '#57a331'
yellow: '#dc7759'
blue: '#36b2d4'
magenta: '#b759dc'
cyan: '#23a580'
white: '#c6b8ad'
bright:
black: '#415367'
red: '#dc597f'
green: '#7fdc59'
yellow: '#dcb659'
blue: '#59dcd8'
magenta: '#dc59c0'
cyan: '#59dcb7'
white: '#e5ded6'

View File

@ -1,21 +0,0 @@
ui.text = "white"
ui.background = "black"
ui.selection = "green"
[palette]
black = "#181819"
white = "#e2e2e3"
red = "#fc5d7c"
green = "#9ed072"
yellow = "#e7c664"
blue = "#76cce0"
magenta = "#b39df3"
cyan = "#f39660"
gray = "#2c2e34"
light-red = "#fc5d7c"
light-green = "#9ed072"
light-yellow = "#e7c664"
light-blue = "#76cce0"
light-magenta = "#b39df3"
light-cyan = "#f39660"
light-gray = "#d2d2d3"

View File

@ -61,3 +61,6 @@ Plug 'godlygeek/tabular'
Plug 'sainnhe/sonokai' Plug 'sainnhe/sonokai'
Plug 'rmolin88/pomodoro.vim' Plug 'rmolin88/pomodoro.vim'
Plug 'sainnhe/artify.vim' Plug 'sainnhe/artify.vim'
" bogster colorscheme
Plug 'vv9k/bogster'

View File

@ -1,7 +1,7 @@
# Powerline # Powerline
run-shell "/usr/bin/powerline-daemon -q" run-shell "/usr/bin/powerline-daemon -q"
source "/usr/share/powerline/bindings/tmux/powerline.conf" source "/usr/share/powerline/bindings/tmux/powerline.conf"
source "/home/daniel/.config/tmux/sonokai.conf" source "/home/daniel/.config/tmux/bogster.conf"
# Mouse # Mouse
set-option -g mouse on set-option -g mouse on

22
tmux/bogster.conf Normal file
View File

@ -0,0 +1,22 @@
# This tmux statusbar config was created by tmuxline.vim
# on Wed, 16 Jun 2021
set -g status-justify "centre"
set -g status "on"
set -g status-left-style "none"
set -g message-command-style "fg=#c6b8ad,bg=#415367"
set -g status-right-style "none"
set -g pane-active-border-style "fg=#36b2d4"
set -g status-style "none,bg=#161c23"
set -g message-style "fg=#c6b8ad,bg=#415367"
set -g pane-border-style "fg=#415367"
set -g status-right-length "100"
set -g status-left-length "100"
setw -g window-status-activity-style "none,fg=#36b2d4,bg=#161c23"
setw -g window-status-separator ""
setw -g window-status-style "none,fg=#c6b8ad,bg=#161c23"
setw -g window-status-last-style "none,fg=#c6b8ad,bg=#161c23"
set -g status-left "#[fg=#2c2e34,bg=#36b2d4,bold] #S #[fg=#36b2d4,bg=#415367,nobold,nounderscore,noitalics]#[fg=#c6b8ad,bg=#415367] %R #[fg=#415367,bg=#161c23,nobold,nounderscore,noitalics]#[fg=#c6b8ad,bg=#161c23] #{sysstat_mem} 祝#{upload_speed} #[fg=#161c23,bg=#161c23,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=#161c23,bg=#161c23,nobold,nounderscore,noitalics]#[fg=#c6b8ad,bg=#161c23] #{download_speed}  #{sysstat_cpu} #[fg=#415367,bg=#161c23,nobold,nounderscore,noitalics]#[fg=#c6b8ad,bg=#415367] %a #[fg=#36b2d4,bg=#415367,nobold,nounderscore,noitalics]#[fg=#2c2e34,bg=#36b2d4,bold] #H #{prefix_highlight} "
setw -g window-status-format "#[fg=#161c23,bg=#161c23,nobold,nounderscore,noitalics]#[default] #I #W #[fg=#161c23,bg=#161c23,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=#161c23,bg=#415367,nobold,nounderscore,noitalics]#[fg=#c6b8ad,bg=#415367] #I #W #[fg=#415367,bg=#161c23,nobold,nounderscore,noitalics]"