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 15, 2024
1 parent 0777262 commit 1d48474
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions build/base16-deep-oceanic-next-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
;; Base16: (https://github.com/tinted-theming/home)

;;; Authors:
;; Scheme: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
;; Scheme: spearkkk (https://github.com/spearkkk)
;; Template: Kaleb Elwert <[email protected]>

;;; Code:

(require 'base16-theme)

(defvar base16-deep-oceanic-next-theme-colors
'(:base00 "#003b46"
:base01 "#004f5e"
:base02 "#006374"
:base03 "#007a8a"
'(:base00 "#001c1f"
:base01 "#002931"
:base02 "#003640"
:base03 "#004852"
:base04 "#0093a3"
:base05 "#dce3e8"
:base06 "#e6ebf0"
:base07 "#f0f5f5"
:base08 "#e6454b"
:base09 "#ff6a4b"
:base0A "#ffcc66"
:base0B "#85b57a"
:base0C "#4da6a6"
:base0D "#3a82e6"
:base0E "#8c4de6"
:base0F "#e673a3")
:base05 "#d4e1e8"
:base06 "#e0e9ef"
:base07 "#f2f7f9"
:base08 "#d3464d"
:base09 "#e37552"
:base0A "#f3b863"
:base0B "#63b784"
:base0C "#4fb7ae"
:base0D "#568ccf"
:base0E "#8b66d6"
:base0F "#d0658e")
"All colors for Base16 Deep Oceanic Next are defined here.")

;; Define the theme
Expand Down

0 comments on commit 1d48474

Please sign in to comment.