-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into view-refactor
- Loading branch information
Showing
47 changed files
with
1,668 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ binaries/ | |
tmp.sh | ||
test/ | ||
.idea/ | ||
packages/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
#CaptainMcClellan's personal color scheme. | ||
#16 colour version. | ||
color-link comment "bold black" | ||
color-link constant "cyan" | ||
color-link constant.bool "bold cyan" | ||
color-link constant.bool.true "bold green" | ||
color-link constant.bool.false "bold red" | ||
color-link constant.string "yellow" | ||
color-link constant.string.url "underline blue, white" | ||
#color-link constant.number "constant" | ||
color-link constant.specialChar "bold magenta" | ||
color-link identifier "bold red" | ||
color-link identifier.macro "bold red" | ||
color-link identifier.var "bold blue" | ||
#color-link identifier.class "bold green" | ||
color-link identifier.class "bold white" | ||
color-link statement "bold yellow" | ||
color-link symbol "red" | ||
color-link symbol.brackets "blue" | ||
color-link symbol.tag "bold blue" | ||
color-link symbol.tag.extended "bold green" | ||
color-link preproc "bold cyan" | ||
color-link type "green" | ||
color-link type.keyword "bold green" | ||
color-link special "magenta" | ||
color-link ignore "default" | ||
color-link error "bold ,brightred" | ||
color-link todo "underline black,brightyellow" | ||
color-link indent-char ",brightgreen" | ||
color-link line-number "green" | ||
color-link line-number.scrollbar "green" | ||
color-link statusline "white,blue" | ||
color-link tabbar "white,blue" | ||
color-link current-line-number "red" | ||
color-link current-line-number.scroller "red" | ||
color-link gutter-error ",red" | ||
color-link gutter-warning "red" | ||
color-link color-column "cyan" | ||
color-link underlined.url "underline blue, white" | ||
color-link divider "blue" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#CaptainMcClellan's personal color scheme. | ||
#Paper version | ||
color-link default "black,white" | ||
color-link comment "bold black" | ||
color-link constant "cyan" | ||
color-link constant.bool "bold cyan" | ||
color-link constant.bool.true "bold green" | ||
color-link constant.bool.false "bold red" | ||
color-link constant.string "bold yellow" | ||
color-link constant.string.url "underline blue, white" | ||
color-link constant.number "constant" | ||
color-link constant.specialChar "bold magenta" | ||
color-link identifier "bold red" | ||
color-link identifier.macro "bold red" | ||
color-link identifier.var "bold blue" | ||
color-link identifier.class "bold green" | ||
color-link preproc "bold cyan" | ||
color-link statement "bold yellow" | ||
color-link symbol "red" | ||
color-link symbol.brackets "blue" | ||
color-link type "green" | ||
color-link type.keyword "bold green" | ||
color-link special "magenta" | ||
color-link ignore "default" | ||
color-link error ",brightred" | ||
color-link todo "black,brightyellow" | ||
color-link indent-char ",brightgreen" | ||
color-link line-number "green" | ||
color-link line-number.scrollbar "green" | ||
color-link statusline "white,blue" | ||
color-link tabbar "white,blue" | ||
color-link current-line-number "red" | ||
color-link current-line-number.scroller "red" | ||
color-link gutter-error ",red" | ||
color-link gutter-warning "red" | ||
color-link color-column "cyan" | ||
color-link underlined.url "underline blue, white" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
#CaptainMcClellan's personal colour scheme. | ||
#Full colour edition. | ||
color-link default "#aaaaaa,#1e2124" | ||
color-link comment "bold #555555" | ||
color-link constant "#008888" | ||
#color-link constant.string "#888800" | ||
color-link constant.string "#a85700" | ||
color-link constant.specialChar "bold #ccccff" | ||
color-link identifier "bold #e34234" | ||
color-link identifier.macro "bold #e34234" | ||
color-link identifier.var "bold #5757ff" | ||
color-link identifier.class "bold #ffffff" | ||
color-link statement "bold #ffff55" | ||
color-link symbol "#722f37" | ||
color-link symbol.brackets "#4169e1" | ||
color-link symbol.tag "#5757ff" | ||
color-link preproc "bold #55ffff" | ||
color-link type "#3eb489" | ||
color-link type.keyword "bold #bdecb6" | ||
color-link special "#b57edc" | ||
color-link ignore "default" | ||
color-link error "bold ,#e34234" | ||
color-link todo "bold underline #888888,#f26522" | ||
color-link indent-char ",#bdecb6" | ||
color-link line-number "#bdecb6,#36393e" | ||
color-link line-number.scrollbar "#3eb489" | ||
color-link statusline "#aaaaaa,#8a496b" | ||
color-link tabbar "#aaaaaa,#8a496b" | ||
color-link current-line-number "bold #e34234,#424549" | ||
color-link current-line-number.scroller "red" | ||
color-link gutter-error ",#e34234" | ||
color-link gutter-warning "#e34234" | ||
color-link color-column "#f26522" | ||
color-link constant.bool "bold #55ffff" | ||
color-link constant.bool.true "bold #85ff85" | ||
color-link constant.bool.false "bold #ff8585" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#A colorscheme based on Code::Blocks IDE | ||
#but with a white background. | ||
color-link default "black,white" | ||
color-link comment "bold black" | ||
color-link constant "blue" | ||
color-link constant.number "bold magenta" | ||
color-link constant.string "bold blue" | ||
color-link identifier "black" | ||
color-link preproc "green" | ||
color-link statement "blue" | ||
color-link symbol "red" | ||
color-link symbol.brackets "blue" | ||
color-link type "blue" | ||
color-link special "magenta" | ||
color-link ignore "default" | ||
color-link error "bold white,brightred" | ||
color-link todo "bold black,brightyellow" | ||
color-link indent-char "bold black" | ||
color-link line-number "black,white" | ||
color-link statusline "white,red" | ||
color-link tabbar "white,red" | ||
color-link current-line-number "red,black" | ||
color-link gutter-error ",red" | ||
color-link gutter-warning "red" | ||
color-link color-column "black" |
Oops, something went wrong.