From 8dbac6a34f4bdfd46aaf930a9906053637fb7a62 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 10 Jun 2013 13:16:49 -0700 Subject: [PATCH] Add light theme support for archive viewer --- themes/atom-light-ui/archive-view.less | 19 +++++++++++++++++++ themes/atom-light-ui/package.cson | 1 + 2 files changed, 20 insertions(+) create mode 100644 themes/atom-light-ui/archive-view.less diff --git a/themes/atom-light-ui/archive-view.less b/themes/atom-light-ui/archive-view.less new file mode 100644 index 000000000..586c20836 --- /dev/null +++ b/themes/atom-light-ui/archive-view.less @@ -0,0 +1,19 @@ +.archive-view { + background-color: #e5e5e5; + color: #444; + + .selected { + background-color: rgba(255, 255, 134, 0.34); + color: #333; + } + + .summary { + padding: 5px; + background-image: -webkit-linear-gradient(#e7e7e7, #cfcfcf); + border-top: 1px solid rgba(0, 0, 0, 0.2); + border-bottom: 1px solid rgba(0, 0, 0, 0.2); + box-shadow: + inset 0 1px 0 rgba(255, 255, 255, 0.5), + inset 0 -1px 0 rgba(255, 255, 255, 0.2); + } +} diff --git a/themes/atom-light-ui/package.cson b/themes/atom-light-ui/package.cson index 015d49258..ace6d0f78 100644 --- a/themes/atom-light-ui/package.cson +++ b/themes/atom-light-ui/package.cson @@ -10,4 +10,5 @@ 'command-logger' 'blurred' 'image-view' + 'archive-view' ]