Skip to content

Commit

Permalink
Merge pull request #405 from nils-werner/selenized
Browse files Browse the repository at this point in the history
Selenized Theme
  • Loading branch information
Mgldvd committed Nov 15, 2023
2 parents b7498e4 + a89101f commit 8e87c37
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
25 changes: 25 additions & 0 deletions themes/Selenized Dark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Selenized Dark'

color_01: '#103c48' # Black (Host)
color_02: '#fa5750' # Red (Syntax string)
color_03: '#75b938' # Green (Command)
color_04: '#dbb32d' # Yellow (Command second)
color_05: '#4695f7' # Blue (Path)
color_06: '#f275be' # Magenta (Syntax var)
color_07: '#41c7b9' # Cyan (Prompt)
color_08: '#adbcbc' # White

color_09: '#184956' # Bright Black
color_10: '#ff665c' # Bright Red (Command error)
color_11: '#84c747' # Bright Green (Exec)
color_12: '#ebc13d' # Bright Yellow
color_13: '#58a3ff' # Bright Blue (Folder)
color_14: '#ff84cd' # Bright Magenta
color_15: '#53d6c7' # Bright Cyan
color_16: '#cad8d9' # Bright White

background: '#103c48' # Background
foreground: '#adbcbc' # Foreground (Text)

cursor: '#adbcbc' # Cursor
25 changes: 25 additions & 0 deletions themes/Selenized Light.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Solarized Light'

color_01: '#fbf3db' # Black (Host)
color_02: '#d2212d' # Red (Syntax string)
color_03: '#489100' # Green (Command)
color_04: '#ad8900' # Yellow (Command second)
color_05: '#0072d4' # Blue (Path)
color_06: '#ca4898' # Magenta (Syntax var)
color_07: '#009c8f' # Cyan (Prompt)
color_08: '#53676d' # White

color_09: '#ece3cc' # Bright Black
color_10: '#cc1729' # Bright Red (Command error)
color_11: '#428b00' # Bright Green (Exec)
color_12: '#a78300' # Bright Yellow
color_13: '#006dce' # Bright Blue (Folder)
color_14: '#c44392' # Bright Magenta
color_15: '#00978a' # Bright Cyan
color_16: '#3a4d53' # Bright White

background: '#fbf3db' # Background
foreground: '#53676d' # Foreground (Text)

cursor: '#53676d' # Cursor

0 comments on commit 8e87c37

Please sign in to comment.