diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-11 13:48:19 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-11 13:48:19 +0000 |
commit | d278e59874a2348cffc5cd10001801a437bc750f (patch) | |
tree | 90664419ea6b7c50d1150565710619ddf09817dd /doom.d/custom.el | |
parent | 76d81389403597b51ca43008f00a69cec9151967 (diff) |
added gruber-dark theme
Diffstat (limited to 'doom.d/custom.el')
-rw-r--r-- | doom.d/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/custom.el b/doom.d/custom.el index 10a24e2..17b969d 100644 --- a/doom.d/custom.el +++ b/doom.d/custom.el @@ -6,7 +6,7 @@ '(ansi-color-names-vector ["black" "#d55e00" "#009e73" "#f8ec59" "#0072b2" "#cc79a7" "#56b4e9" "white"]) '(custom-safe-themes - '("ddffe74bc4bf2c332c2c3f67f1b8141ee1de8fd6b7be103ade50abb97fe70f0c" "b9761a2e568bee658e0ff723dd620d844172943eb5ec4053e2b199c59e0bcc22" "49acd691c89118c0768c4fb9a333af33e3d2dca48e6f79787478757071d64e68" "ff24d14f5f7d355f47d53fd016565ed128bf3af30eb7ce8cae307ee4fe7f3fd0" "00cec71d41047ebabeb310a325c365d5bc4b7fab0a681a2a108d32fb161b4006" "1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" "7a424478cb77a96af2c0f50cfb4e2a88647b3ccca225f8c650ed45b7f50d9525" default)) + '("e13beeb34b932f309fb2c360a04a460821ca99fe58f69e65557d6c1b10ba18c7" "ddffe74bc4bf2c332c2c3f67f1b8141ee1de8fd6b7be103ade50abb97fe70f0c" "b9761a2e568bee658e0ff723dd620d844172943eb5ec4053e2b199c59e0bcc22" "49acd691c89118c0768c4fb9a333af33e3d2dca48e6f79787478757071d64e68" "ff24d14f5f7d355f47d53fd016565ed128bf3af30eb7ce8cae307ee4fe7f3fd0" "00cec71d41047ebabeb310a325c365d5bc4b7fab0a681a2a108d32fb161b4006" "1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" "7a424478cb77a96af2c0f50cfb4e2a88647b3ccca225f8c650ed45b7f50d9525" default)) '(exwm-floating-border-color "#4f5d65") '(fci-rule-color "#556873") '(highlight-tail-colors ((("#46595b") . 0) (("#425760") . 20))) |