Created
April 30, 2026 18:46
-
-
Save hydroid7/51358c409ada2b30fc1be0b1e1cca651 to your computer and use it in GitHub Desktop.
Warm Burnout Fish Theme
This file contains hidden or 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
| # Warm Burnout Dark | |
| # A warm, high-contrast dark theme with ember and ash tones. | |
| # All tokens AAA (>= 7:1 contrast) on background #1a1510. | |
| # | |
| # Installation: | |
| # Place this file in ~/.config/fish/themes/ | |
| # Then run: fish_config theme choose "Warm Burnout Dark" | |
| # Or apply immediately with: fish_config theme save "Warm Burnout Dark" | |
| fish_color_normal bfbdb6 # Foreground 9.6:1 AAA | |
| fish_color_command ffb454 # Functions 10.3:1 AAA | |
| fish_color_keyword ff8f40 # Keywords 8.0:1 AAA | |
| fish_color_quote b4bc78 # Strings 9.0:1 AAA | |
| fish_color_redirection f29668 # Operators 8.1:1 AAA | |
| fish_color_end f29668 # Operators (end) 8.1:1 AAA | |
| fish_color_error f49090 # Errors 7.9:1 AAA | |
| fish_color_param bfbdb6 # Parameters 9.6:1 AAA | |
| fish_color_valid_path b4bc78 # Valid paths (strings) | |
| fish_color_option e6c08a # Decorators 10.6:1 AAA | |
| fish_color_comment b4a89c # Comments 7.8:1 AAA | |
| fish_color_selection --background=2d261e | |
| fish_color_search_match --background=2d261e | |
| fish_color_operator f29668 # Operators 8.1:1 AAA | |
| fish_color_escape dc9e92 # Tags 8.1:1 AAA | |
| fish_color_autosuggestion 544c40 # Muted autosuggestion | |
| fish_color_cancel f49090 # Errors | |
| # Pager | |
| fish_pager_color_progress b4a89c # Comments | |
| fish_pager_color_background --background=1a1510 | |
| fish_pager_color_prefix ffb454 # Functions (matched prefix) | |
| fish_pager_color_completion bfbdb6 # Foreground | |
| fish_pager_color_description b4a89c # Comments | |
| fish_pager_color_selected_background --background=2d261e | |
| fish_pager_color_selected_prefix ff8f40 | |
| fish_pager_color_selected_completion bfbdb6 | |
| fish_pager_color_selected_description b4a89c | |
| fish_pager_color_secondary_background --background=1a1510 | |
| fish_pager_color_secondary_prefix ffb454 | |
| fish_pager_color_secondary_completion bfbdb6 | |
| fish_pager_color_secondary_description b4a89c |
This file contains hidden or 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
| # Warm Burnout Light | |
| # A warm, parchment-toned light theme with burnt sienna and forest accents. | |
| # All tokens AA (>= 4.5:1 contrast) on background #F5EDE0. | |
| # | |
| # Installation: | |
| # Place this file in ~/.config/fish/themes/ | |
| # Then run: fish_config theme choose "Warm Burnout Light" | |
| # Or apply immediately with: fish_config theme save "Warm Burnout Light" | |
| fish_color_normal 3a3630 # Foreground 10.3:1 AAA | |
| fish_color_command 855700 # Functions 5.4:1 AA | |
| fish_color_keyword 924800 # Keywords 5.7:1 AA | |
| fish_color_quote 4d5c1a # Strings 6.3:1 AA | |
| fish_color_redirection 8f4418 # Operators 6.0:1 AA | |
| fish_color_end 8f4418 # Operators (end) 6.0:1 AA | |
| fish_color_error b03434 # Errors 5.3:1 AA | |
| fish_color_param 3a3630 # Parameters 10.3:1 AAA | |
| fish_color_valid_path 4d5c1a # Valid paths (strings) | |
| fish_color_option 7a5a1c # Decorators 5.5:1 AA | |
| fish_color_comment 544c40 # Comments 7.3:1 AAA | |
| fish_color_selection --background=e8dcc8 | |
| fish_color_search_match --background=e8dcc8 | |
| fish_color_operator 8f4418 # Operators 6.0:1 AA | |
| fish_color_escape 8e4632 # Tags 5.9:1 AA | |
| fish_color_autosuggestion b4a89c # Muted autosuggestion | |
| fish_color_cancel b03434 # Errors | |
| # Pager | |
| fish_pager_color_progress 544c40 # Comments | |
| fish_pager_color_background --background=F5EDE0 | |
| fish_pager_color_prefix 855700 # Functions (matched prefix) | |
| fish_pager_color_completion 3a3630 # Foreground | |
| fish_pager_color_description 544c40 # Comments | |
| fish_pager_color_selected_background --background=e8dcc8 | |
| fish_pager_color_selected_prefix 924800 | |
| fish_pager_color_selected_completion 3a3630 | |
| fish_pager_color_selected_description 544c40 | |
| fish_pager_color_secondary_background --background=F5EDE0 | |
| fish_pager_color_secondary_prefix 855700 | |
| fish_pager_color_secondary_completion 3a3630 | |
| fish_pager_color_secondary_description 544c40 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment