1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Update jabber colors

This commit is contained in:
Tom Willemsen 2013-03-10 14:44:08 +01:00
parent 16b2bd49cb
commit 542af8f67a

View file

@ -72,11 +72,13 @@
`(identica-username-face ((t (:foreground ,lblue :weight bold :underline unspecified)))) `(identica-username-face ((t (:foreground ,lblue :weight bold :underline unspecified))))
`(ido-subdir ((t (:foreground ,lred)))) `(ido-subdir ((t (:foreground ,lred))))
`(italic ((t (:slant italic)))) `(italic ((t (:slant italic))))
`(jabber-chat-prompt-foreign ((t (:foreground ,lred)))) `(jabber-chat-prompt-foreign ((t (:foreground ,lred :slant italic))))
`(jabber-chat-prompt-local ((t (:foreground ,lblue)))) `(jabber-chat-prompt-local ((t (:foreground ,lblue :slant italic))))
`(jabber-chat-prompt-system ((t (:foreground ,lyellow)))) `(jabber-chat-prompt-system ((t (:foreground ,lgreen :slant italic))))
`(jabber-rare-time-face ((t (:foreground ,dcyan :weight bold)))) `(jabber-rare-time-face ((t (:foreground ,lwhite :underline t))))
`(jabber-roster-user-online ((t (:foreground ,lblue)))) `(jabber-roster-user-online ((t (:foreground ,lblue))))
`(jabber-roster-user-away ((t (:foreground ,lgreen :slant italic))))
`(jabber-roster-user-offline ((t (:foreground ,lblack :slant italic))))
`(link ((t (:foreground ,lorange :underline t)))) `(link ((t (:foreground ,lorange :underline t))))
`(link-visited ((t (:foreground ,lmagenta :underline t)))) `(link-visited ((t (:foreground ,lmagenta :underline t))))
`(magit-item-highlight ((t (:weight bold :inherit unspecified)))) `(magit-item-highlight ((t (:weight bold :inherit unspecified))))