Last active
October 13, 2020 08:24
-
-
Save macouella/7db330ed995ed038567e4f13165f127c to your computer and use it in GitHub Desktop.
Atom One dark pro + Fish + iTerm2
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
# Colours taken from https://github.com/Binaryify/OneDark-Pro | |
# base: #282c34 | |
# mono-1: #abb2bf | |
# mono-2: #818896 | |
# mono-3: #5c6370 | |
# hue-1: #56b6c2 | |
# hue-2: #61aeee | |
# hue-3: #c678dd | |
# hue-4: #98c379 | |
# hue-5: #e06c75 | |
# hue-5-2: #be5046 | |
# hue-6: #d19a66 | |
# hue-6-2: #e6c07b | |
set -U fish_color_autosuggestion 818896 | |
set -U fish_color_cancel 818896 | |
set -U fish_color_command c678dd | |
set -U fish_color_comment 818896 | |
set -U fish_color_cwd 98c379 | |
set -U fish_color_cwd_root e06c75 | |
set -U fish_color_end 98c379 | |
set -U fish_color_error e6c07b | |
set -U fish_color_escape 56b6c2 | |
set -U fish_color_history_current abb2b4 | |
set -U fish_color_host abb2b4 | |
set -U fish_color_host_remote e6c07b | |
set -U fish_color_match abb2b4 | |
set -U fish_color_normal abb2b4 | |
set -U fish_color_operator 56b6c2 | |
set -U fish_color_param abb2b4 | |
set -U fish_color_quote 98c379 | |
set -U fish_color_redirection e06c75 | |
set -U fish_color_search_match 818896 | |
set -U fish_color_selection abb2b4 | |
set -U fish_color_status e06c75 | |
set -U fish_color_user 98c379 | |
set -U fish_color_valid_path abb2b4 | |
set -U fish_pager_color_completion abb2b4 | |
set -U fish_pager_color_description 98c379 | |
set -U fish_pager_color_prefix abb2b4 | |
set -U fish_pager_color_progress brwhite --background=56b6c2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment