-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
308 additions
and
352 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
;; base16-gruvbox-dark-hard-theme.el -- A base16 colorscheme | ||
|
||
;;; Commentary: | ||
;; Base16: (https://github.com/chriskempson/base16) | ||
|
||
;;; Authors: | ||
;; Scheme: Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
||
(require 'base16-theme) | ||
|
||
(defvar base16-gruvbox-dark-hard-colors | ||
'(:base00 "#1d2021" | ||
:base01 "#3c3836" | ||
:base02 "#504945" | ||
:base03 "#665c54" | ||
:base04 "#bdae93" | ||
:base05 "#d5c4a1" | ||
:base06 "#ebdbb2" | ||
:base07 "#fbf1c7" | ||
:base08 "#fb4934" | ||
:base09 "#fe8019" | ||
:base0A "#fabd2f" | ||
:base0B "#b8bb26" | ||
:base0C "#8ec07c" | ||
:base0D "#83a598" | ||
:base0E "#d3869b" | ||
:base0F "#d65d0e") | ||
"All colors for Base16 Gruvbox dark, hard are defined here.") | ||
|
||
;; Define the theme | ||
(deftheme base16-gruvbox-dark-hard) | ||
|
||
;; Add all the faces to the theme | ||
(base16-theme-define 'base16-gruvbox-dark-hard base16-gruvbox-dark-hard-colors) | ||
|
||
;; Mark the theme as provided | ||
(provide-theme 'base16-gruvbox-dark-hard) | ||
|
||
(provide 'base16-gruvbox-dark-hard-theme) | ||
|
||
;;; base16-gruvbox-dark-hard-theme.el ends here |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
;; base16-gruvbox-dark-medium-theme.el -- A base16 colorscheme | ||
|
||
;;; Commentary: | ||
;; Base16: (https://github.com/chriskempson/base16) | ||
|
||
;;; Authors: | ||
;; Scheme: Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
||
(require 'base16-theme) | ||
|
||
(defvar base16-gruvbox-dark-medium-colors | ||
'(:base00 "#282828" | ||
:base01 "#3c3836" | ||
:base02 "#504945" | ||
:base03 "#665c54" | ||
:base04 "#bdae93" | ||
:base05 "#d5c4a1" | ||
:base06 "#ebdbb2" | ||
:base07 "#fbf1c7" | ||
:base08 "#fb4934" | ||
:base09 "#fe8019" | ||
:base0A "#fabd2f" | ||
:base0B "#b8bb26" | ||
:base0C "#8ec07c" | ||
:base0D "#83a598" | ||
:base0E "#d3869b" | ||
:base0F "#d65d0e") | ||
"All colors for Base16 Gruvbox dark, medium are defined here.") | ||
|
||
;; Define the theme | ||
(deftheme base16-gruvbox-dark-medium) | ||
|
||
;; Add all the faces to the theme | ||
(base16-theme-define 'base16-gruvbox-dark-medium base16-gruvbox-dark-medium-colors) | ||
|
||
;; Mark the theme as provided | ||
(provide-theme 'base16-gruvbox-dark-medium) | ||
|
||
(provide 'base16-gruvbox-dark-medium-theme) | ||
|
||
;;; base16-gruvbox-dark-medium-theme.el ends here |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
;; base16-gruvbox-dark-pale-theme.el -- A base16 colorscheme | ||
|
||
;;; Commentary: | ||
;; Base16: (https://github.com/chriskempson/base16) | ||
|
||
;;; Authors: | ||
;; Scheme: Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
||
(require 'base16-theme) | ||
|
||
(defvar base16-gruvbox-dark-pale-colors | ||
'(:base00 "#262626" | ||
:base01 "#3a3a3a" | ||
:base02 "#4e4e4e" | ||
:base03 "#8a8a8a" | ||
:base04 "#949494" | ||
:base05 "#dab997" | ||
:base06 "#d5c4a1" | ||
:base07 "#ebdbb2" | ||
:base08 "#d75f5f" | ||
:base09 "#ff8700" | ||
:base0A "#ffaf00" | ||
:base0B "#afaf00" | ||
:base0C "#85ad85" | ||
:base0D "#83adad" | ||
:base0E "#d485ad" | ||
:base0F "#d65d0e") | ||
"All colors for Base16 Gruvbox dark, pale are defined here.") | ||
|
||
;; Define the theme | ||
(deftheme base16-gruvbox-dark-pale) | ||
|
||
;; Add all the faces to the theme | ||
(base16-theme-define 'base16-gruvbox-dark-pale base16-gruvbox-dark-pale-colors) | ||
|
||
;; Mark the theme as provided | ||
(provide-theme 'base16-gruvbox-dark-pale) | ||
|
||
(provide 'base16-gruvbox-dark-pale-theme) | ||
|
||
;;; base16-gruvbox-dark-pale-theme.el ends here |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
;; base16-gruvbox-dark-soft-theme.el -- A base16 colorscheme | ||
|
||
;;; Commentary: | ||
;; Base16: (https://github.com/chriskempson/base16) | ||
|
||
;;; Authors: | ||
;; Scheme: Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
||
(require 'base16-theme) | ||
|
||
(defvar base16-gruvbox-dark-soft-colors | ||
'(:base00 "#32302f" | ||
:base01 "#3c3836" | ||
:base02 "#504945" | ||
:base03 "#665c54" | ||
:base04 "#bdae93" | ||
:base05 "#d5c4a1" | ||
:base06 "#ebdbb2" | ||
:base07 "#fbf1c7" | ||
:base08 "#fb4934" | ||
:base09 "#fe8019" | ||
:base0A "#fabd2f" | ||
:base0B "#b8bb26" | ||
:base0C "#8ec07c" | ||
:base0D "#83a598" | ||
:base0E "#d3869b" | ||
:base0F "#d65d0e") | ||
"All colors for Base16 Gruvbox dark, soft are defined here.") | ||
|
||
;; Define the theme | ||
(deftheme base16-gruvbox-dark-soft) | ||
|
||
;; Add all the faces to the theme | ||
(base16-theme-define 'base16-gruvbox-dark-soft base16-gruvbox-dark-soft-colors) | ||
|
||
;; Mark the theme as provided | ||
(provide-theme 'base16-gruvbox-dark-soft) | ||
|
||
(provide 'base16-gruvbox-dark-soft-theme) | ||
|
||
;;; base16-gruvbox-dark-soft-theme.el ends here |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
;; base16-gruvbox-light-hard-theme.el -- A base16 colorscheme | ||
|
||
;;; Commentary: | ||
;; Base16: (https://github.com/chriskempson/base16) | ||
|
||
;;; Authors: | ||
;; Scheme: Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
||
(require 'base16-theme) | ||
|
||
(defvar base16-gruvbox-light-hard-colors | ||
'(:base00 "#f9f5d7" | ||
:base01 "#ebdbb2" | ||
:base02 "#d5c4a1" | ||
:base03 "#bdae93" | ||
:base04 "#665c54" | ||
:base05 "#504945" | ||
:base06 "#3c3836" | ||
:base07 "#282828" | ||
:base08 "#9d0006" | ||
:base09 "#af3a03" | ||
:base0A "#b57614" | ||
:base0B "#79740e" | ||
:base0C "#427b58" | ||
:base0D "#076678" | ||
:base0E "#8f3f71" | ||
:base0F "#d65d0e") | ||
"All colors for Base16 Gruvbox light, hard are defined here.") | ||
|
||
;; Define the theme | ||
(deftheme base16-gruvbox-light-hard) | ||
|
||
;; Add all the faces to the theme | ||
(base16-theme-define 'base16-gruvbox-light-hard base16-gruvbox-light-hard-colors) | ||
|
||
;; Mark the theme as provided | ||
(provide-theme 'base16-gruvbox-light-hard) | ||
|
||
(provide 'base16-gruvbox-light-hard-theme) | ||
|
||
;;; base16-gruvbox-light-hard-theme.el ends here |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
;; base16-gruvbox-light-medium-theme.el -- A base16 colorscheme | ||
|
||
;;; Commentary: | ||
;; Base16: (https://github.com/chriskempson/base16) | ||
|
||
;;; Authors: | ||
;; Scheme: Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
||
(require 'base16-theme) | ||
|
||
(defvar base16-gruvbox-light-medium-colors | ||
'(:base00 "#fbf1c7" | ||
:base01 "#ebdbb2" | ||
:base02 "#d5c4a1" | ||
:base03 "#bdae93" | ||
:base04 "#665c54" | ||
:base05 "#504945" | ||
:base06 "#3c3836" | ||
:base07 "#282828" | ||
:base08 "#9d0006" | ||
:base09 "#af3a03" | ||
:base0A "#b57614" | ||
:base0B "#79740e" | ||
:base0C "#427b58" | ||
:base0D "#076678" | ||
:base0E "#8f3f71" | ||
:base0F "#d65d0e") | ||
"All colors for Base16 Gruvbox light, medium are defined here.") | ||
|
||
;; Define the theme | ||
(deftheme base16-gruvbox-light-medium) | ||
|
||
;; Add all the faces to the theme | ||
(base16-theme-define 'base16-gruvbox-light-medium base16-gruvbox-light-medium-colors) | ||
|
||
;; Mark the theme as provided | ||
(provide-theme 'base16-gruvbox-light-medium) | ||
|
||
(provide 'base16-gruvbox-light-medium-theme) | ||
|
||
;;; base16-gruvbox-light-medium-theme.el ends here |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
;; base16-gruvbox-light-soft-theme.el -- A base16 colorscheme | ||
|
||
;;; Commentary: | ||
;; Base16: (https://github.com/chriskempson/base16) | ||
|
||
;;; Authors: | ||
;; Scheme: Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
||
(require 'base16-theme) | ||
|
||
(defvar base16-gruvbox-light-soft-colors | ||
'(:base00 "#f2e5bc" | ||
:base01 "#ebdbb2" | ||
:base02 "#d5c4a1" | ||
:base03 "#bdae93" | ||
:base04 "#665c54" | ||
:base05 "#504945" | ||
:base06 "#3c3836" | ||
:base07 "#282828" | ||
:base08 "#9d0006" | ||
:base09 "#af3a03" | ||
:base0A "#b57614" | ||
:base0B "#79740e" | ||
:base0C "#427b58" | ||
:base0D "#076678" | ||
:base0E "#8f3f71" | ||
:base0F "#d65d0e") | ||
"All colors for Base16 Gruvbox light, soft are defined here.") | ||
|
||
;; Define the theme | ||
(deftheme base16-gruvbox-light-soft) | ||
|
||
;; Add all the faces to the theme | ||
(base16-theme-define 'base16-gruvbox-light-soft base16-gruvbox-light-soft-colors) | ||
|
||
;; Mark the theme as provided | ||
(provide-theme 'base16-gruvbox-light-soft) | ||
|
||
(provide 'base16-gruvbox-light-soft-theme) | ||
|
||
;;; base16-gruvbox-light-soft-theme.el ends here |
Empty file.
Empty file.
Oops, something went wrong.