auto colorscheme for kakoune
This commit is contained in:
parent
16169fbab4
commit
458a2dd1d6
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
config/.config/dconf/*
|
||||
config/.themes/*
|
||||
config/**/*.uuid
|
||||
config/.icons/*
|
||||
config/.config/KDE/*
|
||||
config/.config/falkon/*
|
||||
config/.config/ghostty/iTerm2-Color-Schemes/*
|
||||
config/.config/ghostty/themes/*
|
||||
config/.config/helix/runtime/*
|
||||
config/.config/kak/colors/*
|
||||
config/.config/kak/plugins/*
|
||||
config/.config/mutt/chalupmc@rose-hulman
|
||||
config/.config/mutt/mikecchalupiak@outlook
|
||||
config/.config/mutt/spamreciver1@outlook
|
||||
config/.config/qt5ct/colors/*
|
||||
config/.config/qutebrowser/autoconfig.yml
|
||||
config/.config/qutebrowser/rosepine/*
|
||||
config/.config/zathura/colors
|
||||
config/.doom.d/flycheck_config.el
|
||||
config/.scripts/kkse
|
||||
config/.scripts/mlvwm-alert
|
||||
config/.scripts/mlvwm-confirm
|
||||
config/.scripts/mlvwm-message
|
||||
config/.scripts/mlvwm-powerdown
|
||||
config/.scripts/mlvwm-restart
|
||||
config/.scripts/mlvwm-screenshot
|
||||
config/.scripts/pipewire-launch
|
||||
@ -139,10 +139,10 @@ alias zf='z $(flirt)'
|
||||
# You may want to put all your additions into a separate file like
|
||||
# ~/.bash_aliases, instead of adding them here directly.
|
||||
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
|
||||
# if [ -z "$EDITOR" ]; then
|
||||
# export EDITOR='kak'
|
||||
export EDITOR='nvim'
|
||||
# fi
|
||||
if [ -z "$EDITOR" ]; then
|
||||
export EDITOR=kak
|
||||
# export EDITOR='nvim'
|
||||
fi
|
||||
|
||||
if [ -f ~/.bash_aliases ]; then
|
||||
. ~/.bash_aliases
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -18,5 +18,6 @@ font-thicken = true
|
||||
theme = light:Dawnfox,dark:Carbonfox
|
||||
# theme = Monokai Classic
|
||||
# window-decoration = false
|
||||
# gtk-adwaita = false
|
||||
# gtk-adwaita = true
|
||||
window-decoration = true
|
||||
shell-integration-features = true
|
||||
|
||||
@ -517,4 +517,10 @@ map -docstring 'next spell check' global spell n ':spell-next<ret>'
|
||||
map -docstring 'spell check replacements' global spell r ':spell-replace<ret>'
|
||||
|
||||
map -docstring 'quit kakoune' global user q ':q!<ret>'
|
||||
colorscheme carbonfox
|
||||
try %{
|
||||
colorscheme %sh{
|
||||
ruby -e "time = Time.new; if time.hour < 20 and time.hour > 6 then puts 'dawnfox' else puts 'carbonfox' end"
|
||||
}
|
||||
} catch %{
|
||||
colorscheme carbonfox
|
||||
}
|
||||
|
||||
@ -51,12 +51,11 @@
|
||||
"oceanic-next": { "branch": "master", "commit": "09833f72d5ba23de2e8bcae18f479f326f5f677a" },
|
||||
"oil.nvim": { "branch": "master", "commit": "7e1cd7703ff2924d7038476dcbc04b950203b902" },
|
||||
"one-nvim": { "branch": "main", "commit": "faf6fb3f98fccbe009c3466f657a8fff84a5f956" },
|
||||
"onedark.nvim": { "branch": "master", "commit": "de495fabe171d48aed5525f002d14414efcecbb2" },
|
||||
"pathlib.nvim": { "branch": "main", "commit": "57e5598af6fe253761c1b48e0b59b7cd6699e2c1" },
|
||||
"onedark.nvim": { "branch": "master", "commit": "6c10964f91321c6a0f09bcc41dd64e7a6602bc4f" },
|
||||
"plantuml-syntax": { "branch": "master", "commit": "9d4900aa16674bf5bb8296a72b975317d573b547" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||
"range-highlight.nvim": { "branch": "master", "commit": "f54aec737f138e52c187a8bea77b41347fd86f12" },
|
||||
"rose-pine": { "branch": "main", "commit": "72a04c4065345b51b56aed4859ea1d884f734097" },
|
||||
"rose-pine": { "branch": "main", "commit": "eb3ff49a4f2b4e8b06d27de529e44fa52a60ab8a" },
|
||||
"sherbet.nvim": { "branch": "master", "commit": "5c4166eff70ec551ae0023edfb89141b25cc18c6" },
|
||||
"snacks.nvim": { "branch": "main", "commit": "59c5545e91878c1f6218b032a881832bc98a46f3" },
|
||||
"telescope-tabs": { "branch": "vim_ui_select", "commit": "f01bc722582fdcaa58ea37492b382ff109893d95" },
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
## qute://help/configuring.html
|
||||
## qute://help/settings.htm
|
||||
##
|
||||
import rosepine
|
||||
rosepine.setup(c, 'rose-pine-moon', True)
|
||||
# import rosepine
|
||||
# rosepine.setup(c, 'rose-pine-moon', True)
|
||||
|
||||
## This is here so configs done via the GUI are still loaded.
|
||||
## Remove it to not load settings done via the GUI.
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[core]
|
||||
editor = nvim
|
||||
editor = kak
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[sendemail]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user