Skip to content

Instantly share code, notes, and snippets.

@takaxp
Last active September 9, 2022 22:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takaxp/5a500d953d15d6d2155b120e886dcd52 to your computer and use it in GitHub Desktop.
Save takaxp/5a500d953d15d6d2155b120e886dcd52 to your computer and use it in GitHub Desktop.
my theme for dark
;;; night-theme.el --- Night Theme
(deftheme night
"Night Theme")
(custom-theme-set-faces
'night
;; '(default ((t (:stipple nil :background "#31343F" :foreground "#abb2bf" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 120 :width normal :foundry "nil" :family "Monaco"))))
'(default ((t (:stipple nil :background "#31343F" :foreground "#abb2bf" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :width normal :foundry "nil"))))
'(bold ((t (:weight bold))))
'(italic ((t (:slant italic))))
'(bold-italic ((t (:slant italic :weight bold))))
'(underline ((t (:underline t))))
'(fixed-pitch ((t (:family "Monospace"))))
'(variable-pitch ((t (:family "Sans Serif"))))
'(shadow ((t (:foreground "grey50"))))
'(link ((t (:foreground "RoyalBlue3" :underline t))))
'(link-visited ((t (:foreground "magenta4"))))
'(highlight ((t (:background "#484b5b"))))
'(region ((t (:background "#504945"))))
'(secondary-selection ((t (:background "#262626"))))
'(trailing-whitespace ((t (:background "red1"))))
'(escape-glyph ((t (:foreground "brown"))))
'(nobreak-space ((t (:underline t))))
'(mode-line ((t (:background "#21252B" :foreground "#96CBFE" :box nil))))
'(mode-line-inactive ((t (:background "#4b4c4d" :foreground "#94bbf9" :box nil :weight light))))
'(doom-modeline-bar ((t (:foreground "#21252B" :box nil :overline "#21252B"))))
'(doom-modeline-inactive-bar ((t (:foreground "#4b4c4d" :box nil :overline "#4b4c4d" :weight light))))
'(mode-line-highlight ((t (:box (:line-width 2 :color "grey40" :style released-button)))))
'(mode-line-emphasis ((t (:weight bold))))
'(mode-line-buffer-id ((t (:family "Verdana"))))
'(window-divider ((t (:foreground "gray60"))))
'(window-divider-first-pixel ((t (:foreground "gray80"))))
'(window-divider-last-pixel ((t (:foreground "gray40"))))
'(minibuffer-prompt ((t (:foreground "#bea1ff")))) ;; "#FF8000"
'(fringe ((t (:foreground "#94bbf9" :background "#31343F"))))
;; '(cursor ((t (:background "#FF9300"))))
'(tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
'(menu ((t (:inverse-video t))))
'(glyphless-char ((t (:height 0.6))))
'(error ((t (:foreground "Red1" :weight bold))))
'(warning ((t (:foreground "DarkOrange" :weight bold))))
'(success ((t (:foreground "ForestGreen" :weight bold))))
'(tty-menu-enabled-face ((t (:background "blue" :foreground "yellow" :weight bold))))
'(tty-menu-disabled-face ((t (:background "blue" :foreground "lightgray"))))
'(tty-menu-selected-face ((t (:background "red"))))
'(show-paren-match ((t (:background "turquoise"))))
'(show-paren-mismatch ((t (:background "purple" :foreground "white"))))
'(font-lock-comment-face ((t (:foreground "#5C6370"))))
'(font-lock-string-face ((t (:foreground "#98c379"))))
'(font-lock-keyword-face ((t (:foreground "#c678dd"))))
'(font-lock-builtin-face ((t (:foreground "#56b6c2"))))
'(font-lock-function-name-face ((t (:foreground "#61afef"))))
'(font-lock-variable-name-face ((t (:foreground "#e5c07b"))))
'(font-lock-type-face ((t (:foreground "#CFCB90"))))
'(font-lock-constant-face ((t (:foreground "#d19a66"))))
'(font-lock-warning-face ((t (:foreground "#ff982d" :weight bold))))
'(font-lock-preprocessor-face ((t (:foreground "#8996A8"))))
'(font-lock-regexp-grouping-backslash ((t (:foreground "#66CC99"))))
'(font-lock-regexp-grouping-construct ((t (:foreground "#9966CC"))))
'(isearch ((t (:background "palevioletred2" :foreground "brown4"))))
'(isearch-fail ((t (:background "red4"))))
'(lazy-highlight ((t (:background "paleturquoise"))))
'(match ((t (:background "yellow1"))))
'(buffer-menu-buffer ((t (:weight bold))))
'(ns-working-text-face ((t (:underline "gray20"))))
'(ns-marked-text-face ((t (:underline "gray20"))))
'(ns-unmarked-text-face ((t (:underline "gray80"))))
'(tooltip ((t (:background "lightyellow" :foreground "black"))))
'(paren-face-match ((t (:background "#66CC66" :foreground "#FFFFFF"))))
'(paren-face-mismatch ((t (:background "purple" :foreground "white"))))
'(paren-face-no-match ((t (:background "yellow" :foreground "black"))))
'(my:face-b-1 ((t (:background "gray" :underline "red" :weight bold))))
'(my:face-b-2 ((t (:background "orange" :underline "red" :weight bold))))
'(my:face-b-3 ((t (:background "orange"))))
'(show-tabs-tab ((t (:background "red1"))))
'(show-tabs-space ((t (:background "yellow1"))))
'(hl-line ((t (:background "#484c5c" :extend t))))
'(line-number-current-line ((t (:bold t :background "#484c5c"))))
'(calendar-today ((t (:underline t))))
'(calendar-iso-week-face ((t :height 1.0 :background "#31343F" :foreground "orange")))
'(calendar-iso-week-header-face ((t :height 1.0 :background "#31343F" :foreground "#1010FF")))
'(diary ((t (:foreground "red1"))))
'(holiday ((t (:background "pink"))))
'(info-node ((t (:foreground "brown" :slant italic :weight bold))))
'(info-title-1 ((t (:height 1.2))))
'(info-title-2 ((t (:height 1.2))))
'(info-title-3 ((t (:height 1.2))))
'(info-title-4 ((t (:weight bold))))
'(info-menu-header ((t (:weight bold))))
'(info-menu-star ((t (:foreground "red1"))))
'(bm-face ((t (:background "DarkOrange1" :foreground "White" :extend t))))
'(bm-persistent-face ((t (:background "DarkBlue" :foreground "White"))))
'(bm-fringe-face ((t (:background "DarkOrange1" :foreground "White"))))
'(bm-fringe-persistent-face ((t (:background "DarkBlue" :foreground "White"))))
'(org-agenda-date ((t (:foreground "#6ac214" :weight bold))))
'(org-agenda-date-today ((t (:foreground "#4a6aff" :weight bold))))
'(org-agenda-date-weekend ((t (:foreground "#ff8d1e" :weight bold))))
'(widget-documentation ((t (:foreground "dark green"))))
'(widget-button ((t (:weight bold))))
'(widget-field ((t (:background "gray85"))))
'(widget-single-line-field ((t (:background "gray85"))))
'(widget-button-pressed ((t (:foreground "red1"))))
'(comint-highlight-input ((t (:weight bold))))
'(org-hide ((t (:foreground "#31343F"))))
'(org-drawer ((t (:foreground "#666666"))))
'(org-column ((t (:background "grey90" :strike-through nil :underline nil :slant normal :weight normal))))
'(org-column-title ((t (:background "grey90" :underline t :weight bold))))
'(org-warning ((t (:foreground "#ff431a"))))
'(org-footnote ((t (:foreground "violet" :underline t))))
'(org-ellipsis ((t (:foreground "DarkGoldenrod" :underline t))))
'(org-target ((t (:underline t))))
'(org-date ((t (:foreground "violet" :underline t))))
'(org-date-selected ((t (:foreground "Red1" :inverse-video t))))
'(org-sexp-date ((t (:foreground "violet"))))
'(org-tag ((t (:weight bold))))
'(org-list-dt ((t (:weight bold))))
'(org-todo ((t (:foreground "Red1" :weight bold))))
'(org-done ((t (:foreground "ForestGreen" :weight bold))))
'(org-agenda-done ((t (:foreground "ForestGreen"))))
'(org-headline-done ((t (:foreground "RosyBrown"))))
'(org-table ((t (:foreground "#60a0f4"))))
'(org-verbatim ((t (:foreground "khaki1" :inherit (fixed-pitch shadow)))))
'(org-formula ((t (:foreground "Firebrick"))))
;; '(org-document-title ((t (:foreground "midnight blue" :weight bold))))
;; '(org-document-info ((t (:foreground "midnight blue"))))
'(org-document-title ((t (:foreground "#FFFFFF" :weight bold))))
'(org-document-info ((t (:foreground "#FFFFFF"))))
'(org-clock-overlay ((t (:background "yellow1"))))
'(org-agenda-structure ((t (:foreground "#6873ff" :underline t))))
'(org-scheduled ((t (:foreground "DarkGreen"))))
'(org-scheduled-today ((t (:foreground "DarkGreen"))))
'(org-agenda-dimmed-todo-face ((t (:foreground "grey50"))))
'(org-scheduled-previously ((t (:foreground "Firebrick"))))
'(org-agenda-restriction-lock ((t (:background "#eeeeee"))))
'(org-time-grid ((t (:foreground "#0a4796"))))
'(org-latex-and-related ((t (:foreground "SaddleBrown"))))
'(org-mode-line-clock-overrun ((t (:background "red"))))
'(org-habit-clear-face ((t (:background "#8270f9"))))
'(org-habit-clear-future-face ((t (:background "#d6e4fc"))))
'(org-habit-ready-face ((t (:background "#4df946"))))
'(org-habit-ready-future-face ((t (:background "#acfca9"))))
'(org-habit-alert-face ((t (:background "#f5f946"))))
'(org-habit-alert-future-face ((t (:background "#fafca9"))))
'(org-habit-overdue-face ((t (:background "#f9372d"))))
'(org-habit-overdue-future-face ((t (:background "#fc9590"))))
'(helm-source-header ((t (:background "#DADADA" :foreground "#666666" :weight normal :height 1.0 :family "Verdana"))))
'(helm-visible-mark ((t (:background "#d1f5ea"))))
'(helm-candidate-number ((t (:background "#faffb5" :foreground "black"))))
'(helm-selection ((t (:background "#b5ffd1"))))
'(helm-separator ((t (:foreground "#ffbfb5"))))
'(helm-action ((t (:underline t))))
'(helm-prefarg ((t (:foreground "red"))))
'(helm-match ((t (:foreground "#b00000"))))
'(compilation-mode-line-fail ((t (:foreground "Red1" :weight bold))))
'(compilation-mode-line-exit ((t (:foreground "ForestGreen" :weight bold))))
'(dired-symlink ((t (:foreground "#FD5FF1"))))
'(helm-moccur-buffer ((t (:foreground "DarkTurquoise" :underline t))))
'(helm-resume-need-update ((t (:background "red"))))
'(helm-grep-match ((t (:foreground "#b00000"))))
'(helm-grep-file ((t (:foreground "BlueViolet" :underline t))))
'(helm-grep-lineno ((t (:foreground "Darkorange1"))))
'(helm-grep-running ((t (:foreground "Red"))))
'(helm-grep-finish ((t (:foreground "Green"))))
'(helm-locate-finish ((t (:foreground "Green"))))
'(bookmark-menu-bookmark ((t (:weight bold))))
'(helm-bookmark-info ((t (:foreground "green"))))
'(helm-bookmark-w3m ((t (:foreground "yellow"))))
'(helm-bookmark-gnus ((t (:foreground "magenta"))))
'(helm-bookmark-man ((t (:foreground "Orange4"))))
'(helm-bookmark-file ((t (:foreground "Deepskyblue2"))))
'(helm-bookmark-addressbook ((t (:foreground "tomato"))))
'(helm-etags-file ((t (:foreground "Lightgoldenrod4" :underline t))))
'(helm-buffer-saved-out ((t (:background "black" :foreground "red"))))
'(helm-buffer-not-saved ((t (:foreground "Indianred2"))))
'(helm-buffer-size ((t (:foreground "SlateGray"))))
'(helm-buffer-process ((t (:foreground "Sienna3"))))
'(helm-buffer-directory ((t (:background "LightGray" :foreground "DarkRed"))))
'(helm-ff-prefix ((t (:background "yellow" :foreground "black"))))
'(helm-ff-executable ((t (:foreground "green"))))
'(helm-ff-directory ((t (:background "LightGray" :foreground "DarkRed"))))
'(helm-ff-dotted-directory ((t (:background "DimGray" :foreground "black"))))
'(helm-ff-symlink ((t (:foreground "DarkOrange"))))
'(helm-ff-invalid-symlink ((t (:background "red" :foreground "black"))))
'(helm-history-remote ((t (:foreground "Indianred1"))))
'(helm-swoop-target-line-face ((t (:background "#FFEDDC" :foreground "#222222"))))
'(helm-swoop-target-line-block-face ((t (:background "#cccc00" :foreground "#222222"))))
'(helm-swoop-target-word-face ((t (:background "#FF5443" :foreground "#ffffff"))))
'(helm-swoop-line-number-face ((t (:foreground "#999999"))))
'(vhl/default-face ((t (:background "#FFCDCD" :foreground "#FF3333"))))
'(popup-face ((t (:background "lightgray" :foreground "black"))))
'(popup-summary-face ((t (:foreground "dimgray"))))
'(popup-scroll-bar-foreground-face ((t (:background "black"))))
'(popup-scroll-bar-background-face ((t (:background "gray"))))
'(popup-isearch-match ((t (:background "sky blue"))))
'(popup-tip-face ((t (:background "khaki1" :foreground "black"))))
'(popup-menu-mouse-face ((t (:background "blue" :foreground "white"))))
'(popup-menu-selection-face ((t (:background "steelblue" :foreground "white"))))
'(ac-completion-face ((t (:foreground "darkgray" :underline t))))
'(ac-gtags-candidate-face ((t (:foreground "navy"))))
'(ac-gtags-selection-face ((t (:background "navy"))))
'(ac-yasnippet-candidate-face ((t (:background "sandybrown" :foreground "black"))))
'(ac-yasnippet-selection-face ((t (:background "coral3"))))
'(flymake-errline ((t (:underline (:style wave :color "Red1")))))
'(flymake-warnline ((t (:underline (:style wave :color "DarkOrange")))))
'(flycheck-error ((t (:underline (:style wave :color "Red1")))))
'(flycheck-warning ((t (:underline (:style wave :color "DarkOrange")))))
'(flycheck-info ((t (:underline (:style wave :color "ForestGreen")))))
'(ac-clang-candidate-face ((t (:background "lightgray" :foreground "navy"))))
'(ac-clang-selection-face ((t (:background "navy" :foreground "white"))))
'(helm-lisp-show-completion ((t (:background "DarkSlateGray"))))
'(helm-lisp-completion-info ((t (:foreground "red"))))
'(helm-M-x-key ((t (:foreground "orange" :underline t))))
'(git-gutter:separator ((t (:foreground "cyan" :weight bold))))
'(git-gutter:modified ((t (:foreground "magenta" :weight bold))))
'(git-gutter:added ((t (:foreground "green" :weight bold))))
'(git-gutter:deleted ((t (:foreground "red" :weight bold))))
'(git-gutter:unchanged ((t (:background "yellow"))))
'(git-gutter-fr:modified ((t (:foreground "orange"))))
'(git-gutter-fr:added ((t (:foreground "#FF2600"))))
'(git-gutter-fr:deleted ((t (:foreground "medium sea green"))))
)
;; ;;;###autoload
;; (and load-file-name
;; (boundp 'custom-theme-load-path)
;; (add-to-list 'custom-theme-load-path
;; (file-name-as-directory
;; (file-name-directory load-file-name))))
;; ;; Automatically add this theme to the load path
(provide-theme 'night)
;;; night-theme.el ends here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment