From 411cc337002cf45cb84aa2a1efb0ce8a13ac0d99 Mon Sep 17 00:00:00 2001 From: quak Date: Thu, 26 Dec 2024 11:48:58 +0100 Subject: [PATCH] changed tmux theme --- nvim/.config/nvim/lua/plugins/lualine.lua | 24 ++++++++++----------- tmux/.config/tmux/zegonix.conf | 26 ++++++++++++----------- 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/nvim/.config/nvim/lua/plugins/lualine.lua b/nvim/.config/nvim/lua/plugins/lualine.lua index ee0f257..250daa3 100644 --- a/nvim/.config/nvim/lua/plugins/lualine.lua +++ b/nvim/.config/nvim/lua/plugins/lualine.lua @@ -15,7 +15,7 @@ return { white = "#E0E0E0", dim_black = "#2C2C3C", dim_red = "#FF4054", - dim_green = "#51E740", + dim_green = "#6CC868", dim_yellow = "#E8DC80", dim_blue = "#709FE3", dim_magenta = "#FBB0DD", @@ -24,14 +24,14 @@ return { fg = "#E0E0E0", bg = "#181820", gray1 = "#54546D", - gray2 = "#2A2A37", - gray3 = "#363646", + gray2 = "#343446", + gray3 = "#2A2A37", } local kanagawa_paper = { normal = { a = { fg = colors.bg, bg = colors.dim_red, gui = "bold" }, - b = { fg = colors.fg, bg = colors.gray3 }, + b = { fg = colors.fg, bg = colors.gray2 }, c = { fg = colors.fg, bg = colors.bg }, }, command = { a = { fg = colors.bg, bg = colors.yellow, gui = "bold" } }, @@ -42,25 +42,25 @@ return { inactive = { a = { fg = colors.gray1, bg = colors.bg, gui = "bold" }, b = { fg = colors.gray1, bg = colors.bg }, - c = { fg = colors.gray1, bg = colors.gray2 }, + c = { fg = colors.gray1, bg = colors.gray3 }, }, } local mama_mia = { normal = { a = { fg = colors.bg, bg = colors.dim_blue, gui = "bold" }, - b = { fg = colors.fg, bg = colors.gray3 }, - c = { fg = colors.fg, bg = colors.bg }, + b = { fg = colors.fg, bg = colors.gray1 }, + c = { fg = colors.fg, bg = colors.gray3 }, }, command = { a = { fg = colors.bg, bg = colors.dim_yellow, gui = "bold" } }, insert = { a = { fg = colors.bg, bg = colors.dim_magenta, gui = "bold" } }, visual = { a = { fg = colors.bg, bg = colors.dim_cyan, gui = "bold" } }, - terminal = { a = { fg = colors.bg, bg = colors.cyan, gui = "bold" } }, - replace = { a = { fg = colors.bg, bg = colors.red1, gui = "bold" } }, + terminal = { a = { fg = colors.bg, bg = colors.dim_green, gui = "bold" } }, + replace = { a = { fg = colors.bg, bg = colors.dim_red, gui = "bold" } }, inactive = { - a = { fg = colors.gray1, bg = colors.bg, gui = "bold" }, - b = { fg = colors.gray1, bg = colors.bg }, - c = { fg = colors.gray1, bg = colors.gray2 }, + a = { fg = colors.fg, bg = colors.bg, gui = "bold" }, + b = { fg = colors.fg, bg = colors.bg }, + c = { fg = colors.fg, bg = colors.gray2 }, }, } diff --git a/tmux/.config/tmux/zegonix.conf b/tmux/.config/tmux/zegonix.conf index 08a584b..66fccc5 100644 --- a/tmux/.config/tmux/zegonix.conf +++ b/tmux/.config/tmux/zegonix.conf @@ -19,7 +19,7 @@ set -g bell-action none # user variables set -g @white "#C8C8C8" set -g @bluish-black "#000010" -set -g @dark-blue "#203050" +set -g @dark-blue "#3050C8" set -g @blue "#297AF5" set -g @light-blue "#5BB8FF" set -g @cyan "#15D7E5" @@ -27,16 +27,18 @@ set -g @dark-grey "#242430" set -g @light-grey "#A0A0AD" set -g @black "#000000" set -g @dark-green "#183018" -set -g @green "#37AC2A" -set -g @light-green "#8CDF5A" +set -g @green "#3C8838" +set -g @light-green "#8CCF5A" set -g @magenta "#E02482" +set -g @light-magenta "#F060B0" +set -g @light-yellow "#F1EA92" # format strings -set -g status-left " ( #S ) " -set -g status-right "#[fg=#{@light-green}] ( #[fg=#{@white}]%Y-%m-%d #[fg=#{@light-green}]//#[fg=#{@white}] %H:%M #[fg=#{@light-green}]) " -setw -g window-status-format " #I_#W " -setw -g window-status-current-format "[ #I_#W ]" +set -g status-left " ( #[fg=#{@light-yellow}]#S#[fg=#{@white}] ) : " +set -g status-right "#[fg=#{@white}] ( #[fg=#{@dark-blue}]%Y-%m-%d #[fg=#{@white}]//#[fg=#{@dark-blue}] %H:%M #[fg=#{@white}]) " +setw -g window-status-format " #[fg=#{@green}]#I#[fg=#{@white}]_#[fg=#{@green}]#W#[fg=#{@white}] " +setw -g window-status-current-format "[ #[fg=#{@light-green}]#I#[fg=#{@white}]_#[fg=#{@light-green}]#W#[fg=#{@white}] ]" setw -g window-status-separator "" @@ -44,16 +46,16 @@ setw -g window-status-separator "" set -g status-style "bg=#{@dark-grey},fg=#{@white}" set -g status-left-style "bg=#{@dark-grey},fg=#{@white},bold" set -g status-right-style "bg=#{@dark-grey},fg=#{@white}" -setw -g window-status-style "fg=#{@blue},bold" -setw -g window-status-activity-style "fg=#{@blue},bold" -setw -g window-status-current-style "fg=#{@light-blue},bold" +setw -g window-status-style "fg=#{@white},bold" +setw -g window-status-activity-style "fg=#{@white},bold" +setw -g window-status-current-style "fg=#{@white},bold" # .. set-option -g status-justify "left" set-option -g status-left-length "80" set-option -g status-right-length "80" -set-option -g message-style bg=colour239,fg=colour223 -set-option -g message-command-style bg=colour239,fg=colour223 +set-option -g message-style "bg=#{@dark-grey},fg=#{@light-green}" +set-option -g message-command-style "bg=#{@dark-grey},fg=#{@light-green}"