We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2f13d commit f060d2fCopy full SHA for f060d2f
README.md
@@ -1,6 +1,5 @@
1

2
# ArifCode Theme
3
-
4
Oceanic dark theme for VS Code and Windows Terminal.
5
6
## Installation
images/banner.png
1.68 KB
package.json
@@ -31,14 +31,15 @@
31
"icon": "images/logo-dark.png",
32
"keywords": [
33
"arifcode",
34
- "dark",
35
- "theme",
+ "dark-theme",
36
"modern",
37
"elegant",
38
"accessible",
39
"color-theme",
40
"oceanic",
41
- "laravel"
+ "laravel",
+ "minimalist",
42
+ "minimal"
43
],
44
"license": "MIT",
45
"maintainers": [
@@ -54,5 +55,5 @@
54
55
"build": "node src/index.js",
56
"dev": "watch 'npm run build' ./src"
57
},
- "version": "0.0.13"
58
+ "version": "0.0.14"
59
}
0 commit comments