dots

my dotfiles
git clone https://tilde.team/~marisa/repo/dots.git
Log | Files | Refs

commit 0ed9ae1b4525008b7da4b4f6ac1896f7ef039904
parent f0ad174629c087e370e9f7d4d7eb9f1a3b6680ee
Author: mokou <mokou@posteo.de>
Date:   Sat, 18 Apr 2020 12:41:37 +0200

Update

Diffstat:
Mdot_config/fish/executable_config.fish | 1+
Mdot_config/sway/config | 2+-
Mdot_doom.d/themes/deepsea-theme.el | 4++--
3 files changed, 4 insertions(+), 3 deletions(-)

diff --git 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 @@ -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 @@ -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)