]> git.lizzy.rs Git - micro.git/commitdiff
Minor tweak to the railscast color scheme (#1834)
authorPeder B. Sundt <pbsds@hotmail.com>
Sun, 23 Aug 2020 19:46:05 +0000 (21:46 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Aug 2020 19:46:05 +0000 (15:46 -0400)
* Railscast: Change the color of operators to match keywords instead of identifiers

* Railscast: Add a color for `constant.specialChar`

runtime/colorschemes/railscast.micro

index 2cf4aff67d931f27ab83dfb8265a2857fb86b1ef..5aaa25daaf3da0c5a6e7ff6da52f64cc7376d28a 100644 (file)
@@ -3,6 +3,7 @@ color-link comment "#bc9458,#2b2b2b"
 color-link statement "#cc7833,#2b2b2b"
 color-link constant "#a5c261,#2b2b2b"
 color-link constant.bool "#6d9cbe,#2b2b2b"
+color-link constant.specialChar "#459231,#2b2b2b"
 color-link type "#6d9cbe,#2b2b2b"
 color-link preproc "#cc7833,#2b2b2b"
 color-link special "#cc7833,#2b2b2b"
@@ -18,6 +19,8 @@ color-link diff-modified "#FFAF00"
 color-link diff-deleted "#D70000"
 color-link gutter-warning "#a5c261,#11151C"
 color-link symbol "#edb753,#2b2b2b"
+color-link symbol.operator "#cc7833,#2b2b2b"
+color-link symbol.brackets "#cc7833,#2b2b2b"
 color-link identifier "#edb753,#2b2b2b"
 color-link statusline "#b1b1b1,#232323"
 color-link tabbar "bold #b1b1b1,#232323"