summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-07-07 08:16:21 -0400
committermattkae <mattkae@protonmail.com>2023-07-07 08:16:21 -0400
commit5cca3cbe1a8aac39f91e2da9689c34d87b86edda (patch)
tree3d000440e4cc6813c8f46356f9e441d27775faf5 /init.el
parent340e74ed5dadd6118b119d8e70df4f0e219343a9 (diff)
Using a light theme with some other minor improvements to web specifically
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index fa210d5..20e53cb 100644
--- a/init.el
+++ b/init.el
@@ -39,7 +39,7 @@
(use-package material-theme
:ensure t
:config
- (load-theme 'material t))
+ (load-theme 'material-light t))
(set-frame-parameter (selected-frame) 'alpha '(99 99))
@@ -68,7 +68,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes
- '("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" default))
+ '("f149d9986497e8877e0bd1981d1bef8c8a6d35be7d82cba193ad7e46f0989f6a" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" default))
'(package-selected-packages
'(helm-rg htmlize mood-line org-super-agenda material-theme esup glsl-mode fast-scroll yasnippet-snippets jsdoc helm-slack slack smart-mode-line magit rust-mode xref-js2 web-mode vterm-toggle vscode-dark-plus-theme treemacs-projectile tree-sitter-langs tide tern smartparens rtags req-package rainbow-mode pythonic python-mode perfect-margin org-roam org-notify org-modern org-bullets org-alert minimap markdown-mode json-mode js2-refactor js2-highlight-vars js-doc ido-vertical-mode hl-todo highlight-thing highlight-indent-guides helm-projectile helm-posframe helm-ag good-scroll go-mode git-gutter-fringe git-commit flycheck-irony evil eslint-fix emojify eldoc-box eglot drag-stuff doom-themes dashboard css-eldoc counsel company-quickhelp company-irony cmake-mode cmake-ide auctex all-the-icons ac-js2))
'(safe-local-variable-values '((js-indent-level . 4)))