summaryrefslogtreecommitdiff
path: root/dot-config/doom
diff options
context:
space:
mode:
authorJosé Juan Loeza Sierra <jj@xz6ze.com>2025-11-04 21:41:05 -0800
committerJosé Juan Loeza Sierra <jj@xz6ze.com>2025-11-04 21:41:05 -0800
commita90d814e1b4fdb60aaa3d1f52d4ede4bf7bd2d56 (patch)
tree3b72c4ffc068b53b1b6f7aea386d405b369fec84 /dot-config/doom
parent223da746e479b45c7be03bf101d3e8897a1b7265 (diff)
change theme and line numbers
Diffstat (limited to 'dot-config/doom')
-rw-r--r--dot-config/doom/config.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/dot-config/doom/config.el b/dot-config/doom/config.el
index 9746b74..48e5943 100644
--- a/dot-config/doom/config.el
+++ b/dot-config/doom/config.el
@@ -32,11 +32,11 @@
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
-(setq doom-theme 'doom-one)
+(setq doom-theme 'doom-gruvbox)
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.
-(setq display-line-numbers-type t)
+(setq display-line-numbers-type 'relative)
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!