diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-12 22:52:15 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-12 22:52:15 +0700 |
| commit | 897a64075806fb46b2d265f07808eb0677e1c19c (patch) | |
| tree | 1bf1bddd38bbaf5618fd928ce094c94d7a75d494 /doom | |
| parent | 883f59f473c8577e39ab4142e55c27d678a60d33 (diff) | |
upd
Diffstat (limited to 'doom')
| -rw-r--r-- | doom/.config/doom/config.el | 6 | ||||
| -rw-r--r-- | doom/.config/doom/themes/noctalia-theme.el | 128 |
2 files changed, 67 insertions, 67 deletions
diff --git a/doom/.config/doom/config.el b/doom/.config/doom/config.el index 635096f..ce1b792 100644 --- a/doom/.config/doom/config.el +++ b/doom/.config/doom/config.el @@ -73,9 +73,9 @@ ;; Gcal setting (setq doom-font (font-spec :family "JetBrains Mono" :size 16 :weight 'medium) doom-variable-pitch-font (font-spec :family "JetBrains Mono" :size 16)) -(setq org-gcal-client-id "449583540640-fgji78bd5dllc1h40s14irg0bb4baoch.apps.googleusercontent.com" - org-gcal-client-secret "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" - org-gcal-fetch-file-alist '(("maksimkokh6@gmail.com" . "~/org/gcal.org"))) +(setq org-gcal-client-id "" + org-gcal-client-secret "" + org-gcal-fetch-file-alist '(("" . "~/org/gcal.org"))) (setq org-agenda-files '("~/org/gcal.org")) ;; Scroll fixing, 'cause it's broken a little bit. diff --git a/doom/.config/doom/themes/noctalia-theme.el b/doom/.config/doom/themes/noctalia-theme.el index be14fda..9883881 100644 --- a/doom/.config/doom/themes/noctalia-theme.el +++ b/doom/.config/doom/themes/noctalia-theme.el @@ -21,75 +21,75 @@ (deftheme noctalia "Theme using Template variables with quality of life improvements.") ;; Define all the color variables (replaced by template processor) -(let* ((bg "#fef8f4") - (err "#ba1a1a") - (err-container "#ffdad6") - (on-background "#1d1b19") - (on-err "#ffffff") - (on-err-container "#93000a") - (on-primary "#ffffff") - (on-primary-container "#fffbff") - (on-secondary "#ffffff") - (on-secondary-container "#696456") - (on-surface "#1d1b19") - (on-surface-variant "#4a463d") - (on-tertiary "#ffffff") - (on-tertiary-container "#f9ffed") - (outline-color "#7b776c") - (outline-variant "#ccc6b9") - (primary "#645c3f") - (primary-container "#7e7456") - (secondary "#635e50") - (secondary-container "#eae2d0") +(let* ((bg "#141311") + (err "#ffb4ab") + (err-container "#93000a") + (on-background "#e6e2dd") + (on-err "#690005") + (on-err-container "#ffdad6") + (on-primary "#373017") + (on-primary-container "#211b05") + (on-secondary "#343024") + (on-secondary-container "#bfb8a7") + (on-surface "#e6e2dd") + (on-surface-variant "#ccc6b9") + (on-tertiary "#293321") + (on-tertiary-container "#141e0d") + (outline-color "#969084") + (outline-variant "#4a463d") + (primary "#d2c6a3") + (primary-container "#9b9070") + (secondary "#cdc6b5") + (secondary-container "#4d493c") (shadow "#000000") - (surface "#fef8f4") - (surface-container "#f2ede9") - (surface-container-high "#ece7e3") - (surface-container-highest "#e6e2dd") - (surface-container-low "#f8f3ee") - (surface-container-lowest "#ffffff") - (surface-variant "#e9e2d4") - (tertiary "#54604a") - (tertiary-container "#6c7861") + (surface "#141311") + (surface-container "#211f1d") + (surface-container-high "#2b2a27") + (surface-container-highest "#363432") + (surface-container-low "#1d1b19") + (surface-container-lowest "#0f0e0c") + (surface-variant "#4a463d") + (tertiary "#becbb0") + (tertiary-container "#89957c") ;; Map success colors to tertiary (as used in other templates) - (success "#54604a") - (on-success "#ffffff") - (success-container "#6c7861") - (on-success-container "#f9ffed") + (success "#becbb0") + (on-success "#293321") + (success-container "#89957c") + (on-success-container "#141e0d") ;; Map fixed colors to regular colors - (primary-fixed "#645c3f") - (primary-fixed-dim "#7e7456") - (secondary-fixed "#635e50") - (secondary-fixed-dim "#eae2d0") - (tertiary-fixed "#54604a") - (tertiary-fixed-dim "#6c7861") - (on-primary-fixed "#ffffff") - (on-primary-fixed-variant "#fffbff") - (on-secondary-fixed "#ffffff") - (on-secondary-fixed-variant "#696456") - (on-tertiary-fixed "#ffffff") - (on-tertiary-fixed-variant "#f9ffed") + (primary-fixed "#d2c6a3") + (primary-fixed-dim "#9b9070") + (secondary-fixed "#cdc6b5") + (secondary-fixed-dim "#4d493c") + (tertiary-fixed "#becbb0") + (tertiary-fixed-dim "#89957c") + (on-primary-fixed "#373017") + (on-primary-fixed-variant "#211b05") + (on-secondary-fixed "#343024") + (on-secondary-fixed-variant "#bfb8a7") + (on-tertiary-fixed "#293321") + (on-tertiary-fixed-variant "#141e0d") ;; Map inverse colors to surface variants - (inverse-on-surface "#1d1b19") - (inverse-primary "#645c3f") - (inverse-surface "#fef8f4") + (inverse-on-surface "#e6e2dd") + (inverse-primary "#d2c6a3") + (inverse-surface "#141311") ;; ANSI terminal colors - (term0 "#e9e2d4") - (term1 "#ba1a1a") - (term2 "#645c3f") - (term3 "#635e50") - (term4 "#54604a") - (term5 "#7e7252") - (term6 "#797263") - (term7 "#1d1b19") - (term8 "#7b776c") - (term9 "#ba1a1a") - (term10 "#645c3f") - (term11 "#635e50") - (term12 "#54604a") - (term13 "#7e7252") - (term14 "#797263") - (term15 "#1d1b19")) + (term0 "#4a463d") + (term1 "#ffb4ab") + (term2 "#d2c6a3") + (term3 "#cdc6b5") + (term4 "#becbb0") + (term5 "#d2c6a3") + (term6 "#cdc6b5") + (term7 "#e6e2dd") + (term8 "#969084") + (term9 "#ffb4ab") + (term10 "#d2c6a3") + (term11 "#cdc6b5") + (term12 "#becbb0") + (term13 "#d2c6a3") + (term14 "#cdc6b5") + (term15 "#e6e2dd")) (custom-theme-set-faces 'noctalia |
