Skip to content

Commit bc92fda

Browse files
committed
README.md updated, LICENSE added
1 parent 0e8e792 commit bc92fda

File tree

5 files changed

+51
-37
lines changed

5 files changed

+51
-37
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 Paulo Pacitti
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# sevastolink_ :alien:
22

3+
![Sevastolink](https://i.pinimg.com/originals/c1/20/9c/c1209cd7b1c0a30307d7abdb4d58b8df.jpg)
4+
35
- 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)";
46
- **This color theme is currently under development!**
57

6-
![](https://i.pinimg.com/originals/c1/20/9c/c1209cd7b1c0a30307d7abdb4d58b8df.jpg)
7-
8-
## Supports :floppy_disk:
9-
- iTerm;
10-
- VS Code;
11-
128
## Color Palette :art:
139

1410
Hex | RGBA | HSL |
@@ -18,4 +14,12 @@ Hex | RGBA | HSL |
1814
`#05b669` | `rgb(5, 182, 105)` | `154°, 95%, 37%`
1915
`#f07826` | `rgb(240, 120, 38)` | `24°, 87%, 55%`
2016
`#ccd5d4` | `rgb(204, 213, 212)` | `173°, 10%, 82%`
21-
`#7a807f` | `rgb(122, 128, 127)` | `170°, 2%, 49%`
17+
`#7a807f` | `rgb(122, 128, 127)` | `170°, 2%, 49%`
18+
19+
## Supported Apps :floppy_disk:
20+
- iTerm:
21+
![iTerm color theme screenshot](https://i.imgur.com/W1f6jDw.png)
22+
- VS Code: not ready yet;
23+
24+
## Install
25+
- **Download** in the **releases** section of this repo!

iterm/colors.sh

-11
This file was deleted.

vscode/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sevastolink",
33
"displayName": "sevastolink",
4-
"description": "Alien Isolation color theme",
4+
"description": "A color theme based on 'Alien: Isolation'",
55
"version": "0.0.1",
66
"engines": {
77
"vscode": "^1.48.0"
@@ -12,9 +12,9 @@
1212
"contributes": {
1313
"themes": [
1414
{
15-
"label": "Sevastolink_",
15+
"label": "sevastolink",
1616
"uiTheme": "vs-dark",
17-
"path": "./themes/Sevastolink_-color-theme.json"
17+
"path": "./themes/sevastolink-color-theme.json"
1818
}
1919
]
2020
}

vscode/themes/Sevastolink_-color-theme.json vscode/themes/sevastolink-color-theme.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"button.background": "#f07826",
1111
"button.foreground": "#0c290c",
1212
"button.hoverBackground": "#f07826",
13-
"dropdown.background": "#05b669",
13+
"dropdown.background": "#134213",
1414
"dropdown.border": "#05b669",
1515
"dropdown.foreground": "#7a807f",
1616
"input.background": "#0c290c",
@@ -44,7 +44,7 @@
4444
"list.invalidItemForeground": "#f07826",
4545
"list.errorForeground": "#f07826",
4646
"list.warningForeground": "#f07826",
47-
"listFilterWidget.background": "#05b669",
47+
"listFilterWidget.background": "#134213",
4848
"listFilterWidget.outline": "#f07826",
4949
"listFilterWidget.noMatchesOutline": "#f07826",
5050
"tree.indentGuidesStroke": "#05b669",
@@ -78,7 +78,7 @@
7878
"editor.foreground": "#ccd5d4",
7979
"editorLineNumber.foreground": "#05b669",
8080
"editorCursor.foreground": "#f07826",
81-
"editor.selectionBackground": "#f0782633",
81+
"editor.selectionBackground": "#134213",
8282
"editor.selectionHighlightBackground": "#05b669",
8383
"editor.inactiveSelectionBackground": "#f0782633",
8484
"editor.wordHighlightBackground": "#f078267f",
@@ -91,7 +91,7 @@
9191
"editor.lineHighlightBorder": "#05b669",
9292
"editorLink.activeForeground": "#f07826",
9393
"editor.rangeHighlightBackground": "#05b669",
94-
"editorWhitespace.foreground": "#05b669",
94+
"editorWhitespace.foreground": "#0c290c",
9595
"editorIndentGuide.background": "#05b669",
9696
"editorIndentGuide.activeBackground": "#7a807f",
9797
"editorRuler.foreground": "#05b669",
@@ -185,26 +185,26 @@
185185
"pickerGroup.border": "#ccd5d4",
186186
"pickerGroup.foreground": "#ccd5d4",
187187
"terminal.background": "#0c290c",
188-
"terminal.foreground": "#7a807f",
188+
"terminal.foreground": "#ccd5d4",
189189
"terminal.ansiBlack": "#0c290c",
190-
"terminal.ansiBlue": "#f07826",
191-
"terminal.ansiBrightBlack": "#05b669",
192-
"terminal.ansiBrightBlue": "#f07826",
193-
"terminal.ansiBrightCyan": "#f07826",
194-
"terminal.ansiBrightGreen": "#f07826",
195-
"terminal.ansiBrightMagenta": "#05b669",
190+
"terminal.ansiBlue": "#05b669",
191+
"terminal.ansiBrightBlack": "#0c290c",
192+
"terminal.ansiBrightBlue": "#05b669",
193+
"terminal.ansiBrightCyan": "#05b669",
194+
"terminal.ansiBrightGreen": "#05b669",
195+
"terminal.ansiBrightMagenta": "#f07826",
196196
"terminal.ansiBrightRed": "#f07826",
197197
"terminal.ansiBrightWhite": "#ccd5d4",
198198
"terminal.ansiBrightYellow": "#f07826",
199-
"terminal.ansiCyan": "#f07826",
199+
"terminal.ansiCyan": "#05b669",
200200
"terminal.ansiGreen": "#05b669",
201-
"terminal.ansiMagenta": "#05b669",
201+
"terminal.ansiMagenta": "#f07826",
202202
"terminal.ansiRed": "#f07826",
203203
"terminal.ansiWhite": "#7a807f",
204204
"terminal.ansiYellow": "#f07826",
205-
"terminal.selectionBackground": "#f078267f",
206-
"terminalCursor.background": "#05b669",
207-
"terminalCursor.foreground": "#ccd5d4",
205+
"terminal.selectionBackground": "#05b669",
206+
"terminalCursor.background": "#f07826",
207+
"terminalCursor.foreground": "#f07826",
208208
"debugToolBar.background": "#05b669",
209209
"welcomePage.buttonBackground": "#05b669",
210210
"welcomePage.buttonHoverBackground": "#7a807f",

0 commit comments

Comments
 (0)