summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-11-01 16:02:58 +0200
committerMarc Coquand <marc@mccd.space>2024-11-01 16:02:58 +0200
commit9204d33043d60e37ee8ff22d489fe598c25d7da2 (patch)
treeba31caf5f411ff01c758f6ff69bc904d5d070c8b /home
parent78d62f9503e9fbf407248ac15802c8bc7faf5b77 (diff)
downloadguix-9204d33043d60e37ee8ff22d489fe598c25d7da2.tar.gz
guix-9204d33043d60e37ee8ff22d489fe598c25d7da2.tar.bz2
guix-9204d33043d60e37ee8ff22d489fe598c25d7da2.zip
Theme change
Diffstat (limited to 'home')
-rw-r--r--home/dots/.emacs54
-rw-r--r--home/dots/.mozilla/firefox/p8ada7a1.default/chrome/userChrome.css5
2 files changed, 39 insertions, 20 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs
index 2e10b92..8f15fc4 100644
--- a/home/dots/.emacs
+++ b/home/dots/.emacs
@@ -185,7 +185,6 @@
:init
(pixel-scroll-precision-mode))
-
(use-package company
:ensure t
:init
@@ -345,12 +344,17 @@
("d" . down-list)
("u" . up-list)
("b" . backward-sexp)
- ("a" . beginning-of-defun)))
+ ("a" . beginning-of-defun))
:config
(setq repeat-on-final-keystroke t
set-mark-command-repeat-pop t
repeat-exit-key (kbd "<TAB>"))
- (repeat-mode 1))
+ (repeat-mode 1))
+
+(use-package eww
+ :bind
+ ((:map eww-mode-map
+ ("+" . image-increase-size))))
(use-package enwc
:ensure t
@@ -523,11 +527,11 @@
(use-package guix
:ensure t
:bind
- (("C-c C-p g" . guix)
- ("C-c C-p o" . (lambda ()
+ (("C-c C-g g" . guix)
+ ("C-c C-g o" . (lambda ()
(interactive)
(sudo-shell-command "guix system reconfigure /home/mccd/system/os/config.scm")))
- ("C-c C-p h" . (lambda ()
+ ("C-c C-g h" . (lambda ()
(interactive)
(async-shell-command "guix home reconfigure ~/system/home/config.scm")))))
@@ -948,9 +952,10 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(default ((t (:inherit nil :extend nil :stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight regular :height 150 :width expanded :foundry "UKWN" :family "Iosevka SS13 Extended"))))
+ '(default ((t (:inherit nil :extend nil :stipple nil :background "#fffff8" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight regular :height 150 :width expanded :foundry "UKWN" :family "Iosevka SS13 Extended"))))
'(avy-lead-face ((t (:inherit fixed-pitch :background "dark red" :foreground "white"))))
'(calendar-weekend-header ((t (:inherit nil))))
+ '(comint-highlight-prompt ((t ())))
'(custom-group-subtitle ((t (:weight bold :family "Iosevka Aile"))))
'(diary ((t (:inherit fixed-pitch :foreground "red1"))))
'(eglot-highlight-symbol-face ((t (:weight bold))))
@@ -961,39 +966,50 @@
'(eww-valid-certificate ((t (:foreground "black" :weight bold))))
'(fixed-pitch ((t (:family "Iosevka SS13 Extended"))))
'(font-lock-builtin-face ((t (:weight regular))))
- '(font-lock-comment-face ((t (:foreground "royalblue" :slant normal))))
+ '(font-lock-comment-face ((t (:foreground "gray40"))))
'(font-lock-constant-face ((t (:slant italic :weight regular))))
'(font-lock-function-name-face ((t (:weight regular))))
'(font-lock-keyword-face ((t (:weight regular))))
'(font-lock-string-face ((t (:foreground "black" :slant italic))))
'(font-lock-type-face ((t (:foreground "black"))))
+ '(magit-section-heading ((t (:foreground "royalblue"))))
'(font-lock-variable-name-face ((t (:foreground "black"))))
- '(fringe ((t (:background "white"))))
- '(header-line ((t (:inherit default :foreground "grey20" :box (:line-width (12 . 12) :color "#FFFFFF") :underline (:color "#e0e0e0" :style line :position 0) :family "Iosevka Aile"))))
+ '(fringe ((t ())))
+ '(header-line ((t (:inherit default :foreground "grey20" :box (:line-width (12 . 12) :color "#fffff8") :underline (:color "#e0e0e0" :style line :position 0) :family "Iosevka Aile"))))
'(highlight ((t (:background "azure2"))))
'(info-header-xref ((t (:inherit info-xref :underline (:color "RoyalBlue3" :style line :position t)))))
- '(info-node ((t (:foreground "brown" :box (:line-width (4 . 4) :color "white") :slant italic :weight bold))))
+ '(info-node ((t (:foreground "brown" :box (:line-width (4 . 4) :color "#fffff8") :slant italic :weight bold))))
'(enwc-connected ((t (:foreground "dark green" :weight bold))))
- '(link ((t (:foreground "royalblue" :underline t))))
+ '(link ((t (:foreground "black" :underline t))))
'(magit-branch-remote ((t (:foreground "royalblue"))))
'(markdown-inline-code-face ((t (:inherit markdown-code-face))))
'(markdown-pre-face ((t (:inherit markdown-code-face))))
'(mastodon-display-name-face ((t (:inherit nil :weight bold))))
- '(mode-line ((t (:background "gray95" :foreground "black" :box (:line-width (12 . 12) :style flat-button) :overline "white" :underline (:color "white" :style line :position t) :family "Iosevka Aile"))))
+ '(minibuffer-prompt ((t (:foreground "black" ))))
+ '(mode-line ((t (:background "#EEEEE8" :foreground "black" :box (:line-width (12 . 12) :style flat-button) :overline "white" :underline (:color "#fffff8" :style line :position t) :family "Iosevka Aile"))))
'(mode-line-emphasis ((t (:weight regular))))
- '(mode-line-inactive ((t (:inherit mode-line :background "#fbfbfb" :foreground "grey60" :overline "#f9f9f9" :underline (:color "#f9f9f9" :style line :position 0) :weight light))))
+ '(magit-section-highlight ((t (:background "#EEEEE8"))))
+ '(mode-line-inactive ((t (:inherit mode-line :background "#f9f9f3" :foreground "grey60" :overline "#f9f9f9" :underline (:color "#f9f9f9" :style line :position 0) :weight light))))
'(mu4e-header-highlight-face ((t (:inherit hl-line :extend t :weight bold))))
+ '(mu4e-header-key-face ((t (:weight bold))))
'(mu4e-highlight-face ((t (:inherit highlight))))
- '(org-date ((t (:inherit fixed-pitch :foreground "gray40" :underline t))))
- '(org-headline-done ((t (:foreground "gray40"))))
+ '(org-date ((t (:inherit fixed-pitch :foreground "gray60"))))
+ '(org-agenda-structure ((t ())))
+ '(org-agenda-date-today ((t (:weight bold))))
+ '(org-agenda-date-weekend ((t ())))
+ '(help-key-binding ((t (:weight semibold))))
+ '(org-agenda-done ((t (:strike-through "on" :inherit org-time-grid :extend nil))))
+ '(org-done ((t (:strike-through "on" :weight bold :inherit org-agenda-dimmed-todo-face :extend nil))))
+ '(org-todo ((t (:weight bold))))
+ '(org-headline-done ((t (:strike-through "on" :inherit org-agenda-dimmed-todo-face :extend nil))))
'(org-level-1 ((t (:inherit outline-1 :extend nil :weight regular))))
- '(org-tag ((t (:inherit fixed-pitch :foreground "gray40" :weight regular))))
+ '(org-tag ((t (:inherit fixed-pitch :foreground "gray50"))))
'(org-time-grid ((t (:foreground "gray"))))
'(org-quote ((t (:inherit org-block :slant italic))))
'(outline-4 ((t (:inherit outline-2))))
'(tab-bar ((t (:box (:line-width (12 . 24) :style flat-button) :weight semi-light :family "Iosevka Aile"))))
- '(tab-bar-tab ((t (:inherit tab-bar :foreground "black" :box (:line-width (20 . 1) :color "white") :weight semi-bold))))
- '(tab-bar-tab-inactive ((t (:inherit tab-bar-tab :background "white" :foreground "#999999" :weight semi-light))))
+ '(tab-bar-tab ((t (:inherit tab-bar :foreground "black" :box (:line-width (20 . 1) :color "#fffff8") :weight semi-bold))))
+ '(tab-bar-tab-inactive ((t (:inherit tab-bar-tab :background "#fffff8" :foreground "#999999" :weight semi-light))))
'(tldr-code-block ((t (:background "cornsilk" :foreground "black"))))
'(tldr-command-argument ((t (:background "cornsilk" :foreground "black"))))
'(tldr-command-itself ((t (:background "khaki" :foreground "black" :weight bold))))
diff --git a/home/dots/.mozilla/firefox/p8ada7a1.default/chrome/userChrome.css b/home/dots/.mozilla/firefox/p8ada7a1.default/chrome/userChrome.css
index ae8a6dd..f373c60 100644
--- a/home/dots/.mozilla/firefox/p8ada7a1.default/chrome/userChrome.css
+++ b/home/dots/.mozilla/firefox/p8ada7a1.default/chrome/userChrome.css
@@ -3,8 +3,11 @@
}
menubar, toolbar, nav-bar, #TabsToolbar > * {
- background-color: white !important;
+ background-color: #fffff8 !important;
font-family: "Iosevka Aile";
}
+toolbar {
+ background-color: #fffff8 !important;
+}