commit 0e8ba3aeb15c151bfcc570cf23f1352d7fe36635 Author: AkriliksKotya Date: Thu Jan 1 08:21:32 2026 +0500 Upload files to "/" diff --git a/color.micro b/color.micro new file mode 100644 index 0000000..3c9b620 --- /dev/null +++ b/color.micro @@ -0,0 +1,22 @@ +color-link default "03010c" +color-link comment "green" +color-link identifier "brightblue" +color-link identifier.class "brightyellow" +color-link constant "brightblue" +color-link constant.string "brightred" +color-link constant.number "brightgreen" +color-link preproc "purple" +color-link type "cyan" +color-link statement "blue" +color-link special "purple" +color-link error "bold red" +color-link todo "bold green" +color-link statusline "brightwhite,brightblack" +color-link tabbar "brightwhite,brightblack" +color-link line-number "white" +color-link current-line-number "brightwhite,brightblack" +color-link gutter-error "red" +color-link gutter-warning "yellow" +color-link cursor-line "brightblack" +color-link type.extended "default" +color-link symbol "yellow"