diff options
Diffstat (limited to '')
-rw-r--r-- | custom-settings.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom-settings.el b/custom-settings.el index eddf6e7..7a095c0 100644 --- a/custom-settings.el +++ b/custom-settings.el @@ -9,10 +9,10 @@ ["black" "red3" "ForestGreen" "yellow3" "blue" "magenta3" "DeepSkyBlue" "gray50"]) '(company-quickhelp-color-background "#4F4F4F") '(company-quickhelp-color-foreground "#DCDCCC") - '(custom-enabled-themes (quote (whiteboard))) + '(custom-enabled-themes (quote (manoj-dark))) '(custom-safe-themes (quote - ("a22f40b63f9bc0a69ebc8ba4fbc6b452a4e3f84b80590ba0a92b4ff599e53ad0" "8f97d5ec8a774485296e366fdde6ff5589cf9e319a584b845b6f7fa788c9fa9a" default))) + ("8f97d5ec8a774485296e366fdde6ff5589cf9e319a584b845b6f7fa788c9fa9a" default))) '(fci-rule-color "#383838") '(helm-completion-style (quote emacs)) '(hl-todo-keyword-faces |