Mercurial > hg > indyvon
changeset 140:4dd98ea3b475
Minor change in the default color theme.
author | Mikhail Kryshen <mikhail@kryshen.net> |
---|---|
date | Mon, 07 Jan 2013 19:54:13 +0400 |
parents | 173616375eb5 |
children | 534d954de537 |
files | src/net/kryshen/indyvon/core.clj |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/net/kryshen/indyvon/core.clj Mon Jan 07 19:52:23 2013 +0400 +++ b/src/net/kryshen/indyvon/core.clj Mon Jan 07 19:54:13 2013 +0400 @@ -78,8 +78,8 @@ (defn default-theme [] (Theme. Color/BLACK Color/WHITE - (Color. 0xC8 0xD2 0xD8) - (Color. 0 0 0xC8) + (Color. 0xDD 0xDD 0xDD) + (Color. 0 0 0xCC) (Color. 0x44 0x44 0x44) (Font. "Sans" Font/PLAIN 12)))