Skip to content

Commit

Permalink
Update with the latest tinted-theming colorschemes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinted-theming-bot committed Jun 21, 2024
1 parent c7ea811 commit 8789114
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 0 deletions.
44 changes: 44 additions & 0 deletions build/base16-moonlight-theme.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
;; base16-moonlight-theme.el -- A base16 colorscheme

;;; Commentary:
;; Base16: (https://github.com/tinted-theming/home)

;;; Authors:
;; Scheme: Jeremy Swinarton (https://github.com/jswinarton)
;; Template: Kaleb Elwert <[email protected]>

;;; Code:

(require 'base16-theme)

(defvar base16-moonlight-theme-colors
'(:base00 "#212337"
:base01 "#403c64"
:base02 "#596399"
:base03 "#748cd6"
:base04 "#a1abe0"
:base05 "#a3ace1"
:base06 "#b4a4f4"
:base07 "#ef43fa"
:base08 "#ff5370"
:base09 "#f67f81"
:base0A "#ffc777"
:base0B "#2df4c0"
:base0C "#04d1f9"
:base0D "#40ffff"
:base0E "#b994f1"
:base0F "#ecb2f0")
"All colors for Base16 Moonlight are defined here.")

;; Define the theme
(deftheme base16-moonlight)

;; Add all the faces to the theme
(base16-theme-define 'base16-moonlight base16-moonlight-theme-colors)

;; Mark the theme as provided
(provide-theme 'base16-moonlight)

(provide 'base16-moonlight-theme)

;;; base16-moonlight-theme.el ends here
44 changes: 44 additions & 0 deletions build/base16-precious-dark-eleven-theme.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
;; base16-precious-dark-eleven-theme.el -- A base16 colorscheme

;;; Commentary:
;; Base16: (https://github.com/tinted-theming/home)

;;; Authors:
;; Scheme: 4lex4 &lt;[email protected]&gt;
;; Template: Kaleb Elwert <[email protected]>

;;; Code:

(require 'base16-theme)

(defvar base16-precious-dark-eleven-theme-colors
'(:base00 "#1c1e20"
:base01 "#292b2d"
:base02 "#37393a"
:base03 "#858585"
:base04 "#a8a8a7"
:base05 "#b8b7b6"
:base06 "#b8b7b6"
:base07 "#b8b7b6"
:base08 "#ff8782"
:base09 "#ea9755"
:base0A "#d0a543"
:base0B "#95b658"
:base0C "#42bda7"
:base0D "#68b0ee"
:base0E "#b799fe"
:base0F "#f382d8")
"All colors for Base16 Precious Dark Eleven are defined here.")

;; Define the theme
(deftheme base16-precious-dark-eleven)

;; Add all the faces to the theme
(base16-theme-define 'base16-precious-dark-eleven base16-precious-dark-eleven-theme-colors)

;; Mark the theme as provided
(provide-theme 'base16-precious-dark-eleven)

(provide 'base16-precious-dark-eleven-theme)

;;; base16-precious-dark-eleven-theme.el ends here
44 changes: 44 additions & 0 deletions build/base16-precious-dark-fifteen-theme.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
;; base16-precious-dark-fifteen-theme.el -- A base16 colorscheme

;;; Commentary:
;; Base16: (https://github.com/tinted-theming/home)

;;; Authors:
;; Scheme: 4lex4 &lt;[email protected]&gt;
;; Template: Kaleb Elwert <[email protected]>

;;; Code:

(require 'base16-theme)

(defvar base16-precious-dark-fifteen-theme-colors
'(:base00 "#23262b"
:base01 "#303337"
:base02 "#3e4044"
:base03 "#898989"
:base04 "#abaaa8"
:base05 "#bab9b6"
:base06 "#bab9b6"
:base07 "#bab9b6"
:base08 "#ff8782"
:base09 "#e99857"
:base0A "#cfa546"
:base0B "#95b659"
:base0C "#42bda7"
:base0D "#66b0ef"
:base0E "#b799ff"
:base0F "#f382d8")
"All colors for Base16 Precious Dark Fifteen are defined here.")

;; Define the theme
(deftheme base16-precious-dark-fifteen)

;; Add all the faces to the theme
(base16-theme-define 'base16-precious-dark-fifteen base16-precious-dark-fifteen-theme-colors)

;; Mark the theme as provided
(provide-theme 'base16-precious-dark-fifteen)

(provide 'base16-precious-dark-fifteen-theme)

;;; base16-precious-dark-fifteen-theme.el ends here
44 changes: 44 additions & 0 deletions build/base16-precious-light-warm-theme.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
;; base16-precious-light-warm-theme.el -- A base16 colorscheme

;;; Commentary:
;; Base16: (https://github.com/tinted-theming/home)

;;; Authors:
;; Scheme: 4lex4 &lt;[email protected]&gt;
;; Template: Kaleb Elwert <[email protected]>

;;; Code:

(require 'base16-theme)

(defvar base16-precious-light-warm-theme-colors
'(:base00 "#fff5e5"
:base01 "#ece4d6"
:base02 "#d9d3c8"
:base03 "#7f8080"
:base04 "#5d6065"
:base05 "#4e5359"
:base06 "#4e5359"
:base07 "#4e5359"
:base08 "#b14745"
:base09 "#a25600"
:base0A "#876500"
:base0B "#557300"
:base0C "#0e7767"
:base0D "#246da5"
:base0E "#7a50c6"
:base0F "#a83f92")
"All colors for Base16 Precious Light Warm are defined here.")

;; Define the theme
(deftheme base16-precious-light-warm)

;; Add all the faces to the theme
(base16-theme-define 'base16-precious-light-warm base16-precious-light-warm-theme-colors)

;; Mark the theme as provided
(provide-theme 'base16-precious-light-warm)

(provide 'base16-precious-light-warm-theme)

;;; base16-precious-light-warm-theme.el ends here
44 changes: 44 additions & 0 deletions build/base16-precious-light-white-theme.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
;; base16-precious-light-white-theme.el -- A base16 colorscheme

;;; Commentary:
;; Base16: (https://github.com/tinted-theming/home)

;;; Authors:
;; Scheme: 4lex4 &lt;[email protected]&gt;
;; Template: Kaleb Elwert <[email protected]>

;;; Code:

(require 'base16-theme)

(defvar base16-precious-light-white-theme-colors
'(:base00 "#ffffff"
:base01 "#ededed"
:base02 "#dbdbdb"
:base03 "#848484"
:base04 "#636363"
:base05 "#555555"
:base06 "#555555"
:base07 "#555555"
:base08 "#af4947"
:base09 "#a0570d"
:base0A "#876500"
:base0B "#557301"
:base0C "#087767"
:base0D "#186daa"
:base0E "#7b4ecb"
:base0F "#a93e93")
"All colors for Base16 Precious Light White are defined here.")

;; Define the theme
(deftheme base16-precious-light-white)

;; Add all the faces to the theme
(base16-theme-define 'base16-precious-light-white base16-precious-light-white-theme-colors)

;; Mark the theme as provided
(provide-theme 'base16-precious-light-white)

(provide 'base16-precious-light-white-theme)

;;; base16-precious-light-white-theme.el ends here

0 comments on commit 8789114

Please sign in to comment.