Skip to content

Commit

Permalink
Merge pull request #487 from Gabrielsoac/master
Browse files Browse the repository at this point in the history
Created Minimalist Dark Theme
  • Loading branch information
Mgldvd authored Nov 29, 2024
2 parents d9b2523 + c2ef0b3 commit 1355592
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions themes/Minimalist Dark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: 'Minimalist Dark'
author: 'Gabriel Soares (https://github.com/Gabrielsoac)' # 'AUTHOR NAME (http://WEBSITE.com)'
variant: 'dark' # dark or light

color_01: '#F5F5F5' # Black (Host)
color_02: '#B81414' # Red (Syntax string)
color_03: '#205843' # Green (Command)
color_04: '#D28F79' # Yellow (Command second)
color_05: '#AA5A24' # Blue (Path)
color_06: '#582957' # Magenta (Syntax var)
color_07: '#FE8330' # Cyan (Prompt)
color_08: '#A5A2A2' # White

color_09: '#5C5855' # Bright Black
color_10: '#E8BBD0' # Bright Red (Command error)
color_11: '#006400' # Bright Green (Exec)
color_12: '#4A4543' # Bright Yellow
color_13: '#A16A94' # Bright Blue (Folder)
color_14: '#A020F0' # Bright Magenta
color_15: '#FF69B4' # Bright Cyan
color_16: '#CACAD0' # Bright White

background: '#13141f' # Background
foreground: '#F5F5F5' # Foreground (Text)

cursor: '#F5F5F5' # Cursor

0 comments on commit 1355592

Please sign in to comment.