Adjusting the colors on the splash screen #23

Closed
opened 2021-10-11 20:05:11 +00:00 by peterjbachman · 2 comments
peterjbachman commented 2021-10-11 20:05:11 +00:00 (Migrated from github.com)

First off, I love the config file. It's really slick so thanks for posting it.

I'm trying to adjust the colors on the splash image .svg along with the background and the sort. I figured the colors to change were the following on your config file:

(defvar fancy-splash-template-colours '(("$colour1" . keywords) ("$colour2" . type) ("$colour3" . base5) ("$colour4" . base8)) "list of colour-replacement alists of the form (\"$placeholder\" . 'theme-colour) which applied the template")

So I'm trying to adjust them to the following:

(defvar fancy-splash-template-colours '(("$colour1" . functions) ("$colour2" . variables) ("$colour3" . base2) ("$colour4" . base8)) "list of colour-replacement alists of the form (\"$placeholder\" . 'theme-colour) which applied the template")

And there's been no success with it so far. I'm using the doom-gruvbox theme for reference.

Just curious if I'm missing something here since I'm new to Doom Emacs. Thanks!

First off, I love the config file. It's really slick so thanks for posting it. I'm trying to adjust the colors on the splash image .svg along with the background and the sort. I figured the colors to change were the following on your config file: ` (defvar fancy-splash-template-colours '(("$colour1" . keywords) ("$colour2" . type) ("$colour3" . base5) ("$colour4" . base8)) "list of colour-replacement alists of the form (\"$placeholder\" . 'theme-colour) which applied the template") ` So I'm trying to adjust them to the following: `(defvar fancy-splash-template-colours '(("$colour1" . functions) ("$colour2" . variables) ("$colour3" . base2) ("$colour4" . base8)) "list of colour-replacement alists of the form (\"$placeholder\" . 'theme-colour) which applied the template") ` And there's been no success with it so far. I'm using the `doom-gruvbox` theme for reference. Just curious if I'm missing something here since I'm new to Doom Emacs. Thanks!
tecosaur commented 2021-10-11 20:06:57 +00:00 (Migrated from github.com)
  1. Only $color1 matters with the splash image I'm using
  2. Have you done M-x fancy-splash-clear-cache ?
1. Only `$color1` matters with the splash image I'm using 2. Have you done `M-x fancy-splash-clear-cache` ?
peterjbachman commented 2021-10-11 20:26:03 +00:00 (Migrated from github.com)

Using M-x fancy-splash-clear-cache did the trick! Didn't think to look at the commands 🤦‍♂️.

Thanks!

Using `M-x fancy-splash-clear-cache` did the trick! Didn't think to look at the commands 🤦‍♂️. Thanks!
Sign in to join this conversation.
No description provided.