Skip to content

Commit ef703ae

Browse files
committed
First commit.
0 parents  commit ef703ae

File tree

8 files changed

+95
-0
lines changed

8 files changed

+95
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## KastorCode Purple Sky Chrome Theme
2+
3+
> A purple theme for [Google Chrome](https://www.google.com/chrome).
4+
5+
<p align="center">
6+
<img src="assets/icon.png" />
7+
</p>
8+
<p align="center">
9+
<img src="assets/screenshot.png" />
10+
</p>
11+
12+
This is a purple theme with a sky texture of my personal brand as a developer.
13+
14+
> 👷 Developed by Matheus Ramalho de Oliveira.
15+
🔨 Systems Analyst, Full-Stack Developer.
16+
🏡 Goiânia, Goiás, Brasil.
17+
✉️ kastorcode@gmail.com
18+
👍 [instagram.com/kastorcode](https://www.instagram.com/kastorcode)
19+
20+
#### Other themes:
21+
- [Mozilla Firefox](https://addons.mozilla.org/firefox/user/16990587)
22+
- [Visual Studio Code](https://marketplace.visualstudio.com/publishers/kastorcode)

assets/icon.png

9.12 KB
Loading

assets/screenshot.png

322 KB
Loading

images/theme_frame.png

452 Bytes
Loading

images/theme_ntp_background.png

357 KB
Loading

images/theme_tab_background.png

132 Bytes
Loading

images/theme_toolbar.png

132 Bytes
Loading

manifest.json

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"name": "KastorCode Purple Sky Theme",
3+
"version": "1.0.0",
4+
"description": "This is a purple theme with a sky texture of my personal brand as a developer.",
5+
"manifest_version": 2,
6+
"theme": {
7+
"images": {
8+
"theme_frame": "images\/theme_frame.png",
9+
"theme_toolbar": "images\/theme_toolbar.png",
10+
"theme_tab_background": "images\/theme_tab_background.png",
11+
"theme_ntp_background": "images\/theme_ntp_background.png"
12+
},
13+
"colors": {
14+
"frame": [
15+
25,
16+
20,
17+
34
18+
],
19+
"toolbar": [
20+
25,
21+
20,
22+
34
23+
],
24+
"tab_text": [
25+
255,
26+
255,
27+
255
28+
],
29+
"tab_background_text": [
30+
113,
31+
89,
32+
193
33+
],
34+
"bookmark_text": [
35+
255,
36+
255,
37+
255
38+
],
39+
"ntp_background": [
40+
25,
41+
20,
42+
34
43+
],
44+
"ntp_text": [
45+
25,
46+
20,
47+
34
48+
],
49+
"ntp_link": [
50+
113,
51+
89,
52+
193
53+
],
54+
"button_background": [
55+
25,
56+
20,
57+
34,
58+
1
59+
]
60+
},
61+
"tints": {
62+
"buttons": [
63+
0,
64+
0,
65+
1
66+
]
67+
},
68+
"properties": {
69+
"ntp_background_alignment": "bottom",
70+
"ntp_background_repeat": "no-repeat"
71+
}
72+
}
73+
}

0 commit comments

Comments
 (0)