Josh Dick
43986d71c3
Greenkeeper/default/husky 3.0.7 ( #183 )
* chore(package): update husky to version 3.0.7
* chore(package): update lockfile build/package-lock.json
5 years ago
Josh Dick
a9225db0fd
chore(package): update husky to version 3.0.4 ( #179 )
5 years ago
Josh Dick
af3c27193d
Stop using doT for templating; dependency updates
5 years ago
greenkeeper[bot]
4d28b36e85
Update husky in group default to the latest version 🚀 ( #172 )
* chore(package): update husky to version 3.0.0
* chore(package): update lockfile build/package-lock.json
5 years ago
Josh Dick
9049229882
Dependency updates
5 years ago
greenkeeper[bot]
8bc66ee252
chore(package): update eslint to version 6.0.0 ( #171 )
5 years ago
Sebastian S
ef4a37a95b
Adjust go highlighting ( #170 )
Make go highlighting more similar to that of other languages:
* function calls should be blue
* types should be yellow to distinguish them from keywords
* make special keywords struct and interface also cyan, like builtins
5 years ago
Josh Dick
91128e1819
Update dependencies
6 years ago
Josh Dick
63b69b9f62
Fix alacritty cursor colors configuration.
Closes #168 .
Thanks to @chunkhang .
6 years ago
Emilie Sicilia
7f36f83f13
Add specifics highlights for Go ( #165 )
* add specifig configuration for Go
* set every go type to purple
* Highlight golang builtin functions
6 years ago
greenkeeper[bot]
782c195acd
Update husky in group default to the latest version 🚀 ( #163 )
* chore(package): update husky to version 2.0.0
* chore(package): update lockfile build/package-lock.json
6 years ago
Josh Dick
d8d5f7fe71
Use higher-resolution color reference image.
6 years ago
Josh Dick
7c30d3e4d3
Add color reference image.
Fixes #157 .
6 years ago
Josh Dick
723c616d4b
Remove stray comment character
6 years ago
donkeyfish
ca2ae4d6de
Added support for .tex files ( #159 )
* Added support for .tex files
* Added spacing for consistency with rest of theme. Removed bold for consistency with rest of theme. Both for TeX coloring only.
6 years ago
Josh Dick
36304e9b54
Don't peg package versions to reduce frequency of Greenkeeper updates
6 years ago
Josh Dick
7b3229eec4
Don't peg verisons to reduce frequency of greenkeeper updates
6 years ago
greenkeeper[bot]
d32314d4ab
Update eslint in group default to the latest version 🚀 ( #156 )
* chore(package): update eslint to version 5.15.3
* chore(package): update lockfile build/package-lock.json
6 years ago
greenkeeper[bot]
9cd544f0ff
Update eslint in group default to the latest version 🚀 ( #155 )
* chore(package): update eslint to version 5.15.2
* chore(package): update lockfile build/package-lock.json
6 years ago
greenkeeper[bot]
07f6e3426f
Update eslint in group default to the latest version 🚀 ( #154 )
* chore(package): update eslint to version 5.15.1
* chore(package): update lockfile build/package-lock.json
6 years ago
greenkeeper[bot]
d1ada870ec
Update eslint in group default to the latest version 🚀 ( #153 )
* chore(package): update eslint to version 5.15.0
* chore(package): update lockfile build/package-lock.json
6 years ago
greenkeeper[bot]
205f57702c
Update eslint in group default to the latest version 🚀 ( #150 )
* chore(package): update eslint to version 5.14.1
* chore(package): update lockfile build/package-lock.json
6 years ago
greenkeeper[bot]
f65e71f25f
Update eslint in group default to the latest version 🚀 ( #149 )
* chore(package): update eslint to version 5.14.0
* chore(package): update lockfile build/package-lock.json
6 years ago
Josh Dick
a570035f45
README.md: Fix typo
6 years ago
Josh Dick
04ba47974e
Don't write to the "a:" dict per https://github.com/vim/vim/pull/3929 .
Closes #148 .
6 years ago
greenkeeper[bot]
2e817f0dde
Update eslint in group default to the latest version 🚀 ( #147 )
* chore(package): update eslint to version 5.13.0
* chore(package): update lockfile build/package-lock.json
6 years ago
greenkeeper[bot]
4bf6899763
Update eslint in group default to the latest version 🚀 ( #146 )
* chore(package): update eslint to version 5.12.1
* chore(package): update lockfile build/package-lock.json
6 years ago
Josh Dick
06bf8fa3be
README.md: Fix a typo
6 years ago
Josh Dick
682f866763
Add troubleshooting note about iTerm2.
Closes #145 .
6 years ago
Josh Dick
598d37272d
README.md: Better Greenkeeper badge placement
6 years ago
Josh Dick
6b86d7861d
Cleanup from initial Greenkeeper PR
6 years ago
greenkeeper[bot]
4d342c91a8
Update dependencies to enable Greenkeeper 🌴 ( #143 )
* chore: add Greenkeeper config file
* chore(package): update dependencies
* docs(readme): add Greenkeeper badge
* chore(package): update lockfile build/package-lock.json
6 years ago
Josh Dick
4383697909
Add :Termdebug highlight groups.
Fixes #136 .
6 years ago
Josh Dick
fbf5af4950
Tweak and document g:onedark_hide_endofbuffer
6 years ago
Theodor Thornhill
62bcd5ffbb
Add optional setting for end-of-buffer tildes ( #142 )
* Added optional setting for end of buffer tildes
* Use get() instead for optional value)
* Moved block and changed default value
6 years ago
Josh Dick
a6325876f4
Fix usage of doT in build system
6 years ago
Josh Dick
173a4df769
Oopsie.
6 years ago
Josh Dick
5923008cee
Hopefully fix CircleCI config
6 years ago
Josh Dick
dc8431c1a3
Add CircleCI
6 years ago
Theodor Thornhill
6d96889eb5
Added terminal statusbar highlight group ( #138 )
6 years ago
Michael Jarvis
77c7b00eb1
Add a tweak for fish shell scripts ( #135 )
In the fish shell, the keyword 'end' is used both as a keyword and for
ending conditional logic.
For example, in the trivial function below, the word `end` is used to
terminate the "if" conditional, and it's also used as a keyword to
indicate the end of the function.
This tweak makes the word the same color in both places. I selected
purple to match the Onedark scheme in Atom.
```fish
function foo
if not string length $argv
echo "I got nothing."
end
end
```
6 years ago
Josh Dick
2a6155a255
Update README
6 years ago
Johannes M
7e03caaaf1
Add alacritty support ( #132 )
6 years ago
Josh Dick
07ff25c34f
Add terminal colors.
6 years ago
Josh Dick
cabf8e6df0
Fancy header image for README
6 years ago
Josh Dick
6e219a958b
Revise DiffChange/DiffText to be less ambiguous and less visually loud.
Closes #126 .
6 years ago
Josh Dick
a24854a557
README.md: Add drewtempelmeyer/palenight.vim to the "Relatives of onedark.vim" list
6 years ago
Josh Dick
8ef6341bab
Update build dependencies
7 years ago
Josh Dick
4f0292533a
Add plugin highlighting for easymotion/vim-easymotion. Closes #116 .
7 years ago
Josh Dick
8b5544e29c
Enhance the implementation of onedark#extend_highlight and improve the README
7 years ago