Skip to content

Commit

Permalink
First commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kastorcode committed Aug 25, 2021
0 parents commit 9e4cc85
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## KastorCode Purple Firefox Theme

> A purple theme for [Mozilla Firefox](https://www.mozilla.org/firefox/new).
<p align="center">
<img src="images/0.png" />
</p>
<p align="center">
<img src="assets/preview.svg" />
</p>

This is a purple theme of my personal brand as a developer.

> 👷 Developed by Matheus Ramalho de Oliveira.
🔨 Systems Analyst, Full-Stack Developer.
🏡 Goiânia, Goiás, Brasil.
✉️ [email protected]
👍 [instagram.com/kastorcode](https://www.instagram.com/kastorcode)

#### Other themes:
- [Google Chrome](https://chrome.google.com/webstore/search/kastorcode)
- [Visual Studio Code](https://marketplace.visualstudio.com/publishers/kastorcode)
51 changes: 51 additions & 0 deletions assets/preview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"manifest_version": 2,
"version": "1.0.0",
"name": "KastorCode Purple Theme",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgb(113, 89, 193)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(25, 20, 34)",
"tab_background_text": "rgb(113, 89, 193)",
"toolbar_field": "rgba(255, 255, 255, 0.2)",
"toolbar_field_text": "rgb(25, 20, 34)",
"tab_line": "rgba(255, 255, 255, 0)",
"popup": "rgb(25, 20, 34)",
"popup_text": "rgb(113, 89, 193)",
"button_background_active": "rgba(0, 0, 0, 0.2)",
"button_background_hover": "rgba(255, 255, 255, 0.2)",
"icons_attention": "rgb(0, 255, 255)",
"icons": "rgb(255, 255, 255)",
"popup_highlight_text": "rgb(113, 89, 193)",
"popup_highlight": "rgb(25, 20, 34)",
"sidebar_border": "rgb(113, 89, 193)",
"sidebar_highlight_text": "rgb(255, 255, 255)",
"sidebar_highlight": "rgb(113, 89, 193)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar": "rgb(25, 20, 34)",
"tab_selected": "rgb(25, 20, 34)",
"tab_text": "rgb(255, 255, 255)",
"toolbar_bottom_separator": "rgb(25, 20, 34)",
"toolbar_field_border_focus": "rgb(113, 89, 193)",
"toolbar_field_border": "rgb(25, 20, 34)",
"toolbar_field_focus": "rgba(25, 20, 34, 0.1)",
"toolbar_field_highlight_text": "rgb(255, 255, 255)",
"toolbar_field_highlight": "rgb(113, 89, 193)",
"toolbar_field_separator": "rgb(25, 20, 34)",
"toolbar_top_separator": "rgb(25, 20, 34)",
"tab_loading": "rgba(255, 255, 255, 0)"
}
}
}

0 comments on commit 9e4cc85

Please sign in to comment.