Skip to content

usgraphics/usgc-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USGC Sublime Text Color Schemes

For text only, not designed for programming.

Sublime Text

Download and obtain a license here: https://www.sublimetext.com/

Installation

Settings > Browse Packages... > Paste theme files in this directory.

Themes list

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   │
└───────────────┴────────────────┘

Standard colors

┌───────────┬──────────────────────┐
│ 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                 │
└───────────┴──────────────────────┘

Sublime Text Preferences

These themes work best with the following settings in your Preferences.sublime-settings file:

usgc-theme-colors

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": [
	]
}

Screenshots

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:

U.S. Graphics Company Themes
HIGHK
USGC-HIGHK-ST
PN#: 5200-010
HIGHK
RETICLE
USGC-RETICLE-ST
PN#: 5200-020
RETICLE
POLYIMIDE
USGC-POLYIMIDE-ST
PN#: 5200-030
POLYIMIDE
EPITAXY
USGC-EPITAXY-ST
PN#: 5200-040
EPITAXY
METALGATE
USGC-METALGATE-ST
PN#: 5200-050
METALGATE

USGC iTerm Color Schemes

For macOS iTerm only.

Instructions

  • Settings (⌘ + ,)
  • Profiles Tab
  • Select a profile in the left column
  • Colors Tab
  • Color Presets... > Import...
  • Select the .itermcolors file
  • Color Presets... > Select the imported scheme USGC-<THEME NAME>-IT

USGC Bash Prompt

# 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 Numbers

┌─────────────┬─────────────┬────────────────┐
│ PART NUMBER │ THEME NAME  │ DESCRIPTION    │
├─────────────┼─────────────┼────────────────┤
│ 5201-010    │ RETICLE     │ Reticle scheme │
└─────────────┴─────────────┴────────────────┘

Screenshot

USGC-RETICLE-IT

About

Color themes developed by USGC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages