Skip to content

Commit 95c707f

Browse files
committed
Bump to 1.0.5
Remove references to retro gruvbox
1 parent 1422e82 commit 95c707f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Retro Gruvbox Theme
1+
# Gruvbox Syntax Theme for Atom 1.0
22

33
A Gruvbox theme for Atom that adheres to the vim theme. Easy on the eyes, beautiful theme.
44

55
A big thanks to Isaac Hess for creating the [original Gruvbox theme for Atom](https://github.com/isaachess/gruvbox-atom) on which this is based.
66

77
Based on [https://github.com/morhetz/gruvbox](https://github.com/morhetz/gruvbox).
88

9-
![Screenshot](https://github.com/raw/caleb/retro-gruvbox-atom/master/retro-gruvbox.png)
9+
![Screenshot](https://github.com/raw/caleb/gruvbox-syntax-atom/master/gruvbox.png)
File renamed without changes.

index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
// Atom Syntax Theme: Retro Gruvbox
2+
// Atom Syntax Theme: Gruvbox
33

44
@import (reference) "styles/syntax-variables";
55

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gruvbox",
33
"theme": "syntax",
4-
"version": "1.0.3",
4+
"version": "1.0.5",
55
"description": "A Gruvbox theme for Atom that aims to be just a little groovier",
66
"keywords": [
77
"dark",
88
"green",
99
"orange",
1010
"syntax"
1111
],
12-
"repository": "https://github.com/caleb/retro-gruvbox-atom",
12+
"repository": "https://github.com/caleb/gruvbox-syntax-atom",
1313
"license": "MIT",
1414
"engines": {
1515
"atom": ">0.50.0"

0 commit comments

Comments
 (0)