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:
parent
16b2bd49cb
commit
542af8f67a
1 changed files with 6 additions and 4 deletions
|
@ -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))))
|
||||||
|
|
Loading…
Reference in a new issue