theme changing changing
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
include themes/Catppuccin_Mocha.conf
|
include themes/carbonfox.conf
|
||||||
|
|
||||||
font_family MesloLGS Nerd Font Mono
|
font_family MesloLGS Nerd Font Mono
|
||||||
|
|
||||||
@@ -6,8 +6,8 @@ font_size 14.0
|
|||||||
|
|
||||||
cursor_shape beam
|
cursor_shape beam
|
||||||
|
|
||||||
background_opacity 0.95
|
background_opacity 0.9
|
||||||
background_blur 8
|
background_blur 10
|
||||||
|
|
||||||
|
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
|
|||||||
50
kitty/themes/carbonfox.conf
Normal file
50
kitty/themes/carbonfox.conf
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
# Nightfox colors for Kitty
|
||||||
|
## name: carbonfox
|
||||||
|
## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/kitty.conf
|
||||||
|
|
||||||
|
background #161616
|
||||||
|
foreground #f2f4f8
|
||||||
|
selection_background #2a2a2a
|
||||||
|
selection_foreground #f2f4f8
|
||||||
|
cursor_text_color #161616
|
||||||
|
url_color #25be6a
|
||||||
|
|
||||||
|
# Cursor
|
||||||
|
# uncomment for reverse background
|
||||||
|
# cursor none
|
||||||
|
cursor #f2f4f8
|
||||||
|
|
||||||
|
# Border
|
||||||
|
active_border_color #78a9ff
|
||||||
|
inactive_border_color #535353
|
||||||
|
bell_border_color #3ddbd9
|
||||||
|
|
||||||
|
# Tabs
|
||||||
|
active_tab_background #78a9ff
|
||||||
|
active_tab_foreground #0c0c0c
|
||||||
|
inactive_tab_background #2a2a2a
|
||||||
|
inactive_tab_foreground #6e6f70
|
||||||
|
|
||||||
|
# normal
|
||||||
|
color0 #282828
|
||||||
|
color1 #ee5396
|
||||||
|
color2 #25be6a
|
||||||
|
color3 #08bdba
|
||||||
|
color4 #78a9ff
|
||||||
|
color5 #be95ff
|
||||||
|
color6 #33b1ff
|
||||||
|
color7 #dfdfe0
|
||||||
|
|
||||||
|
# bright
|
||||||
|
color8 #484848
|
||||||
|
color9 #f16da6
|
||||||
|
color10 #46c880
|
||||||
|
color11 #2dc7c4
|
||||||
|
color12 #8cb6ff
|
||||||
|
color13 #c8a5ff
|
||||||
|
color14 #52bdff
|
||||||
|
color15 #e4e4e5
|
||||||
|
|
||||||
|
# extended colors
|
||||||
|
color16 #3ddbd9
|
||||||
|
color17 #ff7eb6
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
add_newline = true
|
add_newline = true
|
||||||
continuation_prompt = '▶▶ '
|
continuation_prompt = '▶▶ '
|
||||||
format = """$directory$all$character"""
|
format = """$directory$all$character"""
|
||||||
palette = "catppuccin_mocha"
|
palette = "carbonfox"
|
||||||
|
|
||||||
[aws]
|
[aws]
|
||||||
symbol = ""
|
symbol = ""
|
||||||
@@ -73,33 +73,47 @@ disabled = true
|
|||||||
[package]
|
[package]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
[palettes.catppuccin_mocha]
|
[palettes.carbonfox]
|
||||||
rosewater = "#f5e0dc"
|
red = "#ee5396"
|
||||||
flamingo = "#f2cdcd"
|
green = "#25be6a"
|
||||||
pink = "#f5c2e7"
|
purple = "#be95ff"
|
||||||
mauve = "#cba6f7"
|
yellow = "#08bdba"
|
||||||
red = "#f38ba8"
|
os_bg = "#7b7c7e"
|
||||||
maroon = "#eba0ac"
|
os_fg = "#0c0c0c"
|
||||||
peach = "#fab387"
|
dir_bg = "#25be6a"
|
||||||
yellow = "#f9e2af"
|
dir_fg = "#161616"
|
||||||
green = "#a6e3a1"
|
git_bg = "#08bdba"
|
||||||
teal = "#94e2d5"
|
git_fg = "#252525"
|
||||||
sky = "#89dceb"
|
lang_bg = "#78a9ff"
|
||||||
sapphire = "#74c7ec"
|
lang_fg = "#353535"
|
||||||
blue = "#89b4fa"
|
|
||||||
lavender = "#b4befe"
|
# [palettes.catppuccin_mocha]
|
||||||
text = "#cdd6f4"
|
# rosewater = "#f5e0dc"
|
||||||
subtext1 = "#bac2de"
|
# flamingo = "#f2cdcd"
|
||||||
subtext0 = "#a6adc8"
|
# pink = "#f5c2e7"
|
||||||
overlay2 = "#9399b2"
|
# mauve = "#cba6f7"
|
||||||
overlay1 = "#7f849c"
|
# red = "#f38ba8"
|
||||||
overlay0 = "#6c7086"
|
# maroon = "#eba0ac"
|
||||||
surface2 = "#585b70"
|
# peach = "#fab387"
|
||||||
surface1 = "#45475a"
|
# yellow = "#f9e2af"
|
||||||
surface0 = "#313244"
|
# green = "#a6e3a1"
|
||||||
base = "#1e1e2e"
|
# teal = "#94e2d5"
|
||||||
mantle = "#181825"
|
# sky = "#89dceb"
|
||||||
crust = "#11111b"
|
# sapphire = "#74c7ec"
|
||||||
|
# blue = "#89b4fa"
|
||||||
|
# lavender = "#b4befe"
|
||||||
|
# text = "#cdd6f4"
|
||||||
|
# subtext1 = "#bac2de"
|
||||||
|
# subtext0 = "#a6adc8"
|
||||||
|
# overlay2 = "#9399b2"
|
||||||
|
# overlay1 = "#7f849c"
|
||||||
|
# overlay0 = "#6c7086"
|
||||||
|
# surface2 = "#585b70"
|
||||||
|
# surface1 = "#45475a"
|
||||||
|
# surface0 = "#313244"
|
||||||
|
# base = "#1e1e2e"
|
||||||
|
# mantle = "#181825"
|
||||||
|
# crust = "#11111b"
|
||||||
|
|
||||||
[python]
|
[python]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|||||||
@@ -1,3 +1,27 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# Nightfox colors for Tmux
|
||||||
|
# Style: carbonfox
|
||||||
|
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/carbonfox.tmux
|
||||||
|
set -g mode-style "fg=#0c0c0c,bg=#b6b8bb"
|
||||||
|
set -g message-style "fg=#0c0c0c,bg=#b6b8bb"
|
||||||
|
set -g message-command-style "fg=#0c0c0c,bg=#b6b8bb"
|
||||||
|
set -g pane-border-style "fg=#b6b8bb"
|
||||||
|
set -g pane-active-border-style "fg=#78a9ff"
|
||||||
|
set -g status "on"
|
||||||
|
set -g status-justify "left"
|
||||||
|
set -g status-style "fg=#b5b8bb,bg=#0c0c0c"
|
||||||
|
set -g status-left-length "100"
|
||||||
|
set -g status-right-length "100"
|
||||||
|
set -g status-left-style NONE
|
||||||
|
set -g status-right-style NONE
|
||||||
|
set -g status-left ""
|
||||||
|
set -g status-right "#[fg=#0c0c0c,bg=#b6b8bb,,nobold,nounderscore,noitalics] #W #[fg=#0c0c0c,bg=#78a9ff,bold] #S "
|
||||||
|
setw -g window-status-activity-style "underscore,fg=#7b7c7e,bg=#0c0c0c"
|
||||||
|
setw -g window-status-separator ""
|
||||||
|
setw -g window-status-style "NONE,fg=#7b7c7e,bg=#0c0c0c"
|
||||||
|
setw -g window-status-format "#[fg=#0c0c0c,bg=#0c0c0c,nobold,nounderscore,noitalics]#[default] #I #{b:pane_current_path} "
|
||||||
|
setw -g window-status-current-format "#[fg=#0c0c0c,bg=#b6b8bb,bold] #I #{b:pane_current_path} "
|
||||||
|
|
||||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
@@ -11,7 +35,7 @@ set -g pane-base-index 1
|
|||||||
set-window-option -g pane-base-index 1
|
set-window-option -g pane-base-index 1
|
||||||
set-option -g renumber-windows on
|
set-option -g renumber-windows on
|
||||||
|
|
||||||
set -g @plugin 'catppuccin/tmux'
|
# set -g @plugin 'catppuccin/tmux'
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
|||||||
Reference in New Issue
Block a user