This commit is contained in:
sanj 2024-08-04 21:10:17 -07:00
parent 5e8ea5cbf6
commit 4815c48918
4 changed files with 19 additions and 18 deletions

View file

@ -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 ## Version 1.3.2
Added screenshot (for real this time). Added screenshot (for real this time).

View file

@ -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) - [Cascadia Mono](https://github.com/microsoft/cascadia-code)
- [Operator Mono](https://typography.com/fonts/operator/styles) - [Operator Mono](https://typography.com/fonts/operator/styles)
- [Victor Mono](https://fonts.google.com/specimen/Victor+Mono) - [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 ## Acknowledgements
_Neonva_ is based on **Neon** by [Panic](http://Panic.com). _Neonva_ is based on **Neon** by [Panic](http://Panic.com).
Check out my other projects at _[sij.ai](https://sij.ai)_!

View file

@ -118,11 +118,14 @@ meta.gutter.selected {
*/ */
comment { comment {
color: hsl(235, 25%, 55%); color: hsl(180, 25%, 45%);
font-style: italic;
} }
comment.doctag { comment.doctag {
color: hsl(235, 30%, 75%); color: hsl(180, 30%, 55%);
font-style: italic;
} }
processing { processing {
color: hsl(235, 25%, 55%); color: hsl(235, 25%, 55%);
} }

View file

@ -6,5 +6,5 @@
"name": "Neonva", "name": "Neonva",
"organization": "sij", "organization": "sij",
"repository": "https://git.sij.ai/sij/neonva", "repository": "https://git.sij.ai/sij/neonva",
"version": "1.3.2" "version": "1.3.4"
} }