-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add polybar and fish color support, fix util md5 hash error
- Loading branch information
Showing
4 changed files
with
37 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
background = d9{color0.strip} | ||
background-alt = {color8.strip} | ||
foreground = {color7.strip} | ||
foreground-alt = {color7.strip} | ||
primary = {color1.strip} | ||
secondary = {color2.strip} | ||
alert = {color3.strip} | ||
disabled = {color15.strip} |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
set fish_color_normal normal | ||
set fish_color_command {color3.strip} | ||
set fish_color_param {color11.strip} | ||
set fish_color_redirection $fish_color_param | ||
set fish_color_comment {color2.strip} | ||
set fish_color_error ff0000 | ||
set fish_color_escape {color1.strip} | ||
set fish_color_operator $fish_color_escape | ||
set fish_color_end {color1.strip} | ||
set fish_color_quote {color2.strip} | ||
set fish_color_autosuggestion {color8.strip} | ||
set fish_color_user {color12.strip} | ||
set fish_color_host {color4.strip} | ||
set fish_color_valid_path --underline | ||
set fish_color_cwd {color4.strip} | ||
set fish_color_cwd_root red | ||
set fish_color_match --background=brblue | ||
set fish_color_search_match bryellow --background=brblack | ||
set fish_color_selection white --bold --background=brblack | ||
set fish_color_cancel -r | ||
set fish_pager_color_prefix white --bold --underline | ||
set fish_pager_color_completion {color15.strip} --background={color0.strip} | ||
set fish_pager_color_description $fish_color_quote yellow | ||
set fish_pager_color_progress {color6.strip} --background={color0.strip} | ||
set fish_color_history_current --bold |
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