dconf:
This commit is contained in:
parent
bd5012e3e8
commit
7b959b08ad
@ -162,10 +162,10 @@ tinty_source_shell_theme() {
|
|||||||
unset subcommand
|
unset subcommand
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ -n "$(command -v 'tinty')" ]; then
|
# if [ -n "$(command -v 'tinty')" ]; then
|
||||||
tinty_source_shell_theme "init"
|
# tinty_source_shell_theme "init"
|
||||||
alias theme='tinty_source_shell_theme apply "$(tinty list | fzf --cycle)" && xrdb ~/.Xresources'
|
# alias theme='tinty_source_shell_theme apply "$(tinty list | fzf --cycle)" && xrdb ~/.Xresources'
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
if [ -n "$(command -v tmux)" ] && [ -z "$TMUX" ]; then
|
if [ -n "$(command -v tmux)" ] && [ -z "$TMUX" ]; then
|
||||||
alias kak='tmux new-session kak > /dev/null'
|
alias kak='tmux new-session kak > /dev/null'
|
||||||
|
File diff suppressed because one or more lines are too long
5
config/.config/ghostty/config
Normal file
5
config/.config/ghostty/config
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
font-family = ""
|
||||||
|
font-family = "Olympe Mono Hacked"
|
||||||
|
font-family = "CaskaydiaCove Nerd Font"
|
||||||
|
# theme = light:rose-pine-dawn,dark:rose-pine
|
||||||
|
theme = light:xcodelight,dark:xcodedark
|
@ -1,6 +1,6 @@
|
|||||||
function colors(color, theme)
|
function colors(color, theme)
|
||||||
color = os.getenv("BASE16_THEME")
|
color = os.getenv("BASE16_THEME")
|
||||||
alt_color = 'everforest' or color
|
alt_color = 'xcode' or color
|
||||||
-- Available values: `'hard'`, `'medium'`, `'soft'`
|
-- Available values: `'hard'`, `'medium'`, `'soft'`
|
||||||
vim.g.gruvbox_material_background = 'medium'
|
vim.g.gruvbox_material_background = 'medium'
|
||||||
-- Available values: `'material'`, `'mix'`, `'original'`
|
-- Available values: `'material'`, `'mix'`, `'original'`
|
||||||
@ -26,4 +26,4 @@ function colors(color, theme)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
colors()
|
colors(nil, true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user