-
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 #478 from Gogh-Co/dracula
Dracula
- Loading branch information
Showing
6 changed files
with
75 additions
and
75 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
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
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
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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{ | ||
"name": "Dracula", | ||
"author": "", | ||
"variant": "", | ||
"color_01": "#44475A", | ||
"color_02": "#FF5555", | ||
"color_03": "#50FA7B", | ||
"color_04": "#FFB86C", | ||
"color_05": "#8BE9FD", | ||
"color_06": "#BD93F9", | ||
"color_07": "#FF79C6", | ||
"color_08": "#f8f8f2", | ||
"color_09": "#000000", | ||
"author": "Dracula (https://draculatheme.com)", | ||
"variant": "dark", | ||
"color_01": "#262626", | ||
"color_02": "#E64747", | ||
"color_03": "#42E66C", | ||
"color_04": "#E4F34A", | ||
"color_05": "#9B6BDF", | ||
"color_06": "#E356A7", | ||
"color_07": "#75D7EC", | ||
"color_08": "#F8F8F2", | ||
"color_09": "#7A7A7A", | ||
"color_10": "#FF5555", | ||
"color_11": "#50FA7B", | ||
"color_12": "#FFB86C", | ||
"color_13": "#8BE9FD", | ||
"color_14": "#BD93F9", | ||
"color_15": "#FF79C6", | ||
"color_16": "#FFFFFF", | ||
"color_12": "#F1FA8C", | ||
"color_13": "#BD93F9", | ||
"color_14": "#FF79C6", | ||
"color_15": "#8BE9FD", | ||
"color_16": "#F9F9FB", | ||
"background": "#282A36", | ||
"foreground": "#f8f8f2", | ||
"cursor": "#f8f8f2", | ||
"hash": "d1ae32cb9490da18366c4f0f08d77e087e93cc1dfa46ea40f03ae6bed12c57d7" | ||
"foreground": "#F8F8F2", | ||
"cursor": "#F8F8F2", | ||
"hash": "407cedb9b79be33f3f7dcc9ef7f19feda921b2b08dcf9ad9b8f997ef2e6c35ac" | ||
} |
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 |
---|---|---|
@@ -1,27 +1,27 @@ | ||
--- | ||
name: 'Dracula' | ||
author: '' # 'AUTHOR NAME (http://WEBSITE.com)' | ||
variant: '' # dark or light | ||
author: 'Dracula (https://draculatheme.com)' | ||
variant: 'dark' # dark or light | ||
|
||
color_01: '#44475A' # Black (Host) | ||
color_02: '#FF5555' # Red (Syntax string) | ||
color_03: '#50FA7B' # Green (Command) | ||
color_04: '#FFB86C' # Yellow (Command second) | ||
color_05: '#8BE9FD' # Blue (Path) | ||
color_06: '#BD93F9' # Magenta (Syntax var) | ||
color_07: '#FF79C6' # Cyan (Prompt) | ||
color_08: '#f8f8f2' # White | ||
color_01: '#262626' # Black (Host) | ||
color_02: '#E64747' # Red (Syntax string) | ||
color_03: '#42E66C' # Green (Command) | ||
color_04: '#E4F34A' # Yellow (Command second) | ||
color_05: '#9B6BDF' # Blue (Path) | ||
color_06: '#E356A7' # Magenta (Syntax var) | ||
color_07: '#75D7EC' # Cyan (Prompt) | ||
color_08: '#F8F8F2' # White | ||
|
||
color_09: '#000000' # Bright Black | ||
color_09: '#7A7A7A' # Bright Black | ||
color_10: '#FF5555' # Bright Red (Command error) | ||
color_11: '#50FA7B' # Bright Green (Exec) | ||
color_12: '#FFB86C' # Bright Yellow | ||
color_13: '#8BE9FD' # Bright Blue (Folder) | ||
color_14: '#BD93F9' # Bright Magenta | ||
color_15: '#FF79C6' # Bright Cyan | ||
color_16: '#FFFFFF' # Bright White | ||
color_12: '#F1FA8C' # Bright Yellow | ||
color_13: '#BD93F9' # Bright Blue (Folder) | ||
color_14: '#FF79C6' # Bright Magenta | ||
color_15: '#8BE9FD' # Bright Cyan | ||
color_16: '#F9F9FB' # Bright White | ||
|
||
background: '#282A36' # Background | ||
foreground: '#f8f8f2' # Foreground (Text) | ||
foreground: '#F8F8F2' # Foreground (Text) | ||
|
||
cursor: '#f8f8f2' # Cursor | ||
cursor: '#F8F8F2' # Cursor |
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 |
---|---|---|
@@ -1 +1 @@ | ||
Pipeline run timestamp: 2024-10-23 21:09:15 | ||
Pipeline run timestamp: 2024-11-02 13:47:59 |