diff options
| -rw-r--r-- | alacritty.toml | 10 | ||||
| -rw-r--r-- | i3/config | 13 |
2 files changed, 12 insertions, 11 deletions
diff --git a/alacritty.toml b/alacritty.toml index 462dbe3..fb40a5a 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -9,7 +9,7 @@ italic = { family = "Iosevka NF", style = "Regular"} bold_italic = { family = "Iosevka NF", style = "Regular"} [colors.bright] -black = "#444b6a" +black = "#1d2123" blue = "#7da6ff" cyan = "#0db9d7" green = "#b9f27c" @@ -19,18 +19,18 @@ white = "#acb0d0" yellow = "#ff9e64" [colors.normal] -black = "#32344a" +black = "#151617" blue = "#7aa2f7" cyan = "#449dab" green = "#9ece6a" magenta = "#ad8ee6" red = "#f7768e" -white = "#787c99" +white = "#d2e7ef" yellow = "#e0af68" [colors.primary] -background = "#1a1b26" -foreground = "#a9b1d6" +background = "#151617" +foreground = "#d2e7ef" [cursor] style={shape="Underline", blinking = "On"} @@ -2,8 +2,9 @@ set $mod Mod4 font pango:KodeMono 8 -exec --no-startup-id nm-tray +exec --no-startup-id nm-applet exec --no-startup-id picom +exec --no-startup-id dunst exec --no-startup-id xset s off -dpms exec --no-startup-id setxkbmap -layout us exec --no-startup-id feh --bg-fill /home/spelis/Documents/Wallpapers/Iteration2/spelis.1.1.png @@ -119,11 +120,11 @@ bindsym $mod+r mode "resize" # --accent: #278db6; -set $base #101010 -set $base2 #202020 -set $base3 #ffffff -set $text #b0b0b0 -set $accent #303030 +set $base #151617 +set $base2 #1d2123 +set $base3 #2a3039 +set $text #d2e7ef +set $accent #278db6 client.focused $accent $accent $text $accent $accent client.unfocused $base2 $base $text $base $base2 |
