diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..fbf6fc9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Paulo Pacitti + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index d68a3ef..e6ac2f0 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,10 @@ # sevastolink_ :alien: +![Sevastolink](https://i.pinimg.com/originals/c1/20/9c/c1209cd7b1c0a30307d7abdb4d58b8df.jpg) + - A color theme based on **Sevastolink**, [Sevastopol's](https://alienanthology.fandom.com/wiki/Sevastopol_Station) desktop OS presented in SEGA's "[Alien: Isolation](https://en.wikipedia.org/wiki/Alien:_Isolation)"; - **This color theme is currently under development!** -![](https://i.pinimg.com/originals/c1/20/9c/c1209cd7b1c0a30307d7abdb4d58b8df.jpg) - -## Supports :floppy_disk: -- iTerm; -- VS Code; - ## Color Palette :art: Hex | RGBA | HSL | @@ -18,4 +14,12 @@ Hex | RGBA | HSL | `#05b669` | `rgb(5, 182, 105)` | `154°, 95%, 37%` `#f07826` | `rgb(240, 120, 38)` | `24°, 87%, 55%` `#ccd5d4` | `rgb(204, 213, 212)` | `173°, 10%, 82%` -`#7a807f` | `rgb(122, 128, 127)` | `170°, 2%, 49%` \ No newline at end of file +`#7a807f` | `rgb(122, 128, 127)` | `170°, 2%, 49%` + +## Supported Apps :floppy_disk: +- iTerm: + ![iTerm color theme screenshot](https://i.imgur.com/W1f6jDw.png) +- VS Code: not ready yet; + +## Install +- **Download** in the **releases** section of this repo! \ No newline at end of file diff --git a/iterm/colors.sh b/iterm/colors.sh deleted file mode 100644 index 7836682..0000000 --- a/iterm/colors.sh +++ /dev/null @@ -1,11 +0,0 @@ -T='gYw' # The test text -echo -e "\n 40m 41m 42m 43m 44m 45m 46m 47m"; -for FGs in ' m' ' 1m' ' 30m' '1;30m' ' 31m' '1;31m' ' 32m' '1;32m' ' 33m' '1;33m' ' 34m' '1;34m' ' 35m' '1;35m' ' 36m' '1;36m' ' 37m' '1;37m'; - do FG=${FGs// /} - echo -en " $FGs \033[$FG $T " - for BG in 40m 41m 42m 43m 44m 45m 46m 47m; - do echo -en "$EINS \033[$FG\033[$BG $T \033[0m\033[$BG \033[0m"; - done - echo; -done - diff --git a/vscode/package.json b/vscode/package.json index 27eed29..44241bb 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -1,7 +1,7 @@ { "name": "sevastolink", "displayName": "sevastolink", - "description": "Alien Isolation color theme", + "description": "A color theme based on 'Alien: Isolation'", "version": "0.0.1", "engines": { "vscode": "^1.48.0" @@ -12,9 +12,9 @@ "contributes": { "themes": [ { - "label": "Sevastolink_", + "label": "sevastolink", "uiTheme": "vs-dark", - "path": "./themes/Sevastolink_-color-theme.json" + "path": "./themes/sevastolink-color-theme.json" } ] } diff --git a/vscode/themes/Sevastolink_-color-theme.json b/vscode/themes/sevastolink-color-theme.json similarity index 94% rename from vscode/themes/Sevastolink_-color-theme.json rename to vscode/themes/sevastolink-color-theme.json index 1be5f19..e4ee7a5 100644 --- a/vscode/themes/Sevastolink_-color-theme.json +++ b/vscode/themes/sevastolink-color-theme.json @@ -10,7 +10,7 @@ "button.background": "#f07826", "button.foreground": "#0c290c", "button.hoverBackground": "#f07826", - "dropdown.background": "#05b669", + "dropdown.background": "#134213", "dropdown.border": "#05b669", "dropdown.foreground": "#7a807f", "input.background": "#0c290c", @@ -44,7 +44,7 @@ "list.invalidItemForeground": "#f07826", "list.errorForeground": "#f07826", "list.warningForeground": "#f07826", - "listFilterWidget.background": "#05b669", + "listFilterWidget.background": "#134213", "listFilterWidget.outline": "#f07826", "listFilterWidget.noMatchesOutline": "#f07826", "tree.indentGuidesStroke": "#05b669", @@ -78,7 +78,7 @@ "editor.foreground": "#ccd5d4", "editorLineNumber.foreground": "#05b669", "editorCursor.foreground": "#f07826", - "editor.selectionBackground": "#f0782633", + "editor.selectionBackground": "#134213", "editor.selectionHighlightBackground": "#05b669", "editor.inactiveSelectionBackground": "#f0782633", "editor.wordHighlightBackground": "#f078267f", @@ -91,7 +91,7 @@ "editor.lineHighlightBorder": "#05b669", "editorLink.activeForeground": "#f07826", "editor.rangeHighlightBackground": "#05b669", - "editorWhitespace.foreground": "#05b669", + "editorWhitespace.foreground": "#0c290c", "editorIndentGuide.background": "#05b669", "editorIndentGuide.activeBackground": "#7a807f", "editorRuler.foreground": "#05b669", @@ -185,26 +185,26 @@ "pickerGroup.border": "#ccd5d4", "pickerGroup.foreground": "#ccd5d4", "terminal.background": "#0c290c", - "terminal.foreground": "#7a807f", + "terminal.foreground": "#ccd5d4", "terminal.ansiBlack": "#0c290c", - "terminal.ansiBlue": "#f07826", - "terminal.ansiBrightBlack": "#05b669", - "terminal.ansiBrightBlue": "#f07826", - "terminal.ansiBrightCyan": "#f07826", - "terminal.ansiBrightGreen": "#f07826", - "terminal.ansiBrightMagenta": "#05b669", + "terminal.ansiBlue": "#05b669", + "terminal.ansiBrightBlack": "#0c290c", + "terminal.ansiBrightBlue": "#05b669", + "terminal.ansiBrightCyan": "#05b669", + "terminal.ansiBrightGreen": "#05b669", + "terminal.ansiBrightMagenta": "#f07826", "terminal.ansiBrightRed": "#f07826", "terminal.ansiBrightWhite": "#ccd5d4", "terminal.ansiBrightYellow": "#f07826", - "terminal.ansiCyan": "#f07826", + "terminal.ansiCyan": "#05b669", "terminal.ansiGreen": "#05b669", - "terminal.ansiMagenta": "#05b669", + "terminal.ansiMagenta": "#f07826", "terminal.ansiRed": "#f07826", "terminal.ansiWhite": "#7a807f", "terminal.ansiYellow": "#f07826", - "terminal.selectionBackground": "#f078267f", - "terminalCursor.background": "#05b669", - "terminalCursor.foreground": "#ccd5d4", + "terminal.selectionBackground": "#05b669", + "terminalCursor.background": "#f07826", + "terminalCursor.foreground": "#f07826", "debugToolBar.background": "#05b669", "welcomePage.buttonBackground": "#05b669", "welcomePage.buttonHoverBackground": "#7a807f",