feat: base16->catppuccin
this is an experiment. ive been using base16_ashes since ~2012
This commit is contained in:
parent
b3b352dd64
commit
ae4ca58450
4 changed files with 72 additions and 2501 deletions
|
@ -3,11 +3,6 @@
|
|||
type = "git-repo"
|
||||
url = "https://github.com/kolunmi/ttyscheme.git"
|
||||
refreshPeriod = "168h"
|
||||
{{- else }}
|
||||
[".config/base16-shell"]
|
||||
type = "git-repo"
|
||||
url = "https://github.com/chriskempson/base16-shell.git"
|
||||
refreshPeriod = "168h"
|
||||
{{- end }}
|
||||
[".config/zellij/plugins/room.wasm"]
|
||||
type = "file"
|
||||
|
|
|
@ -99,13 +99,7 @@ function brightness_min {
|
|||
}
|
||||
|
||||
# ttyscheme
|
||||
{{- else }}
|
||||
BASE16_SHELL="$HOME/.config/base16-shell/"
|
||||
[ -n "$PS1" ] && \
|
||||
[ -s "$BASE16_SHELL/profile_helper.sh" ] && \
|
||||
source "$BASE16_SHELL/profile_helper.sh"
|
||||
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
|
||||
{{ if eq .hosttype "work" -}}
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
theme = "base16_default"
|
||||
theme = "catppuccin_mocha"
|
||||
|
||||
[editor]
|
||||
true-color = true
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue