This commit is contained in:
iFargle 2023-08-21 23:07:52 +09:00
parent 4e837b3975
commit 6ef940fe51

View file

@ -28,28 +28,28 @@ in {
# https://github.com/Gogh-Co/Gogh/blob/master/themes/Gruvbox%20Dark.yml
highlight = [ ];
palette = [
'#282828' # Black (Host)
'#CC241D' # Red (Syntax string)
'#98971A' # Green (Command)
'#D79921' # Yellow (Command second)
'#458588' # Blue (Path)
'#B16286' # Magenta (Syntax var)
'#689D6A' # Cyan (Prompt)
'#A89984' # White
"#282828" # Black (Host)
"#CC241D" # Red (Syntax string)
"#98971A" # Green (Command)
"#D79921" # Yellow (Command second)
"#458588" # Blue (Path)
"#B16286" # Magenta (Syntax var)
"#689D6A" # Cyan (Prompt)
"#A89984" # White
'#928374' # Bright Black
'#FB4934' # Bright Red (Command error)
'#B8BB26' # Bright Green (Exec)
'#FABD2F' # Bright Yellow
'#83A598' # Bright Blue (Folder)
'#D3869B' # Bright Magenta
'#8EC07C' # Bright Cyan
'#EBDBB2' # Bright White
"#928374" # Bright Black
"#FB4934" # Bright Red (Command error)
"#B8BB26" # Bright Green (Exec)
"#FABD2F" # Bright Yellow
"#83A598" # Bright Blue (Folder)
"#D3869B" # Bright Magenta
"#8EC07C" # Bright Cyan
"#EBDBB2" # Bright White
'#282828' # Background
'#EBDBB2' # Foreground (Text)
"#282828" # Background
"#EBDBB2" # Foreground (Text)
'#EBDBB2' # Cursor
"#EBDBB2" # Cursor
];
};
};