diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 20323f7..6f47c87 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,10 +1,10 @@ -import = ["/home/opal/.config/alacritty/gruvbox-light.toml"] +import = ["/home/opal/.config/alacritty/manegarm-theme.toml"] [env] TERM = "xterm-256color" [font] -size = 22 +size = 20 [font.normal] family = "Monospace" diff --git a/.config/alacritty/manegarm-theme.toml b/.config/alacritty/manegarm-theme.toml new file mode 100644 index 0000000..0d40576 --- /dev/null +++ b/.config/alacritty/manegarm-theme.toml @@ -0,0 +1,26 @@ +# Default colors +[colors.primary] +background = '#1c1408' # matches -bg +foreground = '#5b8512' # matches fg + +# Normal colors +[colors.normal] +black = '#1B2229' # matches base0 +red = '#ff4e00' # matches red +green = '#7cb518' # matches green +yellow = '#ffbf00' # matches yellow +blue = '#0075c4' # matches blue +magenta = '#d72638' # matches magenta +cyan = '#898989' # matches cyan +white = '#dfdfdf' # matches base8 + +# Bright colors +[colors.bright] +black = '#1c1f24' # matches base1 +red = '#ff7000' # matches orange +green = '#dbc077' # matches teal (sand/beige) +yellow = '#ffbf00' # matches yellow +blue = '#0060a1' # matches dark-blue +magenta = '#76597b' # matches violet +cyan = '#4f7410' # matches dark-cyan +white = '#9ca0a4' # matches base7 diff --git a/.config/doom/config.el b/.config/doom/config.el index 72f21bb..997673a 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -13,8 +13,8 @@ user-mail-address "ry.orlando@proton.me") ;; Theme & background color -(load-theme 'ef-eagle t) -(set-face-background 'default "#E8D8B0") +(load-theme 'doom-manegarm t) +;; (set-face-background 'default "#E8D8B0") ;; Lockfiles (setq create-lockfiles nil) diff --git a/.config/sway/config b/.config/sway/config index 28b9cd4..bec5f7f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -300,7 +300,7 @@ output HDMI-A-1 pos 0 402 output DP-4 pos 3440 0 # Wallpaper -output * bg ~/.config/wallpapers/greek-ruins.jpg fill +output * bg ~/.config/wallpapers/buddha1.jpg center #0D0703 # Enable/Disable extra HDMI screens bindsym $mod+Shift+m output "HDMI-A-1" enable diff --git a/.config/swaylock/config b/.config/swaylock/config index edd6063..839925a 100644 --- a/.config/swaylock/config +++ b/.config/swaylock/config @@ -1,5 +1,5 @@ # Image -image=~/.config/wallpapers/greek-ruins.jpg +image=~/.config/wallpapers/buddha1.jpg scaling=fill # Indicator diff --git a/.config/wallpapers/buddha1.jpg b/.config/wallpapers/buddha1.jpg new file mode 100644 index 0000000..e86c63a Binary files /dev/null and b/.config/wallpapers/buddha1.jpg differ diff --git a/.config/wallpapers/buddha2.jpg b/.config/wallpapers/buddha2.jpg new file mode 100644 index 0000000..dbbe51e Binary files /dev/null and b/.config/wallpapers/buddha2.jpg differ diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 696a2bf..a74d71d 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -9,8 +9,8 @@ } window#waybar { - opacity: 0.7; - background: #000000; + opacity: 1; + background: #0D0703; } /* Specific module styles */