Skip to content

Commit

Permalink
Fix colors for GNU Emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
drrlvn committed Jul 14, 2012
1 parent 74ed94e commit 67b8820
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions GNU Emacs/color-theme-tomorrow.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ theme will be used."

(let ((background "#ffffff")
(current-line "#e9efff")
(selection "#c5cce9")
(selection "#d6d6d6")
(foreground "#4d4d4c")
(comment "#8e908c")
(cursor "#aeafad")
Expand Down Expand Up @@ -58,8 +58,8 @@ theme will be used."
orange "#f99157"
yellow "#ffcc66"
green "#99cc99"
aqua "#009999"
blue "#99cccc"
aqua "#66cccc"
blue "#6699cc"
purple "#cc99cc"))

((eq variant 'night-blue)
Expand All @@ -81,7 +81,7 @@ theme will be used."
(setq background "#000000"
current-line "#2a2a2a"
selection "#424242"
foreground "#dedede"
foreground "#eaeaea"
comment "#969896"
cursor "#9f9f9f"
red "#d54e53"
Expand Down
2 changes: 1 addition & 1 deletion GNU Emacs/tomorrow-night-bright-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
(let ((background "#000000")
(current-line "#2a2a2a")
(selection "#424242")
(foreground "#dedede")
(foreground "#eaeaea")
(comment "#969896")
(cursor "#9f9f9f")
(red "#d54e53")
Expand Down
4 changes: 2 additions & 2 deletions GNU Emacs/tomorrow-night-eighties-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
(orange "#f99157")
(yellow "#ffcc66")
(green "#99cc99")
(aqua "#009999")
(blue "#99cccc")
(aqua "#66cccc")
(blue "#6699cc")
(purple "#cc99cc"))

(custom-theme-set-faces
Expand Down
2 changes: 1 addition & 1 deletion GNU Emacs/tomorrow-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

(let ((background "#ffffff")
(current-line "#e9efff")
(selection "#c5cce9")
(selection "#d6d6d6")
(foreground "#4d4d4c")
(comment "#8e908c")
(cursor "#aeafad")
Expand Down

0 comments on commit 67b8820

Please sign in to comment.