Skip to content

Commit

Permalink
Rename theme from "Beach Bar" to "Beach"
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyjunglejuice committed Jan 31, 2024
1 parent b97d817 commit fdeabc6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions beach-bar-theme.el → beach-theme.el
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
;;; beach-bar-theme.el --- A light, sunny and calm Emacs theme -*- lexical-binding: t; -*-
;; Copyright (C) 2021–2022 Dan Dee
;; Copyright (C) 2021–2024 Dan Dee
;; Author: Dan Dee <[email protected]>
;; URL: https://github.com/monkeyjunglejuice/beach-bar-theme-emacs
;; Version: 1.0.0
;; URL: https://github.com/monkeyjunglejuice/beach-theme-emacs
;; Version: 1.0
;; Package-Requires: ((emacs "26.1"))
;; Keywords: faces, theme
;; SPDX-License-Identifier: MIT
;; This file is not part of GNU Emacs.

;;; Commentary:
;; Gulp down your happy shake, listen to the trippy tunes and slowly do
;; "M-x load-theme" ... you deserve it. »Beach Bar« is a sunny theme inspired
;; by monochromatic themes. It appears calm, wears colors sparingly,
;; and only where really neccessary.
;; "M-x load-theme" ... you deserve it. »Beach« is a sunny theme inspired
;; by monochromatic themes and e-ink displays. It appears calm, wears colors
;; sparingly, and only where really neccessary.

;; My other themes:
;; - "The Matrix" https://github.com/monkeyjunglejuice/matrix-emacs-theme

;;; Code:

(deftheme beach-bar "A light, sunny and calm Emacs theme.")
(deftheme beach "A light, sunny and calm Emacs theme.")

;; Colors
(let* ((color-bg "#fff8dc")
Expand Down Expand Up @@ -49,7 +49,7 @@
(color-shade-9 "#000000"))

(custom-theme-set-faces
'beach-bar
'beach
`(default ((t (:background ,color-bg :foreground ,color-fg))))
`(cursor ((t (:background ,color-fg-alt))))
`(region ((t (:foreground ,color-dark :background ,color-light))))
Expand Down
3 changes: 0 additions & 3 deletions recipes/beach-bar-theme

This file was deleted.

3 changes: 3 additions & 0 deletions recipes/beach-theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(beach-theme
:fetcher github
:repo "monkeyjunglejuice/beach-emacs-theme")

0 comments on commit fdeabc6

Please sign in to comment.