diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index d880b78..2deb0b2 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -183,7 +183,7 @@ font: # Colors (Sonokai) import: - - ~/.config/alacritty/themes/sonokai.yml + - ~/.config/alacritty/themes/bogster.yml # Colors (Tomorrow Night) #colors: diff --git a/alacritty/themes/bogster.yml b/alacritty/themes/bogster.yml new file mode 100644 index 0000000..fc74349 --- /dev/null +++ b/alacritty/themes/bogster.yml @@ -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' diff --git a/helix/themes/sonokai.toml b/helix/themes/sonokai.toml deleted file mode 100644 index 16af5b7..0000000 --- a/helix/themes/sonokai.toml +++ /dev/null @@ -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" diff --git a/nvim/plugins.vimrc b/nvim/plugins.vimrc index b077384..1cb67f0 100644 --- a/nvim/plugins.vimrc +++ b/nvim/plugins.vimrc @@ -61,3 +61,6 @@ Plug 'godlygeek/tabular' Plug 'sainnhe/sonokai' Plug 'rmolin88/pomodoro.vim' Plug 'sainnhe/artify.vim' + +" bogster colorscheme +Plug 'vv9k/bogster' diff --git a/tmux.conf b/tmux.conf index 4c50f39..4e3e882 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,7 +1,7 @@ # Powerline run-shell "/usr/bin/powerline-daemon -q" source "/usr/share/powerline/bindings/tmux/powerline.conf" -source "/home/daniel/.config/tmux/sonokai.conf" +source "/home/daniel/.config/tmux/bogster.conf" # Mouse set-option -g mouse on diff --git a/tmux/bogster.conf b/tmux/bogster.conf new file mode 100644 index 0000000..808ec21 --- /dev/null +++ b/tmux/bogster.conf @@ -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]"