-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update with the latest tinted-theming colorschemes
- Loading branch information
1 parent
c49bb72
commit 0a70988
Showing
9 changed files
with
157 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
;; Base16: (https://github.com/tinted-theming/home) | ||
|
||
;;; Authors: | ||
;; Scheme: Oskar Liew (https://github.com/OskarLiew) | ||
;; Scheme: Sainnhe Park (https://github.com/sainnhe) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
@@ -18,16 +18,16 @@ | |
:base03 "#859289" | ||
:base04 "#9da9a0" | ||
:base05 "#d3c6aa" | ||
:base06 "#e4e1cd" | ||
:base07 "#fdf6e3" | ||
:base08 "#7fbbb3" | ||
:base09 "#d699b6" | ||
:base06 "#edeada" | ||
:base07 "#fffbef" | ||
:base08 "#e67e80" | ||
:base09 "#e69875" | ||
:base0A "#dbbc7f" | ||
:base0B "#83c092" | ||
:base0C "#e69875" | ||
:base0D "#a7c080" | ||
:base0E "#e67e80" | ||
:base0F "#4c3743") | ||
:base0B "#a7c080" | ||
:base0C "#83c092" | ||
:base0D "#7fbbb3" | ||
:base0E "#d699b6" | ||
:base0F "#9da9a0") | ||
"All colors for Base16 Everforest Dark Hard are defined here.") | ||
|
||
;; Define the theme | ||
|
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
;; base16-onedark-dark-theme.el -- A base16 colorscheme | ||
|
||
;;; Commentary: | ||
;; Base16: (https://github.com/tinted-theming/home) | ||
|
||
;;; Authors: | ||
;; Scheme: olimorris (https://github.com/olimorris) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
||
(require 'base16-theme) | ||
|
||
(defvar base16-onedark-dark-theme-colors | ||
'(:base00 "#000000" | ||
:base01 "#1c1f24" | ||
:base02 "#2c313a" | ||
:base03 "#434852" | ||
:base04 "#565c64" | ||
:base05 "#abb2bf" | ||
:base06 "#b6bdca" | ||
:base07 "#c8ccd4" | ||
:base08 "#ef596f" | ||
:base09 "#d19a66" | ||
:base0A "#e5c07b" | ||
:base0B "#89ca78" | ||
:base0C "#2bbac5" | ||
:base0D "#61afef" | ||
:base0E "#d55fde" | ||
:base0F "#be5046") | ||
"All colors for Base16 OneDark Dark are defined here.") | ||
|
||
;; Define the theme | ||
(deftheme base16-onedark-dark) | ||
|
||
;; Add all the faces to the theme | ||
(base16-theme-define 'base16-onedark-dark base16-onedark-dark-theme-colors) | ||
|
||
;; Mark the theme as provided | ||
(provide-theme 'base16-onedark-dark) | ||
|
||
(provide 'base16-onedark-dark-theme) | ||
|
||
;;; base16-onedark-dark-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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
;; Base16: (https://github.com/tinted-theming/home) | ||
|
||
;;; Authors: | ||
;; Scheme: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) | ||
;; Scheme: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
;; Base16: (https://github.com/tinted-theming/home) | ||
|
||
;;; Authors: | ||
;; Scheme: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) | ||
;; Scheme: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
;; Base16: (https://github.com/tinted-theming/home) | ||
|
||
;;; Authors: | ||
;; Scheme: Iolar Demartini Junior (http://github.com/demartini) based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode). | ||
;; Scheme: Iolar Demartini Junior (http://github.com/demartini), based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
;; Base16: (https://github.com/tinted-theming/home) | ||
|
||
;;; Authors: | ||
;; Scheme: Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy) | ||
;; Scheme: Chawye Hsu (https://github.com/chawyehsu), based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
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-terracotta-dark-theme.el -- A base16 colorscheme | ||
|
||
;;; Commentary: | ||
;; Base16: (https://github.com/tinted-theming/home) | ||
|
||
;;; Authors: | ||
;; Scheme: Alexander Rossell Hayes (https://github.com/rossellhayes) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
||
(require 'base16-theme) | ||
|
||
(defvar base16-terracotta-dark-theme-colors | ||
'(:base00 "#241d1a" | ||
:base01 "#362b27" | ||
:base02 "#473933" | ||
:base03 "#594740" | ||
:base04 "#a78e84" | ||
:base05 "#b8a59d" | ||
:base06 "#cabbb5" | ||
:base07 "#dcd2ce" | ||
:base08 "#f6998f" | ||
:base09 "#ffa888" | ||
:base0A "#ffc37a" | ||
:base0B "#b6c68a" | ||
:base0C "#c0bcdb" | ||
:base0D "#b0a4c3" | ||
:base0E "#d8a2b0" | ||
:base0F "#f1ae97") | ||
"All colors for Base16 Terracotta Dark are defined here.") | ||
|
||
;; Define the theme | ||
(deftheme base16-terracotta-dark) | ||
|
||
;; Add all the faces to the theme | ||
(base16-theme-define 'base16-terracotta-dark base16-terracotta-dark-theme-colors) | ||
|
||
;; Mark the theme as provided | ||
(provide-theme 'base16-terracotta-dark) | ||
|
||
(provide 'base16-terracotta-dark-theme) | ||
|
||
;;; base16-terracotta-dark-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-terracotta-theme.el -- A base16 colorscheme | ||
|
||
;;; Commentary: | ||
;; Base16: (https://github.com/tinted-theming/home) | ||
|
||
;;; Authors: | ||
;; Scheme: Alexander Rossell Hayes (https://github.com/rossellhayes) | ||
;; Template: Kaleb Elwert <[email protected]> | ||
|
||
;;; Code: | ||
|
||
(require 'base16-theme) | ||
|
||
(defvar base16-terracotta-theme-colors | ||
'(:base00 "#efeae8" | ||
:base01 "#dfd6d1" | ||
:base02 "#d0c1bb" | ||
:base03 "#c0aca4" | ||
:base04 "#59453d" | ||
:base05 "#473731" | ||
:base06 "#352a25" | ||
:base07 "#241c19" | ||
:base08 "#a75045" | ||
:base09 "#bd6942" | ||
:base0A "#ce943e" | ||
:base0B "#7a894a" | ||
:base0C "#847f9e" | ||
:base0D "#625574" | ||
:base0E "#8d5968" | ||
:base0F "#b07158") | ||
"All colors for Base16 Terracotta are defined here.") | ||
|
||
;; Define the theme | ||
(deftheme base16-terracotta) | ||
|
||
;; Add all the faces to the theme | ||
(base16-theme-define 'base16-terracotta base16-terracotta-theme-colors) | ||
|
||
;; Mark the theme as provided | ||
(provide-theme 'base16-terracotta) | ||
|
||
(provide 'base16-terracotta-theme) | ||
|
||
;;; base16-terracotta-theme.el ends here |