mirror of
https://github.com/atom/atom.git
synced 2026-01-22 05:17:57 -05:00
Add light theme support for archive viewer
This commit is contained in:
19
themes/atom-light-ui/archive-view.less
Normal file
19
themes/atom-light-ui/archive-view.less
Normal file
@@ -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);
|
||||
}
|
||||
}
|
||||
@@ -10,4 +10,5 @@
|
||||
'command-logger'
|
||||
'blurred'
|
||||
'image-view'
|
||||
'archive-view'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user