diff --git a/dot_config/fish/executable_config.fish b/dot_config/fish/executable_config.fish index fc59cd7..ffb3376 100644 --- a/dot_config/fish/executable_config.fish +++ b/dot_config/fish/executable_config.fish @@ -57,6 +57,7 @@ alias ca "cargo" alias mkt "cd (mktemp -d)" alias y "sudo zypper" alias czm "chezmoi" +alias r "ranger" # Git Aliases alias g "git" alias gs "g status --short" diff --git a/dot_config/sway/config b/dot_config/sway/config index ec58b61..695731d 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -122,7 +122,7 @@ bindsym $mod+Alt+k resize grow height 10 bindsym $mod+d focus mode_toggle # Screenshots -bindsym Shift+p exec ~/.config/sway/screen.sh -s +bindsym $mod+Shift+p exec ~/.config/sway/screen.sh -s bindsym Shift+Alt+p exec ~/.config/sway/screen.sh # Volume diff --git a/dot_doom.d/themes/deepsea-theme.el b/dot_doom.d/themes/deepsea-theme.el index 4f62ffd..4afaef4 100644 --- a/dot_doom.d/themes/deepsea-theme.el +++ b/dot_doom.d/themes/deepsea-theme.el @@ -50,7 +50,7 @@ determine the exact padding." (fg '("#069993" "#bfbfbf" "brightwhite" )) (grey base4) - (red '("#dc322f" "#ff6655" "red" )) + (red '("#ff4136" "#ff4136" "red" )) (orange '("#cb4b16" "#dd8844" "brightred" )) (green '("#859900" "#99bb66" "green" )) (teal '("#35a69c" "#33aa99" "brightgreen" )) @@ -169,7 +169,7 @@ determine the exact padding." ;; markdown-mode (markdown-markup-face :foreground base5) - (markdown-header-face :inherit 'bold :foreground red) + (markdown-header-face :inherit 'bold :foreground blue) (markdown-url-face :foreground teal :weight 'normal) (markdown-reference-face :foreground base6) ((markdown-bold-face &override) :foreground fg)