Nostromo Color Scheme
A retro sci-fi color theme for Sublime Text
Labels color scheme
Details
Installs
- Total 1K
- Win 566
- Mac 211
- Linux 224
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Nostromo Theme (for Sublime Text)
A retro sci-fi color theme.
Inspired by computer terminals in sci-fi movies of the 70s and 80s.
Install via Package Control
If you are using Package Control, you can install the theme via the Package Control: Install Package
menu item.
Find it as Nostromo Color Scheme
in the packages list.
Install manually
- Download the theme
- Using Git:
git clone https://github.com/pappkamerad/nostromo-theme-sublime.git
. - Or manually: Download .zip package from GitHub.
- Using Git:
- Copy to the Sublime Text packages folder.
- Find your Packages directory using the menu item
Preferences -> Browse Packages...
. - Create a folder called
Nostromo Color Scheme
. - Copy the downloaded (unzipped) files into this folder.
- Find your Packages directory using the menu item
- Activate the theme
- Go to
Preferences -> Color Scheme
and selectNostromo Color Scheme
.
- Go to
Color Palette
Color | Hex | RGB | Usage |
---|---|---|---|
Background | #282e33 |
40, 46, 51 |
|
Foreground | #fdfae9 |
253, 250, 233 |
text, variables |
FG_Darker_1 | #bebeb4 |
190, 190, 180 |
weak warning, doc comment |
FG_Darker_2 | #6a6e6d |
106, 110, 109 |
comments |
Yellow | #f6e78a |
246, 231, 138 |
keywords, operators, bright accent |
Red | #e75d57 |
231, 93, 87 |
functions, methods |
Cyan | #81d9c3 |
129, 217, 195 |
classes, types, selectors |
Blue | #6b9dd0 |
107, 157, 208 |
properties, fields, attributes |
Purple | #aa97d3 |
170, 151, 211 |
numbers, constants, enum values, structs |
Green | #87d68a |
135, 214, 138 |
strings, links |
Orange | #ffa55b |
255, 165, 91 |
type parameters, metadata, decorators, labels |
Pink | #fd5a91 |
253, 90, 145 |
delegates, events, macros |
UI Shades
Color | Hex | RGB | Usage |
---|---|---|---|
BG_Lighter_5 | #4a6c82 |
74, 108, 130 |
misc. ui color |
BG_Lighter_4 | #415f73 |
65, 95, 115 |
line number |
BG_Lighter_3 | #375061 |
55, 80, 97 |
selection, word highlight strong |
BG_Lighter_2 | #34404a |
52, 64, 74 |
ident guide, line number, visible white space, word highlight |
BG_Lighter_1 | #2e363d |
46, 54, 61 |
search/find range highlight background |
BG_Darker_1 | #21272b |
33, 39, 43 |
current line highlight, template language |
BG_Darker_2 | #1d2326 |
29, 35, 38 |
misc. ui color |
BG_Accent | #5e9d63 |
94, 157, 99 |
search/find highlight background |
BG_Accent_Ui | #537a92 |
83, 122, 146 |
ui accent dark |
Other versions
The Nostromo theme is also available for: * Visual Studio Code * Visual Studio * Jetbrains IDEs
Credits
© Martin Theimer