Navigation Menu

Skip to content

Commit

Permalink
remove boldness
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Mar 10, 2014
1 parent 3b4ac30 commit c0056c9
Show file tree
Hide file tree
Showing 2 changed files with 295 additions and 331 deletions.
42 changes: 12 additions & 30 deletions chee-theme.el
Expand Up @@ -67,7 +67,7 @@
((t (:foreground ,subtle2))))

`(font-lock-comment-face
((t (:foreground ,subtle2 :family "sans-serif" :slant italic))))
((t (:foreground ,subtle2 :slant italic))))

`(font-lock-constant-face
((t (:foreground ,wishy))))
Expand All @@ -87,14 +87,6 @@
`(font-lock-preprocessor-face
((t (:foreground ,sky))))

`(font-lock-regexp-grouping-backslash
((t (:bold t
:weight bold))))

'(font-lock-regexp-grouping-construct
((t (:bold t
:weight bold))))

`(font-lock-string-face
((t (:foreground ,mint :background ,background))))

Expand All @@ -105,9 +97,7 @@
((t (:foreground ,variable))))

`(font-lock-warning-face
((t (:bold t
:foreground ,uhoh
:weight bold))))
((t (:foreground ,uhoh))))

`(fringe
((t (:background ,background))))
Expand Down Expand Up @@ -160,10 +150,8 @@
((t (:background ,hot))))

'(trailing-whitespace
((t (:bold t
:background "#571C0E"
:foreground "#331C10"
:weight bold))))
((t ( :background "#571C0E"
:foreground "#331C10"))))

;;
;; ISearch
Expand All @@ -183,8 +171,7 @@
((t (:foreground "#729FCF"))))

'(twittering-username-face
((t (:foreground "#FC951E"
:bold t))))
((t (:foreground "#FC951E"))))

;;
;; Usual UI stuffs
Expand All @@ -193,15 +180,11 @@
((t (:background ,foreground :foreground "white"))))

'(custom-group-tag-face
((t (:bold t
:foreground "#67D9F0"
:weight bold
((t ( :foreground "#67D9F0"
:height 1.2))))

'(custom-variable-tag-face
((t (:bold t
:foreground "#729FCF"
:weight bold))))
((t ( :foreground "#729FCF" ))))

'(custom-state-face
((t (:foreground "#A6E32Dr"))))
Expand Down Expand Up @@ -235,9 +218,8 @@
((t (:background "#555753"))))

'(diff-file-header
((t (:bold t
:background "#555753"
:weight bold))))
((t ( :background "#555753"
))))

'(diff-context
((t (:foreground "#EEEEEE"))))
Expand Down Expand Up @@ -291,12 +273,12 @@
'(flyspell-duplicate
((t (:background "#382323"
:underline "#FC951E"
:bold t))))
))))

'(flyspell-incorrect
((t (:background "#382323"
:underline "#E52222"
:bold t))))
))))

;;
;; ERC
Expand Down Expand Up @@ -326,7 +308,7 @@
'(rst-level-1-face
((t (:foreground "#729FCF"
:background nil
:bold t))))
))))

'(rst-level-2-face
((t (:inherit 'rst-level-1-face))))
Expand Down

0 comments on commit c0056c9

Please sign in to comment.