mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove old light theme
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
@import "ui-colors";
|
||||
|
||||
.archive-view {
|
||||
background-color: @background-color-1;
|
||||
color: @text-color-2;
|
||||
|
||||
.selected {
|
||||
background-color: rgba(255, 255, 134, 0.34);
|
||||
color: @text-color-1;
|
||||
}
|
||||
|
||||
.summary {
|
||||
padding: 5px;
|
||||
background-image: -webkit-linear-gradient(@background-color-1, #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);
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
@import "ui-colors";
|
||||
|
||||
html, body,
|
||||
#root-view {
|
||||
font: caption;
|
||||
background-color: @background-color-1;
|
||||
}
|
||||
|
||||
#root-view #panes .row > * + * {
|
||||
-webkit-box-shadow:
|
||||
-2px 0 rgba(0, 0, 0, 0.3),
|
||||
-1px 0 rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
#root-view #panes .column > * + * {
|
||||
-webkit-box-shadow:
|
||||
0 -2px rgba(0, 0, 0, 0.3),
|
||||
0 -1px rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.error {
|
||||
background: #991212 !important;
|
||||
-webkit-transition: background 300ms ease-out;
|
||||
}
|
||||
|
||||
.wrap-guide {
|
||||
background: rgba(150, 150, 150, 0.1);
|
||||
}
|
||||
@@ -1,42 +0,0 @@
|
||||
@import "ui-colors";
|
||||
|
||||
.is-blurred {
|
||||
.tree-view {
|
||||
background: #f3f3f3;
|
||||
border-right: 1px solid #c5c5c5;
|
||||
|
||||
&:focus .selected > .highlight {
|
||||
border-top: 1px solid #3D4552;
|
||||
border-bottom: 1px solid #3D4552;
|
||||
background-image: none;
|
||||
background-color: #69717b;
|
||||
}
|
||||
|
||||
.selected > .highlight {
|
||||
box-sizing: border-box;
|
||||
border-top: 1px solid #97a4a7;
|
||||
border-bottom: 1px solid #97a4a7;
|
||||
background-image: none;
|
||||
background-color: #DFDFDF;
|
||||
}
|
||||
|
||||
.name:before {
|
||||
color: #7e7e7e;
|
||||
}
|
||||
}
|
||||
|
||||
.tab {
|
||||
background-image: -webkit-linear-gradient(@background-color-1, #cfcfcf);
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.5), /* top hightlight */
|
||||
inset 1px 0 0 rgba(255, 255, 255, 0.3), /* left highlight */
|
||||
inset 0 -1px 0 rgba(255, 255, 255, 0.2), /* bottom shadow */
|
||||
inset -1px 0 0 rgba(0, 0, 0, 0.2), /* right shadow */
|
||||
inset -2px 0 0 rgba(255, 255, 255, 0.1); /* right hightlight */
|
||||
color: @text-color-subtle-1;
|
||||
|
||||
.close-icon {
|
||||
color: #8d8d8d;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
@import "ui-colors";
|
||||
|
||||
.btn-toggle.btn-group {
|
||||
.btn {
|
||||
font-weight: bold;
|
||||
background: @button-color-1;
|
||||
color: @text-color-3;
|
||||
font-size: 12px;
|
||||
padding: 3px;
|
||||
|
||||
border: none;
|
||||
border-left: 1px solid @border-color-3;
|
||||
|
||||
&:hover, &.enabled:hover{ background: @button-color-hover-1; }
|
||||
&.enabled{
|
||||
color: @accent-color-info-1;
|
||||
background: @button-color-active-1;
|
||||
}
|
||||
}
|
||||
.btn:first-child {
|
||||
border-left: none;
|
||||
border-bottom-left-radius: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
}
|
||||
.btn:last-child {
|
||||
border-bottom-right-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
}
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
@import "ui-colors";
|
||||
|
||||
.command-logger {
|
||||
background: #1e1e1e;
|
||||
color: #eee;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.command-logger .category-header {
|
||||
text-align: center;
|
||||
padding-bottom: 5px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.command-logger .category-summary {
|
||||
text-align: center;
|
||||
padding-bottom: 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.command-logger .tree-map {
|
||||
margin: auto;
|
||||
background-color: #efefef;
|
||||
border: 1px solid @border-color-2;
|
||||
}
|
||||
|
||||
body.command-logger-node-text {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.command-logger-node-text div {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.command-logger-node-text span {
|
||||
font-size: 10px;
|
||||
color: #fff;
|
||||
text-shadow: #000 1px 1px 4px;
|
||||
}
|
||||
@@ -1,125 +0,0 @@
|
||||
@import "ui-colors";
|
||||
@import "bootstrap/less/mixins.less";
|
||||
|
||||
.command-panel {
|
||||
background-color: @background-color-1;
|
||||
border-top: 1px solid #979797;
|
||||
color: #ededed;
|
||||
padding: 10px;
|
||||
|
||||
.btn {
|
||||
.btn-pseudo-states(#cbcbcb, #b3b3b3);
|
||||
color: @text-color-2;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: #222;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.command-panel .header {
|
||||
padding: 5px;
|
||||
background-image: -webkit-linear-gradient(#e7e7e7, #cfcfcf);
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom: none;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.5),
|
||||
inset 0 -1px 0 rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.command-panel .preview-list {
|
||||
background-color: #e3e3e3;
|
||||
color: #222;
|
||||
border: 1px solid @border-color-2;
|
||||
}
|
||||
|
||||
.command-panel .preview-count {
|
||||
color: @text-color-1;
|
||||
font-weight: bold;
|
||||
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.command-panel .expand-collapse {
|
||||
color: @text-color-1;
|
||||
}
|
||||
|
||||
.command-panel .expand-collapse li {
|
||||
color: @text-color-3;
|
||||
background: -webkit-linear-gradient(#cbcbcb, #b3b3b3);
|
||||
box-shadow:
|
||||
inset -1px -1px 0 rgba(255, 255, 255, 0.5),
|
||||
inset 1px 1px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.command-panel .expand-collapse li:hover {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .path.selected .path-details,
|
||||
.command-panel .preview-list li.operation.selected {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.command-panel .preview-list:focus .path.selected .path-details,
|
||||
.command-panel .preview-list:focus li.operation.selected {
|
||||
background-color: rgba(255, 255, 134, 0.34);
|
||||
}
|
||||
|
||||
.command-panel .preview-list .path {
|
||||
color: @text-color-1;
|
||||
border-top: 1px solid @border-color-1;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .path:hover .path-name {
|
||||
color: @text-color-1;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .path:before {
|
||||
color: @text-color-3;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .path:hover:before {
|
||||
color: @text-color-1;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .path:first-child {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .line-number {
|
||||
color: @text-color-subtle-1;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .path-match-number {
|
||||
color: @text-color-subtle-1;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .preview {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .preview .match {
|
||||
background-color: @accent-color-info-1;
|
||||
color: @text-alt-color-1;
|
||||
}
|
||||
|
||||
.command-panel .preview-list li.operation {
|
||||
color: @text-color-subtle-1;
|
||||
}
|
||||
|
||||
.command-panel .preview-list li.operation:hover,
|
||||
.command-panel li.operation.selected .preview {
|
||||
color: @text-color-1;
|
||||
}
|
||||
|
||||
.error-messages {
|
||||
color: @text-color-1;
|
||||
}
|
||||
|
||||
.error .error-messages {
|
||||
color: white;
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
@import "ui-colors";
|
||||
|
||||
.editor.mini {
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
border-bottom: 1px solid rgba(180, 180, 180, 0.3);
|
||||
border-right: 1px solid rgba(180, 180, 180, 0.3);
|
||||
background-color: @background-color-3;
|
||||
color: @text-color-1;
|
||||
|
||||
.cursor {
|
||||
border-color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
.editor.mini .selection .region {
|
||||
background-color: #afc4da;
|
||||
}
|
||||
|
||||
.editor .gutter.drop-shadow {
|
||||
-webkit-box-shadow: -2px 0 10px 2px #222;
|
||||
}
|
||||
|
||||
@-webkit-keyframes highlight {
|
||||
from { background-color: rgba(100, 255, 100, 0.7); }
|
||||
to { background-color: null; }
|
||||
}
|
||||
|
||||
.editor .highlighted.selection .region {
|
||||
-webkit-animation-name: highlight;
|
||||
-webkit-animation-duration: 1s;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
@import "ui-colors";
|
||||
|
||||
.image-view {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.image-view img {
|
||||
border-color: @border-color-1;
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
@import "ui-colors";
|
||||
|
||||
.overlay {
|
||||
background-color: @background-color-1;
|
||||
border-top: 1px solid #979797;
|
||||
color: @text-color-1;
|
||||
padding: 10px;
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
'stylesheets': [
|
||||
'atom'
|
||||
'editor'
|
||||
'overlay'
|
||||
'select-list'
|
||||
'tree-view'
|
||||
'tabs'
|
||||
'status-bar'
|
||||
'command-panel'
|
||||
'command-logger'
|
||||
'blurred'
|
||||
'image-view'
|
||||
'archive-view'
|
||||
'buttons'
|
||||
]
|
||||
@@ -1,56 +0,0 @@
|
||||
@import "ui-colors";
|
||||
|
||||
.select-list {
|
||||
background-color: @background-color-1;
|
||||
border: 1px solid #c6c6c6;
|
||||
color: #323232;
|
||||
box-shadow: 0 0 10px #555;
|
||||
|
||||
.error {
|
||||
color: white;
|
||||
text-shadow: 0 1px 0 #4E0000;
|
||||
}
|
||||
|
||||
.loading {
|
||||
color: @text-color-1;
|
||||
}
|
||||
|
||||
ol {
|
||||
border: 1px solid #d2d2d2;
|
||||
|
||||
li {
|
||||
background-color: #f5f5f5;
|
||||
border-bottom: 1px solid @border-color-1;
|
||||
}
|
||||
|
||||
li:hover {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
li.active-item:before {
|
||||
color: #9d9d9d;
|
||||
}
|
||||
|
||||
.selected {
|
||||
background-color: #e2e2e2;
|
||||
}
|
||||
|
||||
.selected .right,
|
||||
.selected .secondary-line {
|
||||
color: #757575;
|
||||
}
|
||||
|
||||
.right,
|
||||
.secondary-line {
|
||||
color: @text-color-subtle-1;
|
||||
}
|
||||
|
||||
.modified {
|
||||
color: @accent-color-error-1;
|
||||
}
|
||||
|
||||
.new {
|
||||
color: @accent-color-info-1;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
@import "ui-colors";
|
||||
|
||||
.status-bar {
|
||||
background-color: @background-color-1;
|
||||
border-top: 1px solid #959595;
|
||||
color: @text-color-1;
|
||||
}
|
||||
|
||||
.status-bar .git-status.octicons.modified-status-icon {
|
||||
color: @accent-color-error-1;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-bar .git-status.octicons.new-status-icon {
|
||||
color: @accent-color-info-1;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-bar .git-status.octicons.ignored-status-icon {
|
||||
color: @text-color-1;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-bar .grammar-name:hover {
|
||||
color: #000;
|
||||
border: 1px solid rgba(50, 50, 50, 0.2);
|
||||
border-radius: 2px;
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
@import "ui-colors";
|
||||
|
||||
.tabs {
|
||||
background: #e1e1e1;
|
||||
border: none;
|
||||
border-bottom: 4px solid #ddd;
|
||||
box-shadow: inset 0 -1px 0 #666;
|
||||
}
|
||||
|
||||
.tab {
|
||||
margin: 0 0 1px 0;
|
||||
background-image: -webkit-linear-gradient(@background-color-1, #cfcfcf);
|
||||
color: @text-color-2;
|
||||
text-shadow: 1px 1px rgba(255, 255, 255, 0.1);
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.5), /* top hightlight */
|
||||
inset 1px 0 0 rgba(255, 255, 255, 0.3), /* left highlight */
|
||||
inset 0 -1px 0 rgba(255, 255, 255, 0.2), /* bottom shadow */
|
||||
inset -1px 0 0 rgba(0, 0, 0, 0.2), /* right shadow */
|
||||
inset -2px 0 0 rgba(255, 255, 255, 0.1); /* right hightlight */
|
||||
}
|
||||
|
||||
.tab.active,
|
||||
.tab:hover.active {
|
||||
background-image: -webkit-linear-gradient(#fefefe, #e7e6e7);
|
||||
color: #323232;
|
||||
text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
|
||||
box-shadow:
|
||||
inset -1px 0 0 rgba(0, 0, 0, 0.3),
|
||||
inset 0 1px 0 rgba(255, 255, 255, 1),
|
||||
inset 0 -1px 0 rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
.tab:hover {
|
||||
background-image: -webkit-linear-gradient(#e2e2e2, #ddd);
|
||||
}
|
||||
|
||||
.tab .close-icon {
|
||||
color: #686868;
|
||||
}
|
||||
|
||||
.tab .close-icon:hover {
|
||||
color: #989898;
|
||||
}
|
||||
|
||||
.tab.file-modified .close-icon {
|
||||
border-color: #1965d0;
|
||||
}
|
||||
|
||||
.tab.file-modified:hover .close-icon:before {
|
||||
color: #1965d0;
|
||||
}
|
||||
@@ -1,91 +0,0 @@
|
||||
@import "ui-colors";
|
||||
|
||||
.tree-view {
|
||||
background: #dde3e8;
|
||||
}
|
||||
|
||||
.tree-view-resizer {
|
||||
border-right: 1px solid #989898;
|
||||
}
|
||||
|
||||
.tree-view .entry {
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
}
|
||||
|
||||
.tree-view .directory.selected > .header > .name,
|
||||
.tree-view .selected > .name {
|
||||
color: #262626;
|
||||
}
|
||||
|
||||
.tree-view .selected > .highlight,
|
||||
.tree-view .entry:hover > .highlight, {
|
||||
box-sizing: border-box;
|
||||
border-top: 1px solid #97a4a7;
|
||||
border-bottom: 1px solid #97a4a7;
|
||||
box-shadow: 0 -1px 0 #dde4e6, 0 1px 0 #dde4e6;
|
||||
background-image: -webkit-linear-gradient(#cad5d8, #bcccce);
|
||||
}
|
||||
|
||||
.tree-view:focus .selected > .highlight {
|
||||
border-top: 1px solid #3D4552;
|
||||
border-bottom: 1px solid #3D4552;
|
||||
background-image: -webkit-linear-gradient(#7e868d, #69717b);
|
||||
}
|
||||
|
||||
.tree-view:focus .directory.selected > .header > .name,
|
||||
.tree-view:focus .selected > .name,
|
||||
.tree-view:focus .directory.selected > .header > .name:before,
|
||||
.tree-view:focus .selected > .name:before {
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 0 #000;
|
||||
}
|
||||
|
||||
.tree-view .directory {
|
||||
color: #262626;
|
||||
}
|
||||
|
||||
.tree-view .file {
|
||||
color: #262626;
|
||||
}
|
||||
|
||||
.tree-view .name:before {
|
||||
color: #7e8692;
|
||||
}
|
||||
|
||||
.tree-view .entry:hover,
|
||||
.tree-view .directory .header:hover .name,
|
||||
.tree-view .directory .header:hover .disclosure-arrow {
|
||||
color: #4e5666;
|
||||
}
|
||||
|
||||
.tree-view .directory .header .disclosure-arrow,
|
||||
.tree-view .directory .header:hover .disclosure-arrow {
|
||||
text-shadow: none;
|
||||
color: #4e5666;
|
||||
}
|
||||
|
||||
.tree-view:focus .directory .header .disclosure-arrow,
|
||||
.tree-view:focus .directory .header:hover .disclosure-arrow {
|
||||
color: #3D4552;
|
||||
}
|
||||
|
||||
.tree-view .ignored {
|
||||
color: @text-color-3;
|
||||
}
|
||||
|
||||
.tree-view .modified {
|
||||
color: @accent-color-error-1;
|
||||
}
|
||||
|
||||
.tree-view .new {
|
||||
color: @accent-color-info-1;
|
||||
}
|
||||
|
||||
.tree-view-dialog {
|
||||
background-color: @background-color-1;
|
||||
border-top: 1px solid #989898;
|
||||
}
|
||||
|
||||
.tree-view-dialog .prompt {
|
||||
color: @text-color-1;
|
||||
}
|
||||
@@ -1,58 +0,0 @@
|
||||
// Most common to least common
|
||||
@text-color-1: #333;
|
||||
@text-color-2: #444;
|
||||
@text-color-3: #555;
|
||||
|
||||
// For dark bg things
|
||||
@text-alt-color-1: #fff;
|
||||
@text-alt-color-2: #fff;
|
||||
@text-alt-color-3: #fff;
|
||||
|
||||
// Number increase is more subtle
|
||||
@text-color-subtle-1: #777;
|
||||
@text-color-subtle-2: #999;
|
||||
@text-color-subtle-3: #ccc;
|
||||
|
||||
// Main bg you should use, a darker alt, and a lighter alt
|
||||
@background-color-1: #e5e5e5;
|
||||
@background-color-2: #dde3e8;
|
||||
@background-color-3: #f9f9f9;
|
||||
|
||||
// Highlight color for background corresponding in index to background-color
|
||||
@background-color-highlight-1: #f9f9f9;
|
||||
@background-color-highlight-2: #cad5d8;
|
||||
@background-color-highlight-3: #e2e2e2;
|
||||
|
||||
// Border color for background corresponding in index to background-color.
|
||||
@border-color-1: #ccc;
|
||||
@border-color-2: #999;
|
||||
@border-color-3: rgba(255, 255, 255, .4);
|
||||
|
||||
// Bright color, darker then lighter.
|
||||
// Info colors are generally blue
|
||||
@accent-color-info-1: #0098ff;
|
||||
@accent-color-info-2: #5293d8;
|
||||
@accent-color-info-3: #66a6ff;
|
||||
|
||||
// Bright color, darker then lighter.
|
||||
// Error colors are generally red/orange
|
||||
@accent-color-error-1: #ff4800;
|
||||
@accent-color-error-2: #f78a46;
|
||||
@accent-color-error-3: #ffa275;
|
||||
|
||||
// Bright color, darker then lighter.
|
||||
// Success colors are generally green
|
||||
@accent-color-success-1: #1fe977;
|
||||
@accent-color-success-2: #17ca65;
|
||||
@accent-color-success-3: #58f79d;
|
||||
|
||||
// Colors that are not standard for themes.
|
||||
@button-color-1: rgba(0,0,0,.15);
|
||||
@button-color-hover-1: rgba(0,0,0,.2);
|
||||
@button-color-active-1: rgba(0,0,0,.1);
|
||||
|
||||
@site-color-1: #4dd157;
|
||||
@site-color-2: #3facc1;
|
||||
@site-color-3: #db2ff4;
|
||||
@site-color-4: #f4541e;
|
||||
@site-color-5: #f5e11d;
|
||||
Reference in New Issue
Block a user