This commit is contained in:
Elizabeth Hunt 2025-01-02 18:00:17 -08:00
parent f051082781
commit 6388164b37
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE
13 changed files with 147 additions and 55 deletions

View File

@ -0,0 +1,79 @@
# Nightfox Alacritty Colors
## name: dawnfox
## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/alacritty.toml
[colors.primary]
background = "#faf4ed"
foreground = "#575279"
dim_foreground = "#4c4769"
bright_foreground = "#625c87"
[colors.cursor]
text = "#575279"
cursor = "#625c87"
[colors.vi_mode_cursor]
text = "#575279"
cursor = "#56949f"
[colors.search.matches]
foreground = "#575279"
background = "#b8cece"
[colors.search.focused_match]
foreground = "#575279"
background = "#618774"
[colors.footer_bar]
foreground = "#575279"
background = "#ebdfe4"
[colors.hints.start]
foreground = "#575279"
background = "#d7827e"
[colors.hints.end]
foreground = "#575279"
background = "#ebdfe4"
[colors.selection]
text = "#575279"
background = "#d0d8d8"
[colors.normal]
black = "#575279"
red = "#b4637a"
green = "#618774"
yellow = "#ea9d34"
blue = "#286983"
magenta = "#907aa9"
cyan = "#56949f"
white = "#e5e9f0"
[colors.bright]
black = "#5f5695"
red = "#c26d85"
green = "#629f81"
yellow = "#eea846"
blue = "#2d81a3"
magenta = "#9a80b9"
cyan = "#5ca7b4"
white = "#e6ebf3"
[colors.dim]
black = "#504c6b"
red = "#a5576d"
green = "#597668"
yellow = "#dd9024"
blue = "#295e73"
magenta = "#816b9a"
cyan = "#50848c"
white = "#c8cfde"
[[colors.indexed_colors]]
index = 16
color = "#d7827e"
[[colors.indexed_colors]]
index = 17
color = "#d685af"

View File

@ -1,4 +1,7 @@
general.import = [ general.import = [
"~/.config/alacritty/catppucin-latte.toml", # "~/.config/alacritty/catppucin-latte.toml",
"~/.config/alacritty/config.toml" # "~/.config/alacritty/gruvbox-medium-light.toml",
"~/.config/alacritty/dawnfox.toml",
] ]

View File

@ -1,28 +1,29 @@
{ {
"Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" }, "Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" },
"LuaSnip": { "branch": "master", "commit": "8d7aa7a7b7c0875e4878d1d2590924bc1c229305" }, "LuaSnip": { "branch": "master", "commit": "33b06d72d220aa56a7ce80a0dd6f06c70cd82b9d" },
"bufferline.nvim": { "branch": "main", "commit": "5cc447cb2b463cb499c82eaeabbed4f5fa6a0a44" }, "bufferline.nvim": { "branch": "main", "commit": "261a72b90d6db4ed8014f7bda976bcdc9dd7ce76" },
"catppuccin": { "branch": "main", "commit": "65bf0b16f57a3db70d6a93ac68882dd9a31d0565" }, "catppuccin": { "branch": "main", "commit": "f67b886d65a029f12ffa298701fb8f1efd89295d" },
"cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" }, "cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" },
"cmp-nvim-lsp": { "branch": "main", "commit": "39e2eda76828d88b773cc27a3f61d2ad782c922d" }, "cmp-nvim-lsp": { "branch": "main", "commit": "99290b3ec1322070bcfb9e846450a46f6efa50f0" },
"cmp-nvim-lua": { "branch": "main", "commit": "f12408bdb54c39c23e67cab726264c10db33ada8" }, "cmp-nvim-lua": { "branch": "main", "commit": "f12408bdb54c39c23e67cab726264c10db33ada8" },
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" }, "cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
"cmp_luasnip": { "branch": "master", "commit": "05a9ab28b53f71d1aece421ef32fee2cb857a843" }, "cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" },
"conform.nvim": { "branch": "master", "commit": "4dd429fe3f47077f4e50cdaf03f7877ce9b213e0" }, "conform.nvim": { "branch": "master", "commit": "9180320205d250429f0f80e073326c674e2a7149" },
"friendly-snippets": { "branch": "main", "commit": "de8fce94985873666bd9712ea3e49ee17aadb1ed" }, "friendly-snippets": { "branch": "main", "commit": "efff286dd74c22f731cdec26a70b46e5b203c619" },
"fwatch.nvim": { "branch": "main", "commit": "a691f7349dc66285cd75a1a698dd28bca45f2bf8" }, "fwatch.nvim": { "branch": "main", "commit": "a691f7349dc66285cd75a1a698dd28bca45f2bf8" },
"gitsigns.nvim": { "branch": "main", "commit": "7c27a30450130cd59c4994a6755e3c5d74d83e76" }, "gitsigns.nvim": { "branch": "main", "commit": "5f808b5e4fef30bd8aca1b803b4e555da07fc412" },
"indent-blankline.nvim": { "branch": "master", "commit": "04e44b09ee3ff189c69ab082edac1ef7ae2e256c" }, "indent-blankline.nvim": { "branch": "master", "commit": "259357fa4097e232730341fa60988087d189193a" },
"lazy.nvim": { "branch": "main", "commit": "cf8ecc2c5e4332760431a33534240b0cbc6680ab" }, "lazy.nvim": { "branch": "main", "commit": "7e6c863bc7563efbdd757a310d17ebc95166cef3" },
"mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" }, "mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" },
"mini.statusline": { "branch": "main", "commit": "813854243156472c9d0bc9c64ea0af159b9b37ca" }, "mini.statusline": { "branch": "main", "commit": "813854243156472c9d0bc9c64ea0af159b9b37ca" },
"nvim-autopairs": { "branch": "master", "commit": "ee297f215e95a60b01fde33275cc3c820eddeebe" }, "nightfox": { "branch": "main", "commit": "595ffb8f291fc4a9bef3201a28b7c0379a41cdee" },
"nvim-cmp": { "branch": "main", "commit": "f17d9b4394027ff4442b298398dfcaab97e40c4f" }, "nvim-autopairs": { "branch": "master", "commit": "b464658e9b880f463b9f7e6ccddd93fb0013f559" },
"nvim-lspconfig": { "branch": "master", "commit": "54617a18f4cf46f0c2f6d024fa6feb7515fe036d" }, "nvim-cmp": { "branch": "main", "commit": "b555203ce4bd7ff6192e759af3362f9d217e8c89" },
"nvim-tree.lua": { "branch": "master", "commit": "82ab19ebf79c1839d7351f2fed213d1af13a598e" }, "nvim-lspconfig": { "branch": "master", "commit": "8b15a1a597a59f4f5306fad9adfe99454feab743" },
"nvim-treesitter": { "branch": "master", "commit": "38c12cb9ac8e1c547a8472c87df9e9d7c8b1af0d" }, "nvim-tree.lua": { "branch": "master", "commit": "68fc4c20f5803444277022c681785c5edd11916d" },
"nvim-web-devicons": { "branch": "master", "commit": "19d257cf889f79f4022163c3fbb5e08639077bd8" }, "nvim-treesitter": { "branch": "master", "commit": "34d78baa86a37e86fe64b642860144c28ab9f0c8" },
"nvim-web-devicons": { "branch": "master", "commit": "63f552a7f59badc6e6b6d22e603150f0d5abebb7" },
"oceanic-next": { "branch": "master", "commit": "09833f72d5ba23de2e8bcae18f479f326f5f677a" }, "oceanic-next": { "branch": "master", "commit": "09833f72d5ba23de2e8bcae18f479f326f5f677a" },
"plenary.nvim": { "branch": "master", "commit": "2d9b06177a975543726ce5c73fca176cedbffe9d" }, "plenary.nvim": { "branch": "master", "commit": "2d9b06177a975543726ce5c73fca176cedbffe9d" },
"telescope.nvim": { "branch": "master", "commit": "85922dde3767e01d42a08e750a773effbffaea3e" } "telescope.nvim": { "branch": "master", "commit": "2eca9ba22002184ac05eddbe47a7fe2d5a384dfc" }
} }

View File

@ -3,6 +3,7 @@ local plugins = {
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 }, { "catppuccin/nvim", name = "catppuccin", priority = 1000 },
{ "mhartington/oceanic-next", name = "oceanic-next", priority = 1000 }, { "mhartington/oceanic-next", name = "oceanic-next", priority = 1000 },
{ "EdenEast/nightfox.nvim", name = "nightfox", priority = 100 },
-- file tree -- file tree
{ {

View File

@ -8,13 +8,14 @@ function Set_theme_at(path)
f:close() f:close()
vim.schedule(function() vim.schedule(function()
vim.cmd("colorscheme OceanicNext") vim.cmd("colorscheme OceanicNext")
-- if (theme == "light") then if (theme == "light") then
-- vim.api.nvim_set_option("background", "light") vim.api.nvim_set_option("background", "light")
-- vim.cmd("colorscheme catppuccin-latte") -- vim.cmd("colorscheme catppuccin-latte")
-- else vim.cmd("colorscheme dayfox")
-- vim.api.nvim_set_option("background", "dark") else
-- vim.cmd("colorscheme catppuccin-mocha") vim.api.nvim_set_option("background", "dark")
-- end vim.cmd("colorscheme OceanicNext")
end
end) end)
end end

View File

@ -199,24 +199,27 @@
: t : t
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; (use-package catppuccin-theme (use-package catppuccin-theme
;; :ensure t) :ensure t)
;; (require 'filenotify) (require 'filenotify)
;;
;; (setq *theme-file* "~/theme") (setq *theme-file* "~/theme")
;; (defun set-system-theme () (defun dark-mode ()
;; (let ((theme (load-theme 'doom-oceanic-next t))
;; (with-temp-buffer (defun light-mode ()
;; (insert-file-contents *theme-file*) ;; (load-theme 'doom-gruvbox-light t))
;; (buffer-string))) (load-theme 'doom-flatwhite t))
;; (current-flavor catppuccin-flavor)) ;; (load-theme 'doom-feather-light t))
;; (setq catppuccin-flavor (if (string-prefix-p "dark" theme) 'mocha 'latte)) (defun set-system-theme ()
;; (if (not (eq catppuccin-flavor current-flavor)) (let ((theme
;; (catppuccin-reload)))) (with-temp-buffer
;; (insert-file-contents *theme-file*)
;; (set-system-theme) (buffer-string))))
;; (file-notify-add-watch *theme-file* '(change) (if (string-prefix-p "dark" theme) (dark-mode) (light-mode))))
;; #'(lambda (event) (set-system-theme)))
(set-system-theme)
(file-notify-add-watch *theme-file* '(change)
#'(lambda (event) (set-system-theme)))
#+END_SRC #+END_SRC
** Doom-modeline ** Doom-modeline
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp

View File

@ -1,4 +1,5 @@
Host git.simponic.xyz Host git.simponic.xyz
User git
Port 222 Port 222
Hostname nijika.sys.internal.simponic.xyz Hostname nijika.sys.internal.simponic.xyz

View File

@ -5,7 +5,8 @@ bind r source-file ~/.tmux.conf
set -g prefix C-s set -g prefix C-s
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'catppuccin/tmux' #set -g @plugin 'catppuccin/tmux'
set -g @plugin 'iggredible/tmux-colorful'
bind-key h select-pane -L bind-key h select-pane -L
bind-key j select-pane -D bind-key j select-pane -D
bind-key k select-pane -U bind-key k select-pane -U

View File

@ -3,6 +3,6 @@
OLD_THEME=$1 OLD_THEME=$1
NEW_THEME=$2 NEW_THEME=$2
echo "import = [ echo "general.import = [
\"~/.config/alacritty/$NEW_THEME.toml\", \"~/.config/alacritty/$NEW_THEME.toml\",
]" > ~/.config/alacritty/theme.toml ]" > ~/.config/alacritty/theme.toml

View File

@ -4,7 +4,8 @@ OLD_THEME=$1
NEW_THEME=$2 NEW_THEME=$2
if [ $NEW_THEME = "dark" ]; then if [ $NEW_THEME = "dark" ]; then
echo '@import url("https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css");' > "$HOME/Library/Application Support/BetterDiscord/data/stable/custom.css" # echo '@import url("https://betterdiscord.app/Download?id=507");' > "$HOME/Library/Application Support/BetterDiscord/data/stable/custom.css"
echo '@import url("https://betterdiscord.app/Download?id=177");' > "$HOME/Library/Application Support/BetterDiscord/data/stable/custom.css"
else else
echo '@import url("https://catppuccin.github.io/discord/dist/catppuccin-latte.theme.css");' > "$HOME/Library/Application Support/BetterDiscord/data/stable/custom.css" echo '@import url("https://betterdiscord.app/Download?id=177");' > "$HOME/Library/Application Support/BetterDiscord/data/stable/custom.css"
fi fi

View File

@ -3,12 +3,12 @@
NEW_THEME=$2 NEW_THEME=$2
# spicetify config current_theme Ziro spicetify config current_theme StarryNight
if [ $NEW_THEME = "dark" ]; then if [ $NEW_THEME = "dark" ]; then
spicetify config color_scheme purple-dark spicetify config color_scheme Base
else else
spicetify config color_scheme purple-light spicetify config color_scheme Cotton-candy
fi fi
spicetify apply spicetify apply

View File

@ -3,13 +3,14 @@
OLD_THEME=$1 OLD_THEME=$1
NEW_THEME=$2 NEW_THEME=$2
function catflavor() { function coolors() {
flavor="mocha" flavor="212922-294936-3e6259-5b8266-aef6c7"
if [ $1 = "light" ]; then if [ $1 = "light" ]; then
flavor="latte" # flavor="393d3f-d5bbb1-9cc4b2-c98ca7-e76d83"
flavor = "74d3ae-678d58-a6c48a-f6e7cb-dd9787"
fi fi
echo $flavor echo $flavor
} }
echo "set -g @catppuccin_flavor $(catflavor $NEW_THEME)" > ~/.tmux/colors echo "set -g @tmux_colorful_color_scheme 'https://coolors.co/$(coolors $NEW_THEME)'" > ~/.tmux/colors
tmux source-file ~/.tmux.conf tmux source-file ~/.tmux.conf

@ -1 +1 @@
Subproject commit 1821e8d5289c2875d8af7654604251e717357242 Subproject commit 9fc402499bd5d768141585e271c899c5fd3c3a77