diff --git a/CHANGELOG.md b/CHANGELOG.md index ecbceeb..07dc23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## Version 1.3.4 + +Minor fix, and proper PNG screenshot. + +## Version 1.3.3 + +Italicize commented text and make it teal. + ## Version 1.3.2 Added screenshot (for real this time). diff --git a/README.md b/README.md index 39f684f..54c4eda 100644 --- a/README.md +++ b/README.md @@ -11,28 +11,18 @@ ``` -## 👋 Howdy folks! +👋 Howdy folks! _Neonva_ is a quick and dirty modification of the stock theme _Neon_ by [Panic](http://Panic.com). There are some subtle changes here and there, but the main attraction is the _italicization_ of **keywords.** -_Neonva_ is a quick and dirty modification of the stock theme _Neon_ by [Panic](http://Panic.com). +![screenshot](https://img.sij.ai/neonva.png) -There are some subtle changes here and there, but the main attraction is the _italicization_ of **keywords.** - -Go ahead and pour yourself a cup of your favorite beverage (_chilled_ or **hot**), load up your favorite font with _cursive italics_, and enjoy yourself. - -Here are a few fan favorites: +Go ahead and pour yourself a cup of your favorite beverage (_chilled_ or **hot**), load up your favorite font with _cursive italics_, and enjoy yourself. Here are a few fan favorites: - [Cascadia Mono](https://github.com/microsoft/cascadia-code) - [Operator Mono](https://typography.com/fonts/operator/styles) - [Victor Mono](https://fonts.google.com/specimen/Victor+Mono) -## Screenshot - -![screenshot](https://img.sij.ai/neonva.jpg) - -## Shameless self-promotion - -Check out my other projects at _[sij.ai](https://sij.ai)_! - ## Acknowledgements _Neonva_ is based on **Neon** by [Panic](http://Panic.com). + +Check out my other projects at _[sij.ai](https://sij.ai)_! diff --git a/Themes/neonva.css b/Themes/neonva.css index 3ea7756..a68cc8e 100644 --- a/Themes/neonva.css +++ b/Themes/neonva.css @@ -118,11 +118,14 @@ meta.gutter.selected { */ comment { - color: hsl(235, 25%, 55%); + color: hsl(180, 25%, 45%); + font-style: italic; } comment.doctag { - color: hsl(235, 30%, 75%); + color: hsl(180, 30%, 55%); + font-style: italic; } + processing { color: hsl(235, 25%, 55%); } diff --git a/extension.json b/extension.json index 484a4b1..9608f79 100644 --- a/extension.json +++ b/extension.json @@ -6,5 +6,5 @@ "name": "Neonva", "organization": "sij", "repository": "https://git.sij.ai/sij/neonva", - "version": "1.3.2" + "version": "1.3.4" }