diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 94b6787..185d073 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1,4 +1,4 @@ -include themes/Catppuccin_Mocha.conf +include themes/carbonfox.conf font_family MesloLGS Nerd Font Mono @@ -6,8 +6,8 @@ font_size 14.0 cursor_shape beam -background_opacity 0.95 -background_blur 8 +background_opacity 0.9 +background_blur 10 enable_audio_bell no diff --git a/kitty/themes/carbonfox.conf b/kitty/themes/carbonfox.conf new file mode 100644 index 0000000..f601208 --- /dev/null +++ b/kitty/themes/carbonfox.conf @@ -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 diff --git a/starship.toml b/starship.toml index e9bc07f..3b483a9 100644 --- a/starship.toml +++ b/starship.toml @@ -3,7 +3,7 @@ add_newline = true continuation_prompt = '▶▶ ' format = """$directory$all$character""" -palette = "catppuccin_mocha" +palette = "carbonfox" [aws] symbol = "" @@ -73,33 +73,47 @@ disabled = true [package] disabled = true -[palettes.catppuccin_mocha] -rosewater = "#f5e0dc" -flamingo = "#f2cdcd" -pink = "#f5c2e7" -mauve = "#cba6f7" -red = "#f38ba8" -maroon = "#eba0ac" -peach = "#fab387" -yellow = "#f9e2af" -green = "#a6e3a1" -teal = "#94e2d5" -sky = "#89dceb" -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" +[palettes.carbonfox] +red = "#ee5396" +green = "#25be6a" +purple = "#be95ff" +yellow = "#08bdba" +os_bg = "#7b7c7e" +os_fg = "#0c0c0c" +dir_bg = "#25be6a" +dir_fg = "#161616" +git_bg = "#08bdba" +git_fg = "#252525" +lang_bg = "#78a9ff" +lang_fg = "#353535" + +# [palettes.catppuccin_mocha] +# rosewater = "#f5e0dc" +# flamingo = "#f2cdcd" +# pink = "#f5c2e7" +# mauve = "#cba6f7" +# red = "#f38ba8" +# maroon = "#eba0ac" +# peach = "#fab387" +# yellow = "#f9e2af" +# green = "#a6e3a1" +# teal = "#94e2d5" +# sky = "#89dceb" +# 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] symbol = " " diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 358049b..6867e34 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -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 -g mouse on @@ -11,7 +35,7 @@ set -g pane-base-index 1 set-window-option -g pane-base-index 1 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/tmux-sensible'