-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #479 from adsr303/add-nanosecond
Nanosecond theme
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: 'Nanosecond' | ||
author: '' # 'AUTHOR NAME (http://WEBSITE.com)' | ||
variant: '' # dark or light | ||
|
||
color_01: '#000000' # Black (Host) | ||
color_02: '#FF0000' # Red (Syntax string) | ||
color_03: '#00AA00' # Green (Command) | ||
color_04: '#FFAA00' # Yellow (Command second) | ||
color_05: '#00AAFF' # Blue (Path) | ||
color_06: '#FF00FF' # Magenta (Syntax var) | ||
color_07: '#AA00AA' # Cyan (Prompt) | ||
color_08: '#AAAAAA' # White | ||
|
||
color_09: '#555555' # Bright Black | ||
color_10: '#FF5555' # Bright Red (Command error) | ||
color_11: '#80FF80' # Bright Green (Exec) | ||
color_12: '#FFFF80' # Bright Yellow | ||
color_13: '#AACCFF' # Bright Blue (Folder) | ||
color_14: '#FFAAFF' # Bright Magenta | ||
color_15: '#80FFFF' # Bright Cyan | ||
color_16: '#FFFFFF' # Bright White | ||
|
||
background: '#112233' # Background | ||
foreground: '#FAFAFA' # Foreground (Text) | ||
|
||
cursor: '#FAFAFA' # Cursor |