Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next #401

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Next #401

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**Note: please use [spectrum.chat](https://spectrum.chat/gruvbox) for reports
and questions**

Unfortunately Github issues sucks for projects with active community.
Do not submit feature/support requests and bug reports here.
This repository's issue tracker is reserved for internal project planning and
tracking only.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
node_modules
npm-debug.log*
yarn-error.log*
117 changes: 3 additions & 114 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,117 +1,6 @@
# Change Log

## [Unreleased](https://github.com/morhetz/gruvbox/tree/HEAD)
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

[Full Changelog](https://github.com/morhetz/gruvbox/compare/v1.3.5...HEAD)

**Fixed bugs:**

- Lighter background on terminal [\#8](https://github.com/morhetz/gruvbox/issues/8)

**Closed issues:**

- Installation issue. [\#54](https://github.com/morhetz/gruvbox/issues/54)

- Italic font in terminal\(urxvt\) [\#49](https://github.com/morhetz/gruvbox/issues/49)

- Unable to log in when sourcing the palette shellscript [\#48](https://github.com/morhetz/gruvbox/issues/48)

- How can i modify multiple comment scheme [\#46](https://github.com/morhetz/gruvbox/issues/46)

- Remove comment highlight in iterm [\#44](https://github.com/morhetz/gruvbox/issues/44)

- Comments looking strange withing tmux [\#43](https://github.com/morhetz/gruvbox/issues/43)

- comments are reverse-video in xterm [\#41](https://github.com/morhetz/gruvbox/issues/41)

- What font are you using in the screenshots? [\#39](https://github.com/morhetz/gruvbox/issues/39)

- vim-signature crashes when I use gruvbox [\#38](https://github.com/morhetz/gruvbox/issues/38)

- Color of statusbar in inactive windows [\#37](https://github.com/morhetz/gruvbox/issues/37)

- Go method and struct highlighting missing [\#36](https://github.com/morhetz/gruvbox/issues/36)

- gruvbox\_256palette.sh doesn't work for Konsole [\#35](https://github.com/morhetz/gruvbox/issues/35)

- Contrast in jekyll markdown files [\#33](https://github.com/morhetz/gruvbox/issues/33)

- Pentadactyl Gruvbox Theme [\#32](https://github.com/morhetz/gruvbox/issues/32)

- make vertsplit better [\#31](https://github.com/morhetz/gruvbox/issues/31)

- Console support. [\#30](https://github.com/morhetz/gruvbox/issues/30)

- How can I change the background color? [\#29](https://github.com/morhetz/gruvbox/issues/29)

- Some words are not bold [\#28](https://github.com/morhetz/gruvbox/issues/28)

- Terminal theme on base gruvbox [\#25](https://github.com/morhetz/gruvbox/issues/25)

- Markdown has inverted colors when using \* [\#24](https://github.com/morhetz/gruvbox/issues/24)

- how install it on mac osx [\#23](https://github.com/morhetz/gruvbox/issues/23)

- Comments color for Terminal Vim [\#22](https://github.com/morhetz/gruvbox/issues/22)

- Move palette files to gruvbox-generalized [\#20](https://github.com/morhetz/gruvbox/issues/20)

- Maybe add Gruvbox Airline theme? [\#19](https://github.com/morhetz/gruvbox/issues/19)

- For Sublime text [\#18](https://github.com/morhetz/gruvbox/issues/18)

**Merged pull requests:**

- Fix the 256 palette script failed login issue [\#53](https://github.com/morhetz/gruvbox/pull/53) ([jonasmalacofilho](https://github.com/jonasmalacofilho))

- add minimal coloring for gitcommit highlighting [\#52](https://github.com/morhetz/gruvbox/pull/52) ([daniely](https://github.com/daniely))

- For terminals, turn off italics by default. [\#47](https://github.com/morhetz/gruvbox/pull/47) ([ryanmjacobs](https://github.com/ryanmjacobs))

- Change color of vertical/horizontal seperators between split windows [\#45](https://github.com/morhetz/gruvbox/pull/45) ([deshtop](https://github.com/deshtop))

- Improve gruvbox with C code [\#34](https://github.com/morhetz/gruvbox/pull/34) ([gladiac](https://github.com/gladiac))

- Fix for linux console [\#27](https://github.com/morhetz/gruvbox/pull/27) ([vyp](https://github.com/vyp))

- Colors for plugin vimshell.vim [\#21](https://github.com/morhetz/gruvbox/pull/21) ([joelmo](https://github.com/joelmo))

## [v1.3.5](https://github.com/morhetz/gruvbox/tree/v1.3.5) (2014-03-19)

[Full Changelog](https://github.com/morhetz/gruvbox/compare/v0.0.8...v1.3.5)

**Implemented enhancements:**

- Better selection colors [\#15](https://github.com/morhetz/gruvbox/issues/15)

- When hlsearch is on, the cursor inverts the search color and not visible [\#2](https://github.com/morhetz/gruvbox/issues/2)

**Fixed bugs:**

- Problem with changing between dark and light on 256 color terminal [\#7](https://github.com/morhetz/gruvbox/issues/7)

- IndentGuides coloring doesn't show up [\#1](https://github.com/morhetz/gruvbox/issues/1)

**Closed issues:**

- Requesting rxvt-unicode theme [\#17](https://github.com/morhetz/gruvbox/issues/17)

- gruvbox\_256palette.sh gets reset \(gnome-terminal on Ubuntu\) [\#13](https://github.com/morhetz/gruvbox/issues/13)

- Powerline colors [\#12](https://github.com/morhetz/gruvbox/issues/12)

- Info necessary for making a port of this colorscheme [\#10](https://github.com/morhetz/gruvbox/issues/10)

**Merged pull requests:**

- Fix GNU screen detection for \*-bce [\#16](https://github.com/morhetz/gruvbox/pull/16) ([blueyed](https://github.com/blueyed))

- Added iTerm2 dark theme [\#11](https://github.com/morhetz/gruvbox/pull/11) ([Greduan](https://github.com/Greduan))

- Fix typo in Readme [\#5](https://github.com/morhetz/gruvbox/pull/5) ([ViViDboarder](https://github.com/ViViDboarder))

## [v0.0.8](https://github.com/morhetz/gruvbox/tree/v0.0.8) (2012-12-08)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
<a name="3.0.1-rc.0"></a>
## [3.0.1-rc.0](https://github.com/morhetz/gruvbox/compare/v2.0.0...v3.0.1-rc.0) (2018-05-16)
24 changes: 23 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
{
"name": "gruvbox",
"version": "2.0.0",
"version": "3.0.1-rc.0",
"repository": "[email protected]:morhetz/gruvbox.git",
"author": "Pavel Pertsev <[email protected]>",
"license": "MIT",
"scripts": {
"commitmsg": "validate-commit-msg",
"cz": "git-cz",
"postcheckout": "track-changed checkout",
"postmerge": "track-changed merge",
"postrewrite": "track-changed rewrite"
},
"devDependencies": {
"@bruitt/commit": "^1.0.0",
"babel-runtime": "^6.26.0",
"husky": "^0.13.1",
"standard-version": "^4.3.0",
"track-changed": "^1.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"track-changed": {
"yarn.lock": "yarn"
},
"vim": {
"opt": true
}
Expand Down
Loading