Skip to content

Commit

Permalink
made office theme linux compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Schallner committed May 12, 2018
1 parent 50a5933 commit e0b6cf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bundle_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
*
See the [README](https://github.com/renerocksai/sublimeless_zk) for intstructions.
See the [README](https://github.com/renerocksai/sublimeless_zk#the-sublime-less-zettelkasten) for intstructions.
**Released files:**
* **macOS:** `sublimeless_zk-{prefix}-{version}-macOS.zip`
* **macOS:** `sublimeless_zk-{prefix}-{version}-macOS.app.zip`
* **Windows 10:** `sublimeless_zk-{prefix}-{version}-win10.zip`
* **Linux:** `sublimeless_zk-{prefix}-{version}-linux.tar.gz`
'''.format(version=version, prefix=prefix)
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = '0.7'
version = '0.7.1'
prefix = 'pre'
bundle_version = f'sublimeless_zk-{prefix}-{version}'
4 changes: 2 additions & 2 deletions themes/Office.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"quote": {"symbol": {"color": "#BBBBBB"},
"text" : {"style": "italic"}},

"code.fenced": {"face": "Consolas", "size": 11},
"code": {"face": "Consolas", "size": 11},
"code.fenced": {"face": "Courier New", "size": 11},
"code": {"face": "Courier New", "size": 11},

"list.symbol" : {"color": "#BBBBBB"},
"list.unordered": {},
Expand Down

0 comments on commit e0b6cf7

Please sign in to comment.