[+] Micro color scheme

This commit is contained in:
2024-11-15 02:01:03 -05:00
parent ff5cb7a26b
commit 971fbde884
4 changed files with 44 additions and 3 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
./buffers
./backups
buffers/*
backups/*
+4
View File
@@ -0,0 +1,4 @@
{
"Alt-/": "lua:comment.comment",
"CtrlUnderscore": "lua:comment.comment"
}
@@ -0,0 +1,37 @@
color-link default "#F8F8F2,#282828"
color-link comment "#75715E,#282828"
color-link identifier "#66D9EF,#282828"
color-link constant "#AE81FF,#282828"
color-link constant.string "#E6DB74,#282828"
color-link constant.string.char "#BDE6AD,#282828"
color-link statement "#F92672,#282828"
color-link symbol.operator "#F92672,#282828"
color-link preproc "#CB4B16,#282828"
color-link type "#66D9EF,#282828"
color-link special "#A6E22E,#282828"
color-link underlined "#D33682,#282828"
color-link error "bold #CB4B16,#282828"
color-link todo "bold #D33682,#282828"
color-link hlsearch "#282828,#E6DB74"
color-link statusline "#282828,#F8F8F2"
color-link tabbar "#282828,#F8F8F2"
color-link indent-char "#505050,#282828"
color-link line-number "#AAAAAA,#323232"
color-link current-line-number "#AAAAAA,#282828"
color-link diff-added "#00AF00"
color-link diff-modified "#FFAF00"
color-link diff-deleted "#D70000"
color-link gutter-error "#CB4B16,#282828"
color-link gutter-warning "#E6DB74,#282828"
color-link cursor-line "#323232"
color-link color-column "#323232"
#No extended types; Plain brackets.
color-link type.extended "default"
#color-link symbol.brackets "default"
color-link symbol.tag "#AE81FF,#282828"
color-link match-brace "#282828,#AE81FF"
color-link tab-error "#D75F5F"
color-link trailingws "#D75F5F"
color-link statusline "#ffbdc8"
color-link message "#bf7c88"
+1 -1
View File
@@ -49,7 +49,7 @@ check-config $HOME/.ssh/config $CFGSYNC/ssh-config
check-config "$HOME/.nanorc" "$CFGSYNC/nanorc"
check-config "$HOME/.condarc" "$CFGSYNC/.condarc"
check-config "$HOME/.java/.userPrefs/com/cburch/logisim/prefs.xml" "$CFGSYNC/.java/.userPrefs/com/cburch/logisim/prefs.xml"
check-config "$HOME/.config/micro/settings.json" "$CFGSYNC/.config/micro/settings.json"
check-config "$HOME/.config/micro" "$CFGSYNC/.config/micro"
check-config "$HOME/.config/kitty" "$CFGSYNC/.config/kitty"
check-config "$HOME/.config/tmux" "$CFGSYNC/.config/tmux"