switch up colorschemes

This commit is contained in:
sloane 2024-11-10 16:14:42 -05:00
parent 54f10e96fa
commit 59121924e6
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ
4 changed files with 55 additions and 47 deletions

View file

@ -1,80 +1,80 @@
# vim:ft=kitty # vim:ft=kitty
## name: Catppuccin-Mocha ## name: Catppuccin-Frappe
## author: Pocco81 (https://github.com/Pocco81) ## author: Pocco81 (https://github.com/Pocco81)
## license: MIT ## license: MIT
## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf ## upstream: https://github.com/catppuccin/kitty/blob/main/frappe.conf
## blurb: Soothing pastel theme for the high-spirited! ## blurb: Soothing pastel theme for the high-spirited!
# The basic colors # The basic colors
foreground #CDD6F4 foreground #C6D0F5
background #1E1E2E background #303446
selection_foreground #1E1E2E selection_foreground #303446
selection_background #F5E0DC selection_background #F2D5CF
# Cursor colors # Cursor colors
cursor #F5E0DC cursor #F2D5CF
cursor_text_color #1E1E2E cursor_text_color #303446
# URL underline color when hovering with mouse # URL underline color when hovering with mouse
url_color #F5E0DC url_color #F2D5CF
# Kitty window border colors # Kitty window border colors
active_border_color #B4BEFE active_border_color #BABBF1
inactive_border_color #6C7086 inactive_border_color #737994
bell_border_color #F9E2AF bell_border_color #E5C890
# OS Window titlebar colors # OS Window titlebar colors
wayland_titlebar_color system wayland_titlebar_color system
macos_titlebar_color system macos_titlebar_color system
# Tab bar colors # Tab bar colors
active_tab_foreground #11111B active_tab_foreground #232634
active_tab_background #CBA6F7 active_tab_background #CA9EE6
inactive_tab_foreground #CDD6F4 inactive_tab_foreground #C6D0F5
inactive_tab_background #181825 inactive_tab_background #292C3C
tab_bar_background #11111B tab_bar_background #232634
# Colors for marks (marked text in the terminal) # Colors for marks (marked text in the terminal)
mark1_foreground #1E1E2E mark1_foreground #303446
mark1_background #B4BEFE mark1_background #BABBF1
mark2_foreground #1E1E2E mark2_foreground #303446
mark2_background #CBA6F7 mark2_background #CA9EE6
mark3_foreground #1E1E2E mark3_foreground #303446
mark3_background #74C7EC mark3_background #85C1DC
# The 16 terminal colors # The 16 terminal colors
# black # black
color0 #45475A color0 #51576D
color8 #585B70 color8 #626880
# red # red
color1 #F38BA8 color1 #E78284
color9 #F38BA8 color9 #E78284
# green # green
color2 #A6E3A1 color2 #A6D189
color10 #A6E3A1 color10 #A6D189
# yellow # yellow
color3 #F9E2AF color3 #E5C890
color11 #F9E2AF color11 #E5C890
# blue # blue
color4 #89B4FA color4 #8CAAEE
color12 #89B4FA color12 #8CAAEE
# magenta # magenta
color5 #F5C2E7 color5 #F4B8E4
color13 #F5C2E7 color13 #F4B8E4
# cyan # cyan
color6 #94E2D5 color6 #81C8BE
color14 #94E2D5 color14 #81C8BE
# white # white
color7 #BAC2DE color7 #B5BFE2
color15 #A6ADC8 color15 #A5ADCE

View file

@ -1,7 +1,6 @@
font_family RecMonoCasual Nerd Font Mono font_family Courier Prime
font_size 16 font_size 18
# include /nix/store/q0zlywm34vh76h9rl7v5wvxp57pfvrxc-kitty-themes-unstable-2023-12-28/share/kitty-themes/themes/Catppuccin-Mocha.conf
# Shell integration is sourced and configured manually # Shell integration is sourced and configured manually
shell_integration no-rc shell_integration no-rc
@ -12,6 +11,6 @@ paste_actions quote-urls-at-prompt,confirm-if-large
macos_option_as_alt yes macos_option_as_alt yes
# BEGIN_KITTY_THEME # BEGIN_KITTY_THEME
# Catppuccin-Mocha # Catppuccin-Frappe
include current-theme.conf include current-theme.conf
# END_KITTY_THEME # END_KITTY_THEME

View file

@ -1,10 +1,19 @@
return { return {
-- {
-- 'foxoman/vim-helix',
-- lazy = false,
-- priority = 1000,
-- config = function ()
-- vim.cmd([[colorscheme helix-boo]])
-- end,
-- },
{ {
'foxoman/vim-helix', 'catppuccin/nvim',
name = 'catppuccin',
lazy = false, lazy = false,
priority = 1000, priority = 1000,
config = function () config = function ()
vim.cmd([[colorscheme helix-boo]]) vim.cmd([[colorscheme catppuccin-latte]])
end, end
}, },
} }

View file

@ -4,7 +4,7 @@ set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'catppuccin/tmux#v2.1.0' set -g @plugin 'catppuccin/tmux#v2.1.0'
set -g @catppuccin_flavor 'mocha' set -g @catppuccin_flavor 'frappe'
unbind C-b unbind C-b
set-option -g prefix C-a set-option -g prefix C-a