Commit Graph

165 Commits

Author SHA1 Message Date
Josh Dick
7c30d3e4d3 Add color reference image.
Fixes #157.
2019-04-03 22:57:08 -04:00
Josh Dick
723c616d4b Remove stray comment character 2019-04-02 10:33:13 -04:00
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.
2019-04-02 10:29:12 -04:00
Josh Dick
36304e9b54 Don't peg package versions to reduce frequency of Greenkeeper updates 2019-03-30 16:08:53 -04:00
Josh Dick
7b3229eec4 Don't peg verisons to reduce frequency of greenkeeper updates 2019-03-30 15:59:18 -04:00
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
2019-03-18 15:27:56 -04:00
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
2019-03-16 01:41:47 -04:00
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
2019-03-04 23:14:11 -05:00
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
2019-03-02 23:15:03 -05:00
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
2019-02-18 12:30:57 -05:00
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
2019-02-17 17:36:09 -05:00
Josh Dick
a570035f45 README.md: Fix typo 2019-02-14 01:06:07 -05:00
Josh Dick
04ba47974e Don't write to the "a:" dict per https://github.com/vim/vim/pull/3929 .
Closes #148.
2019-02-12 15:43:09 -05:00
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
2019-02-01 13:45:52 -05:00
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
2019-01-18 16:19:03 -05:00
Josh Dick
06bf8fa3be README.md: Fix a typo 2019-01-14 23:49:04 -05:00
Josh Dick
682f866763 Add troubleshooting note about iTerm2.
Closes #145.
2019-01-14 23:46:55 -05:00
Josh Dick
598d37272d README.md: Better Greenkeeper badge placement 2019-01-13 20:37:17 -05:00
Josh Dick
6b86d7861d Cleanup from initial Greenkeeper PR 2019-01-13 20:35:25 -05:00
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
2019-01-13 20:32:37 -05:00
Josh Dick
4383697909 Add :Termdebug highlight groups.
Fixes #136.
2019-01-13 20:15:26 -05:00
Josh Dick
fbf5af4950 Tweak and document g:onedark_hide_endofbuffer 2019-01-09 18:25:28 -05:00
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
2019-01-09 18:21:01 -05:00
Josh Dick
a6325876f4 Fix usage of doT in build system 2019-01-08 19:35:31 -05:00
Josh Dick
173a4df769 Oopsie. 2019-01-08 19:32:41 -05:00
Josh Dick
5923008cee Hopefully fix CircleCI config 2019-01-08 19:29:58 -05:00
Josh Dick
dc8431c1a3 Add CircleCI 2019-01-08 19:26:06 -05:00
Theodor Thornhill
6d96889eb5 Added terminal statusbar highlight group (#138) 2019-01-08 16:24:24 -05:00
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
```
2018-12-24 15:56:19 -05:00
Josh Dick
2a6155a255 Update README 2018-08-23 12:10:04 -04:00
Johannes M
7e03caaaf1 Add alacritty support (#132) 2018-08-23 12:06:46 -04:00
Josh Dick
07ff25c34f Add terminal colors. 2018-08-06 16:08:45 -04:00
Josh Dick
cabf8e6df0 Fancy header image for README 2018-07-03 19:43:07 -04:00
Josh Dick
6e219a958b Revise DiffChange/DiffText to be less ambiguous and less visually loud.
Closes #126.
2018-06-23 23:24:19 -04:00
Josh Dick
a24854a557 README.md: Add drewtempelmeyer/palenight.vim to the "Relatives of onedark.vim" list 2018-06-23 19:21:59 -04:00
Josh Dick
8ef6341bab Update build dependencies 2018-03-15 18:56:56 -04:00
Josh Dick
4f0292533a Add plugin highlighting for easymotion/vim-easymotion. Closes #116. 2018-02-23 01:48:04 -05:00
Josh Dick
8b5544e29c Enhance the implementation of onedark#extend_highlight and improve the README 2017-11-29 19:16:42 -05:00
Josh Dick
62f84d27c2 Merge branch 'kristijanhusak-feature/extend-highlight-group' 2017-11-28 18:51:24 -05:00
Josh Dick
88b7d34306 Nitpicky tweaks 2017-11-28 18:50:51 -05:00
Kristijan Husak
3eb31282e5 Expose function for extending highlight group. 2017-11-27 12:02:11 +01:00
Josh Dick
d759413977 README.md: Fix formatting; add note about installation as a Vim 8 package. Closes #110 2017-11-20 10:53:01 -05:00
Josh Dick
1552d3e8ec In diff mode, for cursorline, use underline styling instead of background styling to improve readability.
Fixes #107.
2017-08-15 19:19:11 -04:00
Josh Dick
9a269a5419 Comment changes; use highlight group descriptions from NeoVim for QuickFixLine/Search 2017-07-13 19:13:03 -04:00
Max Claus Nunes
47549daf34 Add QuickFixLine highlight group styling (#105)
Supports `QuickFixLine` highlighting added in 2102035488 and https://github.com/neovim/neovim/pull/5156.
2017-07-13 19:06:37 -04:00
Josh Dick
d94b5df94b Tweak terminal color scheme selection colors to be more sensible.
Fixes #104.
2017-06-01 18:34:33 -04:00
Josh Dick
de274b785e README.md: Fix bug in sample code for overriding onedark.vim highlights.
has("gui") checks that Vim was compiled with GUI support, while
has("gui_running") checks that vim is running in GUI mode
(the correct feature to check.)

Fixes #103.
2017-05-23 17:36:55 -04:00
Josh Dick
b5827a2842 Allow users to override color definitions. Closes #101.
Thanks @FredDeschenes!
2017-05-15 14:40:25 -04:00
Josh Dick
e8de593c37 CONTRIBUTING.md: Fix incorrect path 2017-05-11 16:00:37 -04:00
Josh Dick
f0f1ac638a CONTRIBUTING.md: Update to mention terminal color palette files 2017-05-11 15:30:14 -04:00