For text only, not designed for programming.
Download and obtain a license here: https://www.sublimetext.com/
Settings > Browse Packages... > Paste theme files in this directory.
U.S. Graphics Company internal part numbers.
┌─────────────┬─────────────┬────────────────┬──────────────────────────────────┐
│ PART NUMBER │ THEME NAME │ DESCRIPTION │ COMMENT │
├─────────────┼─────────────┼────────────────┼──────────────────────────────────┤
│ 5200-010 │ HIGHK │ White scheme │ High dielectric constant │
│ 5200-020 │ RETICLE │ Dark scheme │ Photomask for lithography │
│ 5200-030 │ POLYIMIDE │ Amber scheme │ Heat-resistant polymer │
│ 5200-040 │ EPITAXY │ Magenta scheme │ Crystal layer growth │
│ 5200-050 │ METALGATE │ Cyan cheme │ Metal gate transistor │
└─────────────┴─────────────┴────────────────┴──────────────────────────────────┘
Theme file names are formatted as USGC-<THEME NAME>-<SOFTWARE CODE>.
┌───────────────┬────────────────┐
│ SOFTWARE CODE │ SOFTWARE NAME │
├───────────────┼────────────────┤
│ ST │ Sublime Text │
└───────────────┴────────────────┘
┌───────────┬──────────────────────┐
│ HEX COLOR │ NAME │
├───────────┼──────────────────────┤
│ 000000 │ BLACK │
│ FFFFFF │ WHITE │
│ FF0000 │ FL RED │
│ 00FF00 │ FL GREEN │
│ 0000FF │ FL BLUE │
│ 00FFFF │ FL CYAN │
│ FF00FF │ FL MAGENTA │
│ FFFF00 │ FL YELLOW │
│ FF6600 │ FL ORANGE │
│ 660000 │ MAROON │
│ 00A645 │ GREEN │
│ 000066 │ BLUE │
│ 006666 │ CYAN │
│ 660066 │ MAGENTA │
│ FFBF00 │ YELLOW │
│ 666600 │ OLIVE │
│ 999999 │ GRAY │
└───────────┴──────────────────────┘
These themes work best with the following settings in your Preferences.sublime-settings file:
WARNING: vim mode is active in this settings file.
{
"theme": "Adaptive.sublime-theme",
"color_scheme": "USGC-RETICLE-ST.sublime-color-scheme",
"theme_font_options": ["no_italic"],
"auto_complete": true,
"caret_blink_interval": 0.5,
"caret_extra_bottom": -5,
"caret_extra_top": -5,
"caret_extra_width": 0,
"caret_style": "wide",
"font_face": "Berkeley Mono Condensed",
"font_size": 13,
"font_options": ["no_italic"],
"line_padding_top": -1,
"line_padding_bottom": -1,
"highlight_line": false,
"rulers": [96],
"default_line_endings": "unix",
"show_line_endings": false,
"tab_size": 4,
"tab_completion": false,
"detect_indentation": false,
"draw_white_space": "none",
"draw_indent_guides": false,
"index_files": true,
"ignored_packages": [
]
}
Here is the updated flowing table with a merged header column:
Here is the updated Markdown table with all text in code format and without bold formatting:
For macOS iTerm only.
- Settings (⌘ + ,)
- Profiles Tab
- Select a profile in the left column
- Colors Tab
- Color Presets... > Import...
- Select the
.itermcolorsfile - Color Presets... > Select the imported scheme
USGC-<THEME NAME>-IT
# USGC BASH PROMPT
if [[ $- == *i* ]]; then
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export PS1="\[$(tput setaf 7)\]❬\h❭ \[$(tput setaf 2)\]\W\[$(tput setaf 1)\] ●\[$(tput sgr0)\] "
fi
┌─────────────┬─────────────┬────────────────┐
│ PART NUMBER │ THEME NAME │ DESCRIPTION │
├─────────────┼─────────────┼────────────────┤
│ 5201-010 │ RETICLE │ Reticle scheme │
└─────────────┴─────────────┴────────────────┘




