Skip to content

Commit

Permalink
fix palette comments so that color generator tool rewrites them
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasf committed Aug 27, 2021
1 parent 4815888 commit bd22c4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions solarized-palettes.el
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
"The solarized color palette alist.")

(defvar solarized-selenized-dark-color-palette-alist
'(;; Selenized dark pallet
'(;; selenized-dark palette
(base03 . "#103c48")
(base02 . "#184956")
(base01 . "#72898f")
Expand Down Expand Up @@ -631,7 +631,7 @@
"The solarized color palette alist")

(defvar solarized-selenized-black-color-palette-alist
'(;; Selenized black color palette
'(;; selenized-black color palette
(base03 . "#181818")
(base02 . "#252525")
(base01 . "#777777")
Expand Down Expand Up @@ -701,7 +701,7 @@
"The solarized color palette alist")

(defvar solarized-selenized-light-color-palette-alist
'( ;; Selenized light color palette
'( ;; selenized-light palette
(base03 . "#fbf3db")
(base02 . "#ece3cc")
(base01 . "#909995")
Expand Down Expand Up @@ -766,12 +766,12 @@
(green-2fg . "#527c3f")
(green-d . "#569623")
(green-l . "#70b447")
;; pallet end
;; palette end
)
"The solarized color palette alist")

(defvar solarized-selenized-white-color-palette-alist
'(;; Selenized white color pallet
'(;; selenized-white palette
(base03 . "#ffffff")
(base02 . "#ebebeb")
(base01 . "#878787")
Expand Down Expand Up @@ -836,7 +836,7 @@
(green-2fg . "#3a6d2b")
(green-d . "#3e9e2d")
(green-l . "#5cb947")
;; pallet end
;; palette end
)
"The solarized color palette alist")

Expand Down

0 comments on commit bd22c4d

Please sign in to comment.