Josh Dick
ad9610cdab
Overhaul 16-color styling ( #271 )
...
Includes regenerated terminal themes.
2021-07-11 20:00:38 -04:00
Josh Dick
d954737e00
chore(build): Build/linting infrastructure updates. ( #276 )
...
* Move npm/linting config files to root directory
* Apply prettier/eslint autofixes
* Update CONTRIBUTING.md
2021-07-11 19:19:55 -04:00
Josh Dick
4bd214fbcb
chore(plugins): Add list of supported plugins to README, update companion links ( #275 )
2021-07-11 18:07:22 -04:00
Navarasu
c344261efd
Added navarasu/onedark.nvim to relative section ( #266 )
...
* Added navarasu/onedark.nvim to relative section
Co-authored-by: Josh Dick <josh@joshdick.net >
2021-06-22 00:03:30 -04:00
Josh Dick
f209c5b674
README.md: Add link to ii14/onedark.nvim in "relatives" section ( #261 )
2021-06-01 21:52:08 -04:00
Khue Doan
7f9b1802b0
Update One Dark syntax theme link ( #234 )
...
The old one is deprecated
2020-08-12 19:30:30 -04:00
greenkeeper[bot]
c699b06f86
Goodbye Greenkeeper 👋 ( #215 )
...
* chore(readme): remove Greenkeeper badge
* chore(config): remove greenkeeper.json
* Update README.md
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Josh Dick <josh@joshdick.net >
2020-04-03 19:03:40 -04:00
Juanma Rinaudo
2986331def
fix typo ( #185 )
2019-10-03 00:36:15 -04:00
Josh Dick
7c30d3e4d3
Add color reference image.
...
Fixes #157 .
2019-04-03 22:57:08 -04:00
Josh Dick
a570035f45
README.md: Fix typo
2019-02-14 01:06:07 -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
fbf5af4950
Tweak and document g:onedark_hide_endofbuffer
2019-01-09 18:25:28 -05:00
Josh Dick
2a6155a255
Update README
2018-08-23 12:10:04 -04:00
Josh Dick
cabf8e6df0
Fancy header image for README
2018-07-03 19:43:07 -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
8b5544e29c
Enhance the implementation of onedark#extend_highlight and improve the README
2017-11-29 19:16:42 -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
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
cc8121d0f4
README.md: Heading formatting changes
2017-05-11 15:05:11 -04:00
Josh Dick
8d2720a7a7
Tweaks and Updates ( #100 )
...
* Change comment style to use folds, in turn necessitating changing the template delimeters
* Add "Underlined" styling
* Update the gui gutter foreground color
* Automatically generate terminal color palette files
* README.md: Add 'Relatives of onedark.vim' section
* README.md tweaks to (hopefully) make installation and troubleshooting easier.
* README.md: Update preview image information
* README.md: Re-update preview image information
* README.md: Fixed wording about italics troubleshooting screenshot
* README.md: "setting" -> "option" where appropriate
* README.md: Fix typos
2017-05-11 11:22:53 -04:00
Josh Dick
92fd37ee12
Build system that centralizes color definitions ( #81 )
...
* Initial stab at a build system in order to centralize color definitions.
* Flesh out the build system more and add contribution guidelines.
Still missing airline template.
* Templatize airline theme
2017-02-19 13:27:49 -05:00
Josh Dick
1c027b17d2
README.md: Change FAQ -> Miscellaneous; add link to https://github.com/odedlaz/tmux-onedark-theme .
...
Closes #78 .
2017-01-26 01:27:03 -05:00
Josh Dick
b15870389a
Add style override mechanism. ( #70 )
...
Reworked from #67 ; thanks @webdesus!
2016-12-22 13:57:15 -05:00
Josh Dick
baff7da439
Add instructions for lightline.vim colorscheme and updated statusline preview image(s)
2016-12-21 17:49:34 -05:00
Josh Dick
9a6a90e7d5
README.md: Mention italics-fixing TERMINFO for iTerm2 on macOS
2016-10-31 17:01:12 -04:00
Josh Dick
369ab63308
README.md: Fix incorrect indentation/syntax highlighting
2016-10-04 18:31:04 -04:00
Josh Dick
6f51635417
Update vim-airline URLs
2016-09-01 01:55:43 -04:00
Josh Dick
ee64bafaf8
Move vim-airline theme into main onedark.vim repo.
...
Closes #53 and implements #16 .
2016-09-01 01:47:23 -04:00
Josh Dick
adca24e702
README.md: Add note about sheerun/vim-polyglot
2016-06-01 11:21:02 -04:00
Alex George
3379dd0fc8
Fix typo in README ( #38 )
...
The color scheme setting should be 'colorscheme'
2016-05-31 21:42:25 -04:00
Josh Dick
c700e9d234
Update preview image to show italicized comments, update preview info in README.md
2016-05-31 11:12:45 -04:00
Josh Dick
8026874b03
Add reference to NeoVim's "Following HEAD" wiki page true color support note
2016-05-20 19:02:03 -04:00
Josh Dick
8386c866ba
Revised installation instructions for lots of different Vim/Neovim/color scenarios.
2016-05-20 18:37:35 -04:00
Josh Dick
ff39b101ec
README.md: Add clarifications about setting options before
2016-04-12 17:33:00 -04:00
Josh Dick
11d9b4f2b3
README.md: Add info about Neovim's true color terminal support
2016-04-12 16:16:28 -04:00
Josh Dick
700280dd5e
Update README.md to mention test/beta releases of iTerm2.
...
Closes #14 .
2016-03-15 17:56:24 -04:00
Josh Dick
bf9c45a4fd
README.md: Update preview image URL
2016-01-21 11:46:59 -05:00
Josh Dick
d6a7c1c924
README.md: Update description to mention 16-color terminals
2015-11-24 23:55:19 -05:00
Josh Dick
a996ec62d6
Add iTerm2 16-color palette and update README.md accordingly.
2015-11-21 16:46:56 -05:00
Josh Dick
1f97b73021
Add preview image and references to joshdick/airline-onedark.vim
2015-11-21 16:24:09 -05:00
Josh Dick
58dd4a6599
Initial commit.
2015-10-26 01:07:28 -04:00