Skip to content

Commit

Permalink
Merge pull request #479 from adsr303/add-nanosecond
Browse files Browse the repository at this point in the history
Nanosecond theme
  • Loading branch information
Mgldvd authored Nov 6, 2024
2 parents fd05caa + e509e6f commit a27dad9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions themes/Nanosecond.yml
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

0 comments on commit a27dad9

Please sign in to comment.