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 Dec 16, 2023
1 parent 5993a1a commit d8f3ae9
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 0 deletions.
44 changes: 44 additions & 0 deletions build/base16-caroline-theme.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
;; base16-caroline-theme.el -- A base16 colorscheme

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

;;; Authors:
;; Scheme: ed (https://codeberg.org/ed)
;; Template: Kaleb Elwert <[email protected]>

;;; Code:

(require 'base16-theme)

(defvar base16-caroline-theme-colors
'(:base00 "#1c1213"
:base01 "#3a2425"
:base02 "#563837"
:base03 "#6d4745"
:base04 "#8b5d57"
:base05 "#a87569"
:base06 "#c58d7b"
:base07 "#e3a68c"
:base08 "#c24f57"
:base09 "#a63650"
:base0A "#f28171"
:base0B "#806c61"
:base0C "#6b6566"
:base0D "#684c59"
:base0E "#a63650"
:base0F "#893f45")
"All colors for Base16 caroline are defined here.")

;; Define the theme
(deftheme base16-caroline)

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

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

(provide 'base16-caroline-theme)

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

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

;;; Authors:
;; Scheme: ed (https://codeberg.org/ed)
;; Template: Kaleb Elwert <[email protected]>

;;; Code:

(require 'base16-theme)

(defvar base16-eris-theme-colors
'(:base00 "#0a0920"
:base01 "#13133a"
:base02 "#23255a"
:base03 "#333773"
:base04 "#4a5293"
:base05 "#606bac"
:base06 "#7986c5"
:base07 "#9aaae5"
:base08 "#f768a3"
:base09 "#f768a3"
:base0A "#faaea2"
:base0B "#faaea2"
:base0C "#258fc4"
:base0D "#258fc4"
:base0E "#f768a3"
:base0F "#f768a3")
"All colors for Base16 eris are defined here.")

;; Define the theme
(deftheme base16-eris)

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

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

(provide 'base16-eris-theme)

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

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

;;; Authors:
;; Scheme: https://github.com/notusknot
;; Template: Kaleb Elwert <[email protected]>

;;; Code:

(require 'base16-theme)

(defvar base16-jabuti-theme-colors
'(:base00 "#292a37"
:base01 "#343545"
:base02 "#3c3e51"
:base03 "#45475d"
:base04 "#50526b"
:base05 "#c0cbe3"
:base06 "#d9e0ee"
:base07 "#ffffff"
:base08 "#ec6a88"
:base09 "#efb993"
:base0A "#e1c697"
:base0B "#3fdaa4"
:base0C "#ff7eb6"
:base0D "#3fc6de"
:base0E "#be95ff"
:base0F "#8b8da9")
"All colors for Base16 Jabuti are defined here.")

;; Define the theme
(deftheme base16-jabuti)

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

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

(provide 'base16-jabuti-theme)

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

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

;;; Authors:
;; Scheme: threddast, based on fuxialexander&#39;s doom-nord-light-theme (Doom Emacs)
;; Template: Kaleb Elwert <[email protected]>

;;; Code:

(require 'base16-theme)

(defvar base16-nord-light-theme-colors
'(:base00 "#e5e9f0"
:base01 "#c2d0e7"
:base02 "#b8c5db"
:base03 "#aebacf"
:base04 "#60728c"
:base05 "#2e3440"
:base06 "#3b4252"
:base07 "#29838d"
:base08 "#99324b"
:base09 "#ac4426"
:base0A "#9a7500"
:base0B "#4f894c"
:base0C "#398eac"
:base0D "#3b6ea8"
:base0E "#97365b"
:base0F "#5272af")
"All colors for Base16 Nord Light are defined here.")

;; Define the theme
(deftheme base16-nord-light)

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

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

(provide 'base16-nord-light-theme)

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

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

;;; Authors:
;; Scheme: ed (https://codeberg.org/ed)
;; Template: Kaleb Elwert <[email protected]>

;;; Code:

(require 'base16-theme)

(defvar base16-tarot-theme-colors
'(:base00 "#0e091d"
:base01 "#2a153c"
:base02 "#4b2054"
:base03 "#74316b"
:base04 "#8c406f"
:base05 "#aa556f"
:base06 "#c4686d"
:base07 "#dc8f7c"
:base08 "#c53253"
:base09 "#ea4d60"
:base0A "#ff6565"
:base0B "#a68e5a"
:base0C "#8c9785"
:base0D "#6e6080"
:base0E "#a45782"
:base0F "#984d51")
"All colors for Base16 tarot are defined here.")

;; Define the theme
(deftheme base16-tarot)

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

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

(provide 'base16-tarot-theme)

;;; base16-tarot-theme.el ends here

0 comments on commit d8f3ae9

Please sign in to comment.