changed tmux theme

This commit is contained in:
quak
2024-12-26 11:48:58 +01:00
parent c403f7edf3
commit 411cc33700
2 changed files with 26 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ return {
white = "#E0E0E0", white = "#E0E0E0",
dim_black = "#2C2C3C", dim_black = "#2C2C3C",
dim_red = "#FF4054", dim_red = "#FF4054",
dim_green = "#51E740", dim_green = "#6CC868",
dim_yellow = "#E8DC80", dim_yellow = "#E8DC80",
dim_blue = "#709FE3", dim_blue = "#709FE3",
dim_magenta = "#FBB0DD", dim_magenta = "#FBB0DD",
@@ -24,14 +24,14 @@ return {
fg = "#E0E0E0", fg = "#E0E0E0",
bg = "#181820", bg = "#181820",
gray1 = "#54546D", gray1 = "#54546D",
gray2 = "#2A2A37", gray2 = "#343446",
gray3 = "#363646", gray3 = "#2A2A37",
} }
local kanagawa_paper = { local kanagawa_paper = {
normal = { normal = {
a = { fg = colors.bg, bg = colors.dim_red, gui = "bold" }, 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 }, c = { fg = colors.fg, bg = colors.bg },
}, },
command = { a = { fg = colors.bg, bg = colors.yellow, gui = "bold" } }, command = { a = { fg = colors.bg, bg = colors.yellow, gui = "bold" } },
@@ -42,25 +42,25 @@ return {
inactive = { inactive = {
a = { fg = colors.gray1, bg = colors.bg, gui = "bold" }, a = { fg = colors.gray1, bg = colors.bg, gui = "bold" },
b = { fg = colors.gray1, bg = colors.bg }, b = { fg = colors.gray1, bg = colors.bg },
c = { fg = colors.gray1, bg = colors.gray2 }, c = { fg = colors.gray1, bg = colors.gray3 },
}, },
} }
local mama_mia = { local mama_mia = {
normal = { normal = {
a = { fg = colors.bg, bg = colors.dim_blue, gui = "bold" }, a = { fg = colors.bg, bg = colors.dim_blue, gui = "bold" },
b = { fg = colors.fg, bg = colors.gray3 }, b = { fg = colors.fg, bg = colors.gray1 },
c = { fg = colors.fg, bg = colors.bg }, c = { fg = colors.fg, bg = colors.gray3 },
}, },
command = { a = { fg = colors.bg, bg = colors.dim_yellow, gui = "bold" } }, command = { a = { fg = colors.bg, bg = colors.dim_yellow, gui = "bold" } },
insert = { a = { fg = colors.bg, bg = colors.dim_magenta, gui = "bold" } }, insert = { a = { fg = colors.bg, bg = colors.dim_magenta, gui = "bold" } },
visual = { a = { fg = colors.bg, bg = colors.dim_cyan, gui = "bold" } }, visual = { a = { fg = colors.bg, bg = colors.dim_cyan, gui = "bold" } },
terminal = { a = { fg = colors.bg, bg = colors.cyan, gui = "bold" } }, terminal = { a = { fg = colors.bg, bg = colors.dim_green, gui = "bold" } },
replace = { a = { fg = colors.bg, bg = colors.red1, gui = "bold" } }, replace = { a = { fg = colors.bg, bg = colors.dim_red, gui = "bold" } },
inactive = { inactive = {
a = { fg = colors.gray1, bg = colors.bg, gui = "bold" }, a = { fg = colors.fg, bg = colors.bg, gui = "bold" },
b = { fg = colors.gray1, bg = colors.bg }, b = { fg = colors.fg, bg = colors.bg },
c = { fg = colors.gray1, bg = colors.gray2 }, c = { fg = colors.fg, bg = colors.gray2 },
}, },
} }

View File

@@ -19,7 +19,7 @@ set -g bell-action none
# user variables # user variables
set -g @white "#C8C8C8" set -g @white "#C8C8C8"
set -g @bluish-black "#000010" set -g @bluish-black "#000010"
set -g @dark-blue "#203050" set -g @dark-blue "#3050C8"
set -g @blue "#297AF5" set -g @blue "#297AF5"
set -g @light-blue "#5BB8FF" set -g @light-blue "#5BB8FF"
set -g @cyan "#15D7E5" set -g @cyan "#15D7E5"
@@ -27,16 +27,18 @@ set -g @dark-grey "#242430"
set -g @light-grey "#A0A0AD" set -g @light-grey "#A0A0AD"
set -g @black "#000000" set -g @black "#000000"
set -g @dark-green "#183018" set -g @dark-green "#183018"
set -g @green "#37AC2A" set -g @green "#3C8838"
set -g @light-green "#8CDF5A" set -g @light-green "#8CCF5A"
set -g @magenta "#E02482" set -g @magenta "#E02482"
set -g @light-magenta "#F060B0"
set -g @light-yellow "#F1EA92"
# format strings # format strings
set -g status-left " ( #S ) " set -g status-left " ( #[fg=#{@light-yellow}]#S#[fg=#{@white}] ) : "
set -g status-right "#[fg=#{@light-green}] ( #[fg=#{@white}]%Y-%m-%d #[fg=#{@light-green}]//#[fg=#{@white}] %H:%M #[fg=#{@light-green}]) " 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 " #I_#W " setw -g window-status-format " #[fg=#{@green}]#I#[fg=#{@white}]_#[fg=#{@green}]#W#[fg=#{@white}] "
setw -g window-status-current-format "[ #I_#W ]" setw -g window-status-current-format "[ #[fg=#{@light-green}]#I#[fg=#{@white}]_#[fg=#{@light-green}]#W#[fg=#{@white}] ]"
setw -g window-status-separator "" 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-style "bg=#{@dark-grey},fg=#{@white}"
set -g status-left-style "bg=#{@dark-grey},fg=#{@white},bold" set -g status-left-style "bg=#{@dark-grey},fg=#{@white},bold"
set -g status-right-style "bg=#{@dark-grey},fg=#{@white}" set -g status-right-style "bg=#{@dark-grey},fg=#{@white}"
setw -g window-status-style "fg=#{@blue},bold" setw -g window-status-style "fg=#{@white},bold"
setw -g window-status-activity-style "fg=#{@blue},bold" setw -g window-status-activity-style "fg=#{@white},bold"
setw -g window-status-current-style "fg=#{@light-blue},bold" setw -g window-status-current-style "fg=#{@white},bold"
# .. # ..
set-option -g status-justify "left" set-option -g status-justify "left"
set-option -g status-left-length "80" set-option -g status-left-length "80"
set-option -g status-right-length "80" set-option -g status-right-length "80"
set-option -g message-style bg=colour239,fg=colour223 set-option -g message-style "bg=#{@dark-grey},fg=#{@light-green}"
set-option -g message-command-style bg=colour239,fg=colour223 set-option -g message-command-style "bg=#{@dark-grey},fg=#{@light-green}"