Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] Solarized based theme for sup
@ 2014-03-26 21:00 Laurent Jucquois
  2014-03-28 13:12 ` Gaute Hope
  0 siblings, 1 reply; 4+ messages in thread
From: Laurent Jucquois @ 2014-03-26 21:00 UTC (permalink / raw)
  To: sup-talk

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

Good evening all,

Here is a more or less solarized based theme for those of you who are
interested. I've made it since a couple of weeks now but have not found
the time to post it on sup's git rep or host it on mine (not so git
experimented as I would like).

Anyway here it is, feel free to used it, post it or modify it.

Happy supping to yall,

[-- Attachment #2: colors.yaml --]
[-- Type: text/x-yaml, Size: 1329 bytes --]

# Cursor

:default_h:
  :fg: 14
  :bg: 0

:inverted_h:
  :fg: 14
  :bg: 8


# Index in order of appearance

:tagged:
  :highlight: inverted_h
  :fg: 125
  :bg: 0
#  :attrs:
#  - bold

:tagged_h:
  :fg: 5
  :bg: 8

:date:
  :highlight: default_h
  :fg: 12
  :bg: 8
  :attrs:
  - bold

:starred:
  :highlight: default_h
  :fg: 125
  :bg: 0
#  :attrs:
#  - bold

:size_widget:
  :highlight: default_h
  :fg: 244
  :bg: 0

:to_me:
  :highlight: default_h
  :fg: 64
  :bg: 0
#  :attrs:
#  - bold


:label:
  :highlight: label_h
  :fg: 5
  :bg: 8
#  :attrs:
#  - bold
:label_h:
  :fg: 5
  :bg: 0

:index_old:
  :highlight: default_h
  :fg: 3
  :bg: 8
#  :attrs:
#  - bold

:snippet:
  :highlight: default_h
  :fg: 12
  :bg: 8
#  :attrs:
#  - bold

# New messages

:index_new:
  :highlight: index_new_h
  :fg: 2
  :bg: 8
:index_new_h:
  :fg: 2
  :bg: 0

# Subject of starred message

:index_starred:
  :highlight: index_starred_h
  :fg: 4
  :bg: 8
:index_starred_h:
  :fg: 4
  :bg: 0

# Thread-view-mode

:message_patina:
  :highlight: default_h
  :fg: 3
  :bg: 0
#  :attrs:
#  - bold

:alternate_patina:
  :highlight: inverted_h
  :fg: 3
  :bg: 8

:attachment:
#  :highlight:
  :fg: 6
  :bg: 8
#  :attrs:
#  - bold

:text:
  :highlight: text_h
  :fg: 12
  :bg: 8
:text_h:
  :fg: 14
  :bg: 0

# Status line

:status:
  :fg: 6
  :bg: 0 

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sup-talk] Solarized based theme for sup
  2014-03-26 21:00 [sup-talk] Solarized based theme for sup Laurent Jucquois
@ 2014-03-28 13:12 ` Gaute Hope
  2014-04-08 19:24   ` Steven Schmeiser
  0 siblings, 1 reply; 4+ messages in thread
From: Gaute Hope @ 2014-03-28 13:12 UTC (permalink / raw)
  To: sup-talk

[-- Attachment #1: Type: text/plain, Size: 1144 bytes --]

Excerpts from Laurent Jucquois's message of 2014-03-26 22:00:09 +0100:
> Good evening all,
>
> Here is a more or less solarized based theme for those of you who are
> interested. I've made it since a couple of weeks now but have not found
> the time to post it on sup's git rep or host it on mine (not so git
> experimented as I would like).
>
> Anyway here it is, feel free to used it, post it or modify it.

Thanks,

I've added it to the sup-colors.git [0] repository I just set up [1]. If
you at some point decide to set up a repository or gist for it I can
submodule it so that we can pull it in as it is updated. Otherwise, just
submit changes to sup-colors.git. If you have screenshots, we can host
them in the repository, that way it can be listed in a cool way in the
Customizing colors wiki page [2].

mklinks wombat theme has also been included (submoduled) in the
repository.


[0] https://github.com/sup-heliotrope/sup-colors
[1] https://github.com/sup-heliotrope/sup-colors/commit/f9aa20bc88b24f58427eea913101af043f52cf96
[2] https://github.com/sup-heliotrope/sup/wiki/Customizing-colors


- gaute



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sup-talk] Solarized based theme for sup
  2014-03-28 13:12 ` Gaute Hope
@ 2014-04-08 19:24   ` Steven Schmeiser
  2014-04-09 16:29     ` Gaute Hope
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Schmeiser @ 2014-04-08 19:24 UTC (permalink / raw)
  To: sup-talk

Here's my color scheme if you'd like to add it to the list:
https://github.com/schmeisers/sup-colors-redtide

steve
 
> Excerpts from Laurent Jucquois's message of 2014-03-26 22:00:09 +0100:
> > Good evening all,
> >
> > Here is a more or less solarized based theme for those of you who are
> > interested. I've made it since a couple of weeks now but have not found
> > the time to post it on sup's git rep or host it on mine (not so git
> > experimented as I would like).
> >
> > Anyway here it is, feel free to used it, post it or modify it.
> 
> Thanks,
> 
> I've added it to the sup-colors.git [0] repository I just set up [1]. If
> you at some point decide to set up a repository or gist for it I can
> submodule it so that we can pull it in as it is updated. Otherwise, just
> submit changes to sup-colors.git. If you have screenshots, we can host
> them in the repository, that way it can be listed in a cool way in the
> Customizing colors wiki page [2].
> 
> mklinks wombat theme has also been included (submoduled) in the
> repository.
> 
> 
> [0] https://github.com/sup-heliotrope/sup-colors
> [1] https://github.com/sup-heliotrope/sup-colors/commit/f9aa20bc88b24f58427eea913101af043f52cf96
> [2] https://github.com/sup-heliotrope/sup/wiki/Customizing-colors
> 
> 
> - gaute
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sup-talk] Solarized based theme for sup
  2014-04-08 19:24   ` Steven Schmeiser
@ 2014-04-09 16:29     ` Gaute Hope
  0 siblings, 0 replies; 4+ messages in thread
From: Gaute Hope @ 2014-04-09 16:29 UTC (permalink / raw)
  To: sup-talk

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

Excerpts from Steven Schmeiser's message of 2014-04-08 21:24:15 +0200:
> Here's my color scheme if you'd like to add it to the list:
> https://github.com/schmeisers/sup-colors-redtide
> 
> steve

Thanks, added!

- gaute

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-09 16:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-26 21:00 [sup-talk] Solarized based theme for sup Laurent Jucquois
2014-03-28 13:12 ` Gaute Hope
2014-04-08 19:24   ` Steven Schmeiser
2014-04-09 16:29     ` Gaute Hope

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox