diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-23 10:44:43 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-23 10:44:43 +0000 |
commit | 69c2e0d2e526588f842ac8d0e30b11f1c42a1c32 (patch) | |
tree | d559dfa187ac25d595d6577a09388d7ca6fd42d4 /custom-settings.el | |
parent | eddb9d32ba4421eb1669f264162f335c41b09639 (diff) |
Changed to wheatgrass theme (a la Baggers, which I like); basic font
Diffstat (limited to '')
-rw-r--r-- | custom-settings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom-settings.el b/custom-settings.el index af5228d..f3a5fd7 100644 --- a/custom-settings.el +++ b/custom-settings.el @@ -9,7 +9,7 @@ ["black" "red3" "ForestGreen" "yellow3" "blue" "magenta3" "DeepSkyBlue" "gray50"]) '(company-quickhelp-color-background "#4F4F4F") '(company-quickhelp-color-foreground "#DCDCCC") - '(custom-enabled-themes nil) + '(custom-enabled-themes (quote (wheatgrass))) '(custom-safe-themes (quote ("a22f40b63f9bc0a69ebc8ba4fbc6b452a4e3f84b80590ba0a92b4ff599e53ad0" "bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" "947190b4f17f78c39b0ab1ea95b1e6097cc9202d55c73a702395fc817f899393" "8f97d5ec8a774485296e366fdde6ff5589cf9e319a584b845b6f7fa788c9fa9a" default))) |