-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove support for the legacy color-theme library
- Loading branch information
Showing
6 changed files
with
25 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
;;; -*- lexical-binding: t -*- | ||
(require 'color-theme-sanityinc-tomorrow) | ||
(color-theme-sanityinc-tomorrow--define-theme blue) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
;;; -*- lexical-binding: t -*- | ||
(require 'color-theme-sanityinc-tomorrow) | ||
(color-theme-sanityinc-tomorrow--define-theme bright) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
;;; -*- lexical-binding: t -*- | ||
(require 'color-theme-sanityinc-tomorrow) | ||
(color-theme-sanityinc-tomorrow--define-theme day) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
;;; -*- lexical-binding: t -*- | ||
(require 'color-theme-sanityinc-tomorrow) | ||
(color-theme-sanityinc-tomorrow--define-theme eighties) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
;;; -*- lexical-binding: t -*- | ||
(require 'color-theme-sanityinc-tomorrow) | ||
(color-theme-sanityinc-tomorrow--define-theme night) |