feat: base16->catppuccin

this is an experiment. ive been using base16_ashes since ~2012
This commit is contained in:
Matthew Ryan Dillon 2024-11-04 06:09:51 -05:00
parent b3b352dd64
commit ae4ca58450
4 changed files with 72 additions and 2501 deletions

View file

@ -3,11 +3,6 @@
type = "git-repo" type = "git-repo"
url = "https://github.com/kolunmi/ttyscheme.git" url = "https://github.com/kolunmi/ttyscheme.git"
refreshPeriod = "168h" refreshPeriod = "168h"
{{- else }}
[".config/base16-shell"]
type = "git-repo"
url = "https://github.com/chriskempson/base16-shell.git"
refreshPeriod = "168h"
{{- end }} {{- end }}
[".config/zellij/plugins/room.wasm"] [".config/zellij/plugins/room.wasm"]
type = "file" type = "file"

View file

@ -99,13 +99,7 @@ function brightness_min {
} }
# ttyscheme # ttyscheme
{{- else }} {{- end -}}
BASE16_SHELL="$HOME/.config/base16-shell/"
[ -n "$PS1" ] && \
[ -s "$BASE16_SHELL/profile_helper.sh" ] && \
source "$BASE16_SHELL/profile_helper.sh"
{{- end }}
{{ if eq .hosttype "work" -}} {{ if eq .hosttype "work" -}}
eval "$(/opt/homebrew/bin/brew shellenv)" eval "$(/opt/homebrew/bin/brew shellenv)"

View file

@ -1,4 +1,4 @@
theme = "base16_default" theme = "catppuccin_mocha"
[editor] [editor]
true-color = true true-color = true

File diff suppressed because it is too large Load diff