This commit is contained in:
2024-09-02 19:24:13 -07:00
parent 23d686908d
commit d1f2ecbc14
29 changed files with 54 additions and 234 deletions

View File

@@ -1,4 +1,4 @@
import = ["/home/opal/.config/alacritty/theme.toml"]
import = ["/home/opal/.config/alacritty/gruvbox-light.toml"]
[env]
TERM = "alacritty"
@@ -15,4 +15,4 @@ x = 0
y = 0
[window]
opacity = 0.9
opacity = 0.95

View File

@@ -1,61 +0,0 @@
# Dracula theme for Alacritty
# https://draculatheme.com/alacritty
#
# Color palette
# https://spec.draculatheme.com
#
# Template
# https://github.com/alacritty/alacritty/blob/master/alacritty.yml
colors:
primary:
background: "#282a36"
foreground: "#f8f8f2"
bright_foreground: "#ffffff"
cursor:
text: CellBackground
cursor: CellForeground
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
search:
matches:
foreground: "#44475a"
background: "#50fa7b"
focused_match:
foreground: "#44475a"
background: "#ffb86c"
footer_bar:
background: "#282a36"
foreground: "#f8f8f2"
hints:
start:
foreground: "#282a36"
background: "#f1fa8c"
end:
foreground: "#f1fa8c"
background: "#282a36"
line_indicator:
foreground: None
background: None
selection:
text: CellForeground
background: "#44475a"
normal:
black: "#21222c"
red: "#ff5555"
green: "#50fa7b"
yellow: "#f1fa8c"
blue: "#bd93f9"
magenta: "#ff79c6"
cyan: "#8be9fd"
white: "#f8f8f2"
bright:
black: "#6272a4"
red: "#ff6e6e"
green: "#69ff94"
yellow: "#ffffa5"
blue: "#d6acff"
magenta: "#ff92df"
cyan: "#a4ffff"
white: "#ffffff"

View File

@@ -0,0 +1,30 @@
# Colors (Gruvbox light)
# Default colors
[colors.primary]
# hard contrast background = = '#f9f5d7'
background = '#E8D8B0'
# soft contrast background = = '#f2e5bc'
foreground = '#3c3836'
# Normal colors
[colors.normal]
black = '#fbf1c7'
red = '#cc241d'
green = '#98971a'
yellow = '#d79921'
blue = '#458588'
magenta = '#b16286'
cyan = '#689d6a'
white = '#7c6f64'
# Bright colors
[colors.bright]
black = '#928374'
red = '#9d0006'
green = '#79740e'
yellow = '#b57614'
blue = '#076678'
magenta = '#8f3f71'
cyan = '#427b58'
white = '#3c3836'

View File

@@ -1,30 +0,0 @@
# Colors (Gruvbox dark)
# Default colors
[colors.primary]
# hard contrast background = = '#1d2021'
background = '#282828'
# soft contrast background = = '#32302f'
foreground = '#ebdbb2'
# Normal colors
[colors.normal]
black = '#282828'
red = '#cc241d'
green = '#98971a'
yellow = '#d79921'
blue = '#458588'
magenta = '#b16286'
cyan = '#689d6a'
white = '#a89984'
# Bright colors
[colors.bright]
black = '#928374'
red = '#fb4934'
green = '#b8bb26'
yellow = '#fabd2f'
blue = '#83a598'
magenta = '#d3869b'
cyan = '#8ec07c'
white = '#ebdbb2'

View File

@@ -1,60 +0,0 @@
[colors.bright]
black = "#1c1f24"
blue = "#dbc077"
cyan = "#dbc077"
green = "#7cb518"
magenta = "#d72638"
red = "#ff7000"
white = "#dfdfdf"
yellow = "#ffbf00"
[colors.cursor]
cursor = "CellForeground"
text = "CellBackground"
[colors.footer_bar]
background = "#1c1408"
foreground = "#7cb518"
[colors.hints.end]
background = "#1c1408"
foreground = "#ffbf00"
[colors.hints.start]
background = "#ffbf00"
foreground = "#1c1408"
[colors.line_indicator]
background = "None"
foreground = "None"
[colors.normal]
black = "#1B2229"
blue = "#dbc077"
cyan = "#dbc077"
green = "#7cb518"
magenta = "#d72638"
red = "#ff4e00"
white = "#dfdfdf"
yellow = "#ffbf00"
[colors.primary]
background = "#1c1408"
bright_foreground = "#dfdfdf"
foreground = "#7cb518"
[colors.search.focused_match]
background = "#ffbf00"
foreground = "#3f444a"
[colors.search.matches]
background = "#7cb518"
foreground = "#3f444a"
[colors.selection]
background = "#3f444a"
text = "CellForeground"
[colors.vi_mode_cursor]
cursor = "CellForeground"
text = "CellBackground"

View File

@@ -1,52 +0,0 @@
colors:
primary:
background: "#1c1408" # -bg
foreground: "#7cb518" # green, adjusted for better visibility
bright_foreground: "#dfdfdf" # base8
cursor:
text: CellBackground
cursor: CellForeground
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
search:
matches:
foreground: "#3f444a" # base4
background: "#7cb518" # green
focused_match:
foreground: "#3f444a" # base4
background: "#ffbf00" # yellow
footer_bar:
background: "#1c1408" # -bg
foreground: "#7cb518" # green
hints:
start:
foreground: "#1c1408" # -bg
background: "#ffbf00" # yellow
end:
foreground: "#ffbf00" # yellow
background: "#1c1408" # -bg
line_indicator:
foreground: None
background: None
selection:
text: CellForeground
background: "#3f444a" # base4
normal:
black: "#1B2229" # base0
red: "#ff4e00" # red
green: "#7cb518" # green
yellow: "#ffbf00" # yellow
blue: "#dbc077" # teal, lightened umber
magenta: "#d72638" # magenta
cyan: "#dbc077" # teal (sand/beige)
white: "#dfdfdf" # base8
bright:
black: "#1c1f24" # base1
red: "#ff7000" # orange
green: "#7cb518" # green
yellow: "#ffbf00" # yellow
blue: "#dbc077" # teal, lightened umber
magenta: "#d72638" # magenta
cyan: "#dbc077" # teal (sand/beige)
white: "#dfdfdf" # base8

View File

@@ -1,6 +1,7 @@
(setq fancy-splash-image "~/.config/doom/splash.png")
;;(setq fancy-splash-image "~/.config/doom/splash.png")
(remove-hook '+doom-dashboard-functions #'doom-dashboard-widget-shortmenu)
(remove-hook '+doom-dashboard-functions #'doom-dashboard-widget-banner)
(remove-hook '+doom-dashboard-functions #'doom-dashboard-widget-footer)
(remove-hook '+doom-dashboard-functions #'doom-dashboard-widget-loaded)
(add-hook! '+doom-dashboard-mode-hook (hide-mode-line-mode 1) (hl-line-mode -1))
@@ -9,8 +10,8 @@
(setq user-full-name "opal"
user-mail-address "ry.orlando@proton.me")
(load-theme 'doom-gruvbox t)
;;(define-key global-map (kbd "<f5>") #'modus-themes-toggle)
(load-theme 'ef-eagle t)
(set-face-background 'default "#E8D8B0")
(dolist (mode '(org-mode-hook
term-mode-hook
@@ -59,7 +60,6 @@
(mixed-pitch-mode 1))
(use-package org
:commands (org-capture org-agenda)
:hook (org-mode . opal/org-mode-setup)

View File

@@ -7,7 +7,7 @@
["#282c34" "#ff6c6b" "#98be65" "#ECBE7B" "#51afef" "#c678dd" "#46D9FF" "#bbc2cf"])
'(auth-source-save-behavior nil)
'(custom-safe-themes
'("13096a9a6e75c7330c1bc500f30a8f4407bd618431c94aeab55c9855731a95e1" "48042425e84cd92184837e01d0b4fe9f912d875c43021c3bcb7eeb51f1be5710" "c5878086e65614424a84ad5c758b07e9edcf4c513e08a1c5b1533f313d1b17f1" "10e5d4cc0f67ed5cafac0f4252093d2119ee8b8cb449e7053273453c1a1eb7cc" "ffafb0e9f63935183713b204c11d22225008559fa62133a69848835f4f4a758c" "7964b513f8a2bb14803e717e0ac0123f100fb92160dcf4a467f530868ebaae3e" "f053f92735d6d238461da8512b9c071a5ce3b9d972501f7a5e6682a90bf29725" "944d52450c57b7cbba08f9b3d08095eb7a5541b0ecfb3a0a9ecd4a18f3c28948" "dad40020beea412623b04507a4c185079bff4dcea20a93d8f8451acb6afc8358" "a0415d8fc6aeec455376f0cbcc1bee5f8c408295d1c2b9a1336db6947b89dd98" "a9a67b318b7417adbedaab02f05fa679973e9718d9d26075c6235b1f0db703c8" "1704976a1797342a1b4ea7a75bdbb3be1569f4619134341bd5a4c1cfb16abad4" "b5803dfb0e4b6b71f309606587dd88651efe0972a5be16ece6a958b197caeed8" default))
'("b00cb300c114f3b971370c9ef9b6b8a347fa02b1af2aa4c02dab47eaa0ad930b" "d6d4e0512dcaae663f7bd304557d6bc8b78c576be5af9c0b62b8447fb79b5fde" "13096a9a6e75c7330c1bc500f30a8f4407bd618431c94aeab55c9855731a95e1" "48042425e84cd92184837e01d0b4fe9f912d875c43021c3bcb7eeb51f1be5710" "c5878086e65614424a84ad5c758b07e9edcf4c513e08a1c5b1533f313d1b17f1" "10e5d4cc0f67ed5cafac0f4252093d2119ee8b8cb449e7053273453c1a1eb7cc" "ffafb0e9f63935183713b204c11d22225008559fa62133a69848835f4f4a758c" "7964b513f8a2bb14803e717e0ac0123f100fb92160dcf4a467f530868ebaae3e" "f053f92735d6d238461da8512b9c071a5ce3b9d972501f7a5e6682a90bf29725" "944d52450c57b7cbba08f9b3d08095eb7a5541b0ecfb3a0a9ecd4a18f3c28948" "dad40020beea412623b04507a4c185079bff4dcea20a93d8f8451acb6afc8358" "a0415d8fc6aeec455376f0cbcc1bee5f8c408295d1c2b9a1336db6947b89dd98" "a9a67b318b7417adbedaab02f05fa679973e9718d9d26075c6235b1f0db703c8" "1704976a1797342a1b4ea7a75bdbb3be1569f4619134341bd5a4c1cfb16abad4" "b5803dfb0e4b6b71f309606587dd88651efe0972a5be16ece6a958b197caeed8" default))
'(exwm-floating-border-color "#191b20")
'(fci-rule-color "#5B6268")
'(highlight-tail-colors

View File

@@ -7,7 +7,6 @@
(package! org-drill)
(package! pomm)
(package! mixed-pitch)
(package! org-appear)
;; Remove
(package! dirvish :disable t)

Submodule .config/qutebrowser/dracula deleted from 791de19ce6

View File

@@ -41,18 +41,13 @@ floating_modifier $mod normal
bindsym $mod+Shift+c reload
# Exit sway (logs you out of your Wayland session)
#bindsym $mod+Shift+x exec swaymsg -r exit
# bindsym $mod+Shift+x exec swaymsg -r exit
## Volume
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +2%
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -2%
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
## Volume for non-media button keyboards
#bindsym $mod+Shift+n exec pactl set-sink-volume @DEFAULT_SINK@ +5%
#bindsym $mod+Shift+b exec pactl set-sink-volume @DEFAULT_SINK@ -5%
#bindsym $mod+Shift+m exec pactl set-sink-mute @DEFAULT_SINK@ toggle
# Media playerctl
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
@@ -192,7 +187,7 @@ exec /usr/bin/syncthing
exec_always dunst
# Wlsunset (Night Light)
exec wlsunset -l 47.6 -L -122.3 -t 3000 -T 3500
exec wlsunset -l 47.6 -L -122.3 -t 2000 -T 3000
# udiskie - auto usb mounting
exec /usr/bin/udiskie &
@@ -227,7 +222,7 @@ default_border pixel 3
default_floating_border none
client.focused "#38761d" "#38761d" "#ffffff" "#38761d"
set $opacity 0.90
set $opacity 0.95
for_window [app_id="emacs"] opacity $opacity
for_window [app_id="strawberry"] opacity $opacity
for_window [app_id="pcmanfm-qt"] opacity $opacity
@@ -291,7 +286,7 @@ bindswitch --reload --locked lid:off output $laptop enable
output HDMI-A-1 scale 2.0
# Wallpaper
output * bg ~/.config/wallpapers/exterminator.png fill
output * bg ~/.config/wallpapers/greek-ruins.jpg fill
# Enable/Disable extra HDMI screens
bindsym $mod+Shift+m output "HDMI-A-1" enable
@@ -303,13 +298,13 @@ bindsym $mod+Shift+n output "HDMI-A-1" disable
#######################
# Assign workspaces to numbers
set $ws1 number "1"
set $ws2 number "2"
set $ws3 number "3"
set $ws4 number "4"
set $ws5 number "5"
set $ws6 number "6"
set $ws7 number "0"
set $ws1 "I"
set $ws2 "II"
set $ws3 "III"
set $ws4 "IV"
set $ws5 "V"
set $ws6 "VI"
set $ws7 "VII"
# Switch to workspace
bindsym $mod+1 workspace $ws1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@@ -2,8 +2,8 @@
* {
border: none;
border-radius: 0;
font-family: "Terminus", "Font Awesome 6 Free";
font-size: 15px;
font-family: "ETBookOT", "Font Awesome 6 Free";
font-size: 20px;
min-height: 0;
color: #bebebe;
}
@@ -32,7 +32,7 @@ window#waybar {
}
#mode {
font-family: "Terminus";
font-family: "ETBookOT";
color: black;
background: white;
}
@@ -73,15 +73,15 @@ window#waybar {
}
#clock {
font-family: Terminus;
font-family: "ETBookOT";
}
#custom-weather {
font-family: Terminus;
font-family: ETBookOT;
}
#custom-music {
font-family: Terminus;
font-family: ETBookOT;
}
#custom-wlsunset {}