Fix vim build process.

This commit is contained in:
Dayle Rees 2014-03-09 16:26:37 +00:00
parent 9a3037dcfb
commit 82e8e87fb3
265 changed files with 11297 additions and 2 deletions

117
atomui/arstotzka/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#211f1e, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#211f1e, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#211f1e, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#211f1e, 20%);
&:hover {
color: lighten(#211f1e, 60%);
}
}
&.active {
color: lighten(#516B6B, 60%);
background-color: #516B6B;
.close-icon {
color: lighten(#516B6B, 30%);
&:hover {
color: lighten(#516B6B, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#211f1e, 2%);
color: lighten(#211f1e, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #516B6B;
}
}
}
.list-item.header:before {
color: lighten(#516B6B, 0%);
}
.list-item .icon:before {
color: lighten(#211f1e, 40%);
}
.list-item.selected .icon:before {
color: lighten(#516B6B, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#211f1e, 30%);
}
.status-bar .icon {
color: lighten(#516B6B, 0%);
}
.status-bar a {
color: lighten(#211f1e, 55%);
&:hover {
text-decoration:none;
color: lighten(#211f1e, 75%);
}
}
.overlay {
background-color: lighten(#211f1e, 8%);
color: lighten(#211f1e, 30%);
}
.panes .pane .item-views .pane-item {
color: #EDEBE6;
background-color: #211f1e;
}
.section-heading,
.styleguide section .section-heading {
color: #EDEBE6;
}
.select-list {
li.selected {
color: lighten(#516B6B, 60%);
background-color: #516B6B;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Arstotzka",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/azure/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#181D26, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#181D26, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#181D26, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#181D26, 20%);
&:hover {
color: lighten(#181D26, 60%);
}
}
&.active {
color: lighten(#52708b, 60%);
background-color: #52708b;
.close-icon {
color: lighten(#52708b, 30%);
&:hover {
color: lighten(#52708b, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#181D26, 2%);
color: lighten(#181D26, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #52708b;
}
}
}
.list-item.header:before {
color: lighten(#52708b, 0%);
}
.list-item .icon:before {
color: lighten(#181D26, 40%);
}
.list-item.selected .icon:before {
color: lighten(#52708b, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#181D26, 30%);
}
.status-bar .icon {
color: lighten(#52708b, 0%);
}
.status-bar a {
color: lighten(#181D26, 55%);
&:hover {
text-decoration:none;
color: lighten(#181D26, 75%);
}
}
.overlay {
background-color: lighten(#181D26, 8%);
color: lighten(#181D26, 30%);
}
.panes .pane .item-views .pane-item {
color: #ffffff;
background-color: #181D26;
}
.section-heading,
.styleguide section .section-heading {
color: #ffffff;
}
.select-list {
li.selected {
color: lighten(#52708b, 60%);
background-color: #52708b;
}
}

11
atomui/azure/package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "Azure",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/bold/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#2a2626, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#2a2626, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#2a2626, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#2a2626, 20%);
&:hover {
color: lighten(#2a2626, 60%);
}
}
&.active {
color: lighten(#F0624B, 60%);
background-color: #F0624B;
.close-icon {
color: lighten(#F0624B, 30%);
&:hover {
color: lighten(#F0624B, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#2a2626, 2%);
color: lighten(#2a2626, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #F0624B;
}
}
}
.list-item.header:before {
color: lighten(#F0624B, 0%);
}
.list-item .icon:before {
color: lighten(#2a2626, 40%);
}
.list-item.selected .icon:before {
color: lighten(#F0624B, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#2a2626, 30%);
}
.status-bar .icon {
color: lighten(#F0624B, 0%);
}
.status-bar a {
color: lighten(#2a2626, 55%);
&:hover {
text-decoration:none;
color: lighten(#2a2626, 75%);
}
}
.overlay {
background-color: lighten(#2a2626, 8%);
color: lighten(#2a2626, 30%);
}
.panes .pane .item-views .pane-item {
color: #ffffff;
background-color: #2a2626;
}
.section-heading,
.styleguide section .section-heading {
color: #ffffff;
}
.select-list {
li.selected {
color: lighten(#F0624B, 60%);
background-color: #F0624B;
}
}

11
atomui/bold/package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "Bold",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/boxuk/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#ffffff, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#ffffff, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#ffffff, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#ffffff, 20%);
&:hover {
color: lighten(#ffffff, 60%);
}
}
&.active {
color: lighten(#019d76, 60%);
background-color: #019d76;
.close-icon {
color: lighten(#019d76, 30%);
&:hover {
color: lighten(#019d76, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#ffffff, 2%);
color: lighten(#ffffff, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #019d76;
}
}
}
.list-item.header:before {
color: lighten(#019d76, 0%);
}
.list-item .icon:before {
color: lighten(#ffffff, 40%);
}
.list-item.selected .icon:before {
color: lighten(#019d76, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#ffffff, 30%);
}
.status-bar .icon {
color: lighten(#019d76, 0%);
}
.status-bar a {
color: lighten(#ffffff, 55%);
&:hover {
text-decoration:none;
color: lighten(#ffffff, 75%);
}
}
.overlay {
background-color: lighten(#ffffff, 8%);
color: lighten(#ffffff, 30%);
}
.panes .pane .item-views .pane-item {
color: #414f5c;
background-color: #ffffff;
}
.section-heading,
.styleguide section .section-heading {
color: #414f5c;
}
.select-list {
li.selected {
color: lighten(#019d76, 60%);
background-color: #019d76;
}
}

11
atomui/boxuk/package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "Box UK",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#2E2C2B, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#2E2C2B, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#2E2C2B, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#2E2C2B, 20%);
&:hover {
color: lighten(#2E2C2B, 60%);
}
}
&.active {
color: lighten(#8C8C8C, 60%);
background-color: #8C8C8C;
.close-icon {
color: lighten(#8C8C8C, 30%);
&:hover {
color: lighten(#8C8C8C, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#2E2C2B, 2%);
color: lighten(#2E2C2B, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #8C8C8C;
}
}
}
.list-item.header:before {
color: lighten(#8C8C8C, 0%);
}
.list-item .icon:before {
color: lighten(#2E2C2B, 40%);
}
.list-item.selected .icon:before {
color: lighten(#8C8C8C, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#2E2C2B, 30%);
}
.status-bar .icon {
color: lighten(#8C8C8C, 0%);
}
.status-bar a {
color: lighten(#2E2C2B, 55%);
&:hover {
text-decoration:none;
color: lighten(#2E2C2B, 75%);
}
}
.overlay {
background-color: lighten(#2E2C2B, 8%);
color: lighten(#2E2C2B, 30%);
}
.panes .pane .item-views .pane-item {
color: #B0B0B0;
background-color: #2E2C2B;
}
.section-heading,
.styleguide section .section-heading {
color: #B0B0B0;
}
.select-list {
li.selected {
color: lighten(#8C8C8C, 60%);
background-color: #8C8C8C;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Carbonight",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/chocolate/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#150f08, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#150f08, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#150f08, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#150f08, 20%);
&:hover {
color: lighten(#150f08, 60%);
}
}
&.active {
color: lighten(#CCB697, 60%);
background-color: #CCB697;
.close-icon {
color: lighten(#CCB697, 30%);
&:hover {
color: lighten(#CCB697, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#150f08, 2%);
color: lighten(#150f08, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #CCB697;
}
}
}
.list-item.header:before {
color: lighten(#CCB697, 0%);
}
.list-item .icon:before {
color: lighten(#150f08, 40%);
}
.list-item.selected .icon:before {
color: lighten(#CCB697, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#150f08, 30%);
}
.status-bar .icon {
color: lighten(#CCB697, 0%);
}
.status-bar a {
color: lighten(#150f08, 55%);
&:hover {
text-decoration:none;
color: lighten(#150f08, 75%);
}
}
.overlay {
background-color: lighten(#150f08, 8%);
color: lighten(#150f08, 30%);
}
.panes .pane .item-views .pane-item {
color: #ffffff;
background-color: #150f08;
}
.section-heading,
.styleguide section .section-heading {
color: #ffffff;
}
.select-list {
li.selected {
color: lighten(#CCB697, 60%);
background-color: #CCB697;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Chocolate",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#000000, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#000000, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#000000, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#000000, 20%);
&:hover {
color: lighten(#000000, 60%);
}
}
&.active {
color: lighten(#8C8C8C, 60%);
background-color: #8C8C8C;
.close-icon {
color: lighten(#8C8C8C, 30%);
&:hover {
color: lighten(#8C8C8C, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#000000, 2%);
color: lighten(#000000, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #8C8C8C;
}
}
}
.list-item.header:before {
color: lighten(#8C8C8C, 0%);
}
.list-item .icon:before {
color: lighten(#000000, 40%);
}
.list-item.selected .icon:before {
color: lighten(#8C8C8C, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#000000, 30%);
}
.status-bar .icon {
color: lighten(#8C8C8C, 0%);
}
.status-bar a {
color: lighten(#000000, 55%);
&:hover {
text-decoration:none;
color: lighten(#000000, 75%);
}
}
.overlay {
background-color: lighten(#000000, 8%);
color: lighten(#000000, 30%);
}
.panes .pane .item-views .pane-item {
color: #ffffff;
background-color: #000000;
}
.section-heading,
.styleguide section .section-heading {
color: #ffffff;
}
.select-list {
li.selected {
color: lighten(#8C8C8C, 60%);
background-color: #8C8C8C;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Carbonight Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#000000, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#000000, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#000000, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#000000, 20%);
&:hover {
color: lighten(#000000, 60%);
}
}
&.active {
color: lighten(#E8341C, 60%);
background-color: #E8341C;
.close-icon {
color: lighten(#E8341C, 30%);
&:hover {
color: lighten(#E8341C, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#000000, 2%);
color: lighten(#000000, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #E8341C;
}
}
}
.list-item.header:before {
color: lighten(#E8341C, 0%);
}
.list-item .icon:before {
color: lighten(#000000, 40%);
}
.list-item.selected .icon:before {
color: lighten(#E8341C, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#000000, 30%);
}
.status-bar .icon {
color: lighten(#E8341C, 0%);
}
.status-bar a {
color: lighten(#000000, 55%);
&:hover {
text-decoration:none;
color: lighten(#000000, 75%);
}
}
.overlay {
background-color: lighten(#000000, 8%);
color: lighten(#000000, 30%);
}
.panes .pane .item-views .pane-item {
color: #BABABA;
background-color: #000000;
}
.section-heading,
.styleguide section .section-heading {
color: #BABABA;
}
.select-list {
li.selected {
color: lighten(#E8341C, 60%);
background-color: #E8341C;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Darkside Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#12100f, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#12100f, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#12100f, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#12100f, 20%);
&:hover {
color: lighten(#12100f, 60%);
}
}
&.active {
color: lighten(#DB784D, 60%);
background-color: #DB784D;
.close-icon {
color: lighten(#DB784D, 30%);
&:hover {
color: lighten(#DB784D, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#12100f, 2%);
color: lighten(#12100f, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #DB784D;
}
}
}
.list-item.header:before {
color: lighten(#DB784D, 0%);
}
.list-item .icon:before {
color: lighten(#12100f, 40%);
}
.list-item.selected .icon:before {
color: lighten(#DB784D, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#12100f, 30%);
}
.status-bar .icon {
color: lighten(#DB784D, 0%);
}
.status-bar a {
color: lighten(#12100f, 55%);
&:hover {
text-decoration:none;
color: lighten(#12100f, 75%);
}
}
.overlay {
background-color: lighten(#12100f, 8%);
color: lighten(#12100f, 30%);
}
.panes .pane .item-views .pane-item {
color: #EBD1B7;
background-color: #12100f;
}
.section-heading,
.styleguide section .section-heading {
color: #EBD1B7;
}
.select-list {
li.selected {
color: lighten(#DB784D, 60%);
background-color: #DB784D;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Earthsong Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#000000, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#000000, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#000000, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#000000, 20%);
&:hover {
color: lighten(#000000, 60%);
}
}
&.active {
color: lighten(#00A8C6, 60%);
background-color: #00A8C6;
.close-icon {
color: lighten(#00A8C6, 30%);
&:hover {
color: lighten(#00A8C6, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#000000, 2%);
color: lighten(#000000, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #00A8C6;
}
}
}
.list-item.header:before {
color: lighten(#00A8C6, 0%);
}
.list-item .icon:before {
color: lighten(#000000, 40%);
}
.list-item.selected .icon:before {
color: lighten(#00A8C6, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#000000, 30%);
}
.status-bar .icon {
color: lighten(#00A8C6, 0%);
}
.status-bar a {
color: lighten(#000000, 55%);
&:hover {
text-decoration:none;
color: lighten(#000000, 75%);
}
}
.overlay {
background-color: lighten(#000000, 8%);
color: lighten(#000000, 30%);
}
.panes .pane .item-views .pane-item {
color: #F8F8F2;
background-color: #000000;
}
.section-heading,
.styleguide section .section-heading {
color: #F8F8F2;
}
.select-list {
li.selected {
color: lighten(#00A8C6, 60%);
background-color: #00A8C6;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "FreshCut Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#110f0e, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#110f0e, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#110f0e, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#110f0e, 20%);
&:hover {
color: lighten(#110f0e, 60%);
}
}
&.active {
color: lighten(#F23A3A, 60%);
background-color: #F23A3A;
.close-icon {
color: lighten(#F23A3A, 30%);
&:hover {
color: lighten(#F23A3A, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#110f0e, 2%);
color: lighten(#110f0e, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #F23A3A;
}
}
}
.list-item.header:before {
color: lighten(#F23A3A, 0%);
}
.list-item .icon:before {
color: lighten(#110f0e, 40%);
}
.list-item.selected .icon:before {
color: lighten(#F23A3A, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#110f0e, 30%);
}
.status-bar .icon {
color: lighten(#F23A3A, 0%);
}
.status-bar a {
color: lighten(#110f0e, 55%);
&:hover {
text-decoration:none;
color: lighten(#110f0e, 75%);
}
}
.overlay {
background-color: lighten(#110f0e, 8%);
color: lighten(#110f0e, 30%);
}
.panes .pane .item-views .pane-item {
color: #F8F8F2;
background-color: #110f0e;
}
.section-heading,
.styleguide section .section-heading {
color: #F8F8F2;
}
.select-list {
li.selected {
color: lighten(#F23A3A, 60%);
background-color: #F23A3A;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Frontier Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0f120f, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0f120f, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0f120f, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0f120f, 20%);
&:hover {
color: lighten(#0f120f, 60%);
}
}
&.active {
color: lighten(#FF5D38, 60%);
background-color: #FF5D38;
.close-icon {
color: lighten(#FF5D38, 30%);
&:hover {
color: lighten(#FF5D38, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0f120f, 2%);
color: lighten(#0f120f, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #FF5D38;
}
}
}
.list-item.header:before {
color: lighten(#FF5D38, 0%);
}
.list-item .icon:before {
color: lighten(#0f120f, 40%);
}
.list-item.selected .icon:before {
color: lighten(#FF5D38, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0f120f, 30%);
}
.status-bar .icon {
color: lighten(#FF5D38, 0%);
}
.status-bar a {
color: lighten(#0f120f, 55%);
&:hover {
text-decoration:none;
color: lighten(#0f120f, 75%);
}
}
.overlay {
background-color: lighten(#0f120f, 8%);
color: lighten(#0f120f, 30%);
}
.panes .pane .item-views .pane-item {
color: #D8EBE5;
background-color: #0f120f;
}
.section-heading,
.styleguide section .section-heading {
color: #D8EBE5;
}
.select-list {
li.selected {
color: lighten(#FF5D38, 60%);
background-color: #FF5D38;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Gloom Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#090b07, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#090b07, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#090b07, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#090b07, 20%);
&:hover {
color: lighten(#090b07, 60%);
}
}
&.active {
color: lighten(#DB784D, 60%);
background-color: #DB784D;
.close-icon {
color: lighten(#DB784D, 30%);
&:hover {
color: lighten(#DB784D, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#090b07, 2%);
color: lighten(#090b07, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #DB784D;
}
}
}
.list-item.header:before {
color: lighten(#DB784D, 0%);
}
.list-item .icon:before {
color: lighten(#090b07, 40%);
}
.list-item.selected .icon:before {
color: lighten(#DB784D, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#090b07, 30%);
}
.status-bar .icon {
color: lighten(#DB784D, 0%);
}
.status-bar a {
color: lighten(#090b07, 55%);
&:hover {
text-decoration:none;
color: lighten(#090b07, 75%);
}
}
.overlay {
background-color: lighten(#090b07, 8%);
color: lighten(#090b07, 30%);
}
.panes .pane .item-views .pane-item {
color: #6ea240;
background-color: #090b07;
}
.section-heading,
.styleguide section .section-heading {
color: #6ea240;
}
.select-list {
li.selected {
color: lighten(#DB784D, 60%);
background-color: #DB784D;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Glowfish Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0c0d0e, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0c0d0e, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0c0d0e, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0c0d0e, 20%);
&:hover {
color: lighten(#0c0d0e, 60%);
}
}
&.active {
color: lighten(#FA6900, 60%);
background-color: #FA6900;
.close-icon {
color: lighten(#FA6900, 30%);
&:hover {
color: lighten(#FA6900, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0c0d0e, 2%);
color: lighten(#0c0d0e, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #FA6900;
}
}
}
.list-item.header:before {
color: lighten(#FA6900, 0%);
}
.list-item .icon:before {
color: lighten(#0c0d0e, 40%);
}
.list-item.selected .icon:before {
color: lighten(#FA6900, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0c0d0e, 30%);
}
.status-bar .icon {
color: lighten(#FA6900, 0%);
}
.status-bar a {
color: lighten(#0c0d0e, 55%);
&:hover {
text-decoration:none;
color: lighten(#0c0d0e, 75%);
}
}
.overlay {
background-color: lighten(#0c0d0e, 8%);
color: lighten(#0c0d0e, 30%);
}
.panes .pane .item-views .pane-item {
color: #F8F8F2;
background-color: #0c0d0e;
}
.section-heading,
.styleguide section .section-heading {
color: #F8F8F2;
}
.select-list {
li.selected {
color: lighten(#FA6900, 60%);
background-color: #FA6900;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Goldfish Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0c0c0a, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0c0c0a, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0c0c0a, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0c0c0a, 20%);
&:hover {
color: lighten(#0c0c0a, 60%);
}
}
&.active {
color: lighten(#F56991, 60%);
background-color: #F56991;
.close-icon {
color: lighten(#F56991, 30%);
&:hover {
color: lighten(#F56991, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0c0c0a, 2%);
color: lighten(#0c0c0a, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #F56991;
}
}
}
.list-item.header:before {
color: lighten(#F56991, 0%);
}
.list-item .icon:before {
color: lighten(#0c0c0a, 40%);
}
.list-item.selected .icon:before {
color: lighten(#F56991, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0c0c0a, 30%);
}
.status-bar .icon {
color: lighten(#F56991, 0%);
}
.status-bar a {
color: lighten(#0c0c0a, 55%);
&:hover {
text-decoration:none;
color: lighten(#0c0c0a, 75%);
}
}
.overlay {
background-color: lighten(#0c0c0a, 8%);
color: lighten(#0c0c0a, 30%);
}
.panes .pane .item-views .pane-item {
color: #F8F8F2;
background-color: #0c0c0a;
}
.section-heading,
.styleguide section .section-heading {
color: #F8F8F2;
}
.select-list {
li.selected {
color: lighten(#F56991, 60%);
background-color: #F56991;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Grunge Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#000000, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#000000, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#000000, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#000000, 20%);
&:hover {
color: lighten(#000000, 60%);
}
}
&.active {
color: lighten(#7D8991, 60%);
background-color: #7D8991;
.close-icon {
color: lighten(#7D8991, 30%);
&:hover {
color: lighten(#7D8991, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#000000, 2%);
color: lighten(#000000, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #7D8991;
}
}
}
.list-item.header:before {
color: lighten(#7D8991, 0%);
}
.list-item .icon:before {
color: lighten(#000000, 40%);
}
.list-item.selected .icon:before {
color: lighten(#7D8991, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#000000, 30%);
}
.status-bar .icon {
color: lighten(#7D8991, 0%);
}
.status-bar a {
color: lighten(#000000, 55%);
&:hover {
text-decoration:none;
color: lighten(#000000, 75%);
}
}
.overlay {
background-color: lighten(#000000, 8%);
color: lighten(#000000, 30%);
}
.panes .pane .item-views .pane-item {
color: #cccccc;
background-color: #000000;
}
.section-heading,
.styleguide section .section-heading {
color: #cccccc;
}
.select-list {
li.selected {
color: lighten(#7D8991, 60%);
background-color: #7D8991;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Halflife Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0c0c0c, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0c0c0c, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0c0c0c, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0c0c0c, 20%);
&:hover {
color: lighten(#0c0c0c, 60%);
}
}
&.active {
color: lighten(#569e16, 60%);
background-color: #569e16;
.close-icon {
color: lighten(#569e16, 30%);
&:hover {
color: lighten(#569e16, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0c0c0c, 2%);
color: lighten(#0c0c0c, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #569e16;
}
}
}
.list-item.header:before {
color: lighten(#569e16, 0%);
}
.list-item .icon:before {
color: lighten(#0c0c0c, 40%);
}
.list-item.selected .icon:before {
color: lighten(#569e16, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0c0c0c, 30%);
}
.status-bar .icon {
color: lighten(#569e16, 0%);
}
.status-bar a {
color: lighten(#0c0c0c, 55%);
&:hover {
text-decoration:none;
color: lighten(#0c0c0c, 75%);
}
}
.overlay {
background-color: lighten(#0c0c0c, 8%);
color: lighten(#0c0c0c, 30%);
}
.panes .pane .item-views .pane-item {
color: #c0d5c1;
background-color: #0c0c0c;
}
.section-heading,
.styleguide section .section-heading {
color: #c0d5c1;
}
.select-list {
li.selected {
color: lighten(#569e16, 60%);
background-color: #569e16;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Hyrule Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0b0e0e, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0b0e0e, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0b0e0e, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0b0e0e, 20%);
&:hover {
color: lighten(#0b0e0e, 60%);
}
}
&.active {
color: lighten(#2D8DA1, 60%);
background-color: #2D8DA1;
.close-icon {
color: lighten(#2D8DA1, 30%);
&:hover {
color: lighten(#2D8DA1, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0b0e0e, 2%);
color: lighten(#0b0e0e, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #2D8DA1;
}
}
}
.list-item.header:before {
color: lighten(#2D8DA1, 0%);
}
.list-item .icon:before {
color: lighten(#0b0e0e, 40%);
}
.list-item.selected .icon:before {
color: lighten(#2D8DA1, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0b0e0e, 30%);
}
.status-bar .icon {
color: lighten(#2D8DA1, 0%);
}
.status-bar a {
color: lighten(#0b0e0e, 55%);
&:hover {
text-decoration:none;
color: lighten(#0b0e0e, 75%);
}
}
.overlay {
background-color: lighten(#0b0e0e, 8%);
color: lighten(#0b0e0e, 30%);
}
.panes .pane .item-views .pane-item {
color: #BDD6DB;
background-color: #0b0e0e;
}
.section-heading,
.styleguide section .section-heading {
color: #BDD6DB;
}
.select-list {
li.selected {
color: lighten(#2D8DA1, 60%);
background-color: #2D8DA1;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Iceberg Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#000000, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#000000, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#000000, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#000000, 20%);
&:hover {
color: lighten(#000000, 60%);
}
}
&.active {
color: lighten(#3bc7b8, 60%);
background-color: #3bc7b8;
.close-icon {
color: lighten(#3bc7b8, 30%);
&:hover {
color: lighten(#3bc7b8, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#000000, 2%);
color: lighten(#000000, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #3bc7b8;
}
}
}
.list-item.header:before {
color: lighten(#3bc7b8, 0%);
}
.list-item .icon:before {
color: lighten(#000000, 40%);
}
.list-item.selected .icon:before {
color: lighten(#3bc7b8, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#000000, 30%);
}
.status-bar .icon {
color: lighten(#3bc7b8, 0%);
}
.status-bar a {
color: lighten(#000000, 55%);
&:hover {
text-decoration:none;
color: lighten(#000000, 75%);
}
}
.overlay {
background-color: lighten(#000000, 8%);
color: lighten(#000000, 30%);
}
.panes .pane .item-views .pane-item {
color: #e3e2e0;
background-color: #000000;
}
.section-heading,
.styleguide section .section-heading {
color: #e3e2e0;
}
.select-list {
li.selected {
color: lighten(#3bc7b8, 60%);
background-color: #3bc7b8;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Juicy Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#000000, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#000000, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#000000, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#000000, 20%);
&:hover {
color: lighten(#000000, 60%);
}
}
&.active {
color: lighten(#8767b7, 60%);
background-color: #8767b7;
.close-icon {
color: lighten(#8767b7, 30%);
&:hover {
color: lighten(#8767b7, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#000000, 2%);
color: lighten(#000000, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #8767b7;
}
}
}
.list-item.header:before {
color: lighten(#8767b7, 0%);
}
.list-item .icon:before {
color: lighten(#000000, 40%);
}
.list-item.selected .icon:before {
color: lighten(#8767b7, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#000000, 30%);
}
.status-bar .icon {
color: lighten(#8767b7, 0%);
}
.status-bar a {
color: lighten(#000000, 55%);
&:hover {
text-decoration:none;
color: lighten(#000000, 75%);
}
}
.overlay {
background-color: lighten(#000000, 8%);
color: lighten(#000000, 30%);
}
.panes .pane .item-views .pane-item {
color: #ffffff;
background-color: #000000;
}
.section-heading,
.styleguide section .section-heading {
color: #ffffff;
}
.select-list {
li.selected {
color: lighten(#8767b7, 60%);
background-color: #8767b7;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Keen Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#000000, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#000000, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#000000, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#000000, 20%);
&:hover {
color: lighten(#000000, 60%);
}
}
&.active {
color: lighten(#FC6B0A, 60%);
background-color: #FC6B0A;
.close-icon {
color: lighten(#FC6B0A, 30%);
&:hover {
color: lighten(#FC6B0A, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#000000, 2%);
color: lighten(#000000, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #FC6B0A;
}
}
}
.list-item.header:before {
color: lighten(#FC6B0A, 0%);
}
.list-item .icon:before {
color: lighten(#000000, 40%);
}
.list-item.selected .icon:before {
color: lighten(#FC6B0A, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#000000, 30%);
}
.status-bar .icon {
color: lighten(#FC6B0A, 0%);
}
.status-bar a {
color: lighten(#000000, 55%);
&:hover {
text-decoration:none;
color: lighten(#000000, 75%);
}
}
.overlay {
background-color: lighten(#000000, 8%);
color: lighten(#000000, 30%);
}
.panes .pane .item-views .pane-item {
color: #ffffff;
background-color: #000000;
}
.section-heading,
.styleguide section .section-heading {
color: #ffffff;
}
.select-list {
li.selected {
color: lighten(#FC6B0A, 60%);
background-color: #FC6B0A;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Laravel Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#080709, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#080709, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#080709, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#080709, 20%);
&:hover {
color: lighten(#080709, 60%);
}
}
&.active {
color: lighten(#B657FF, 60%);
background-color: #B657FF;
.close-icon {
color: lighten(#B657FF, 30%);
&:hover {
color: lighten(#B657FF, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#080709, 2%);
color: lighten(#080709, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #B657FF;
}
}
}
.list-item.header:before {
color: lighten(#B657FF, 0%);
}
.list-item .icon:before {
color: lighten(#080709, 40%);
}
.list-item.selected .icon:before {
color: lighten(#B657FF, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#080709, 30%);
}
.status-bar .icon {
color: lighten(#B657FF, 0%);
}
.status-bar a {
color: lighten(#080709, 55%);
&:hover {
text-decoration:none;
color: lighten(#080709, 75%);
}
}
.overlay {
background-color: lighten(#080709, 8%);
color: lighten(#080709, 30%);
}
.panes .pane .item-views .pane-item {
color: #E0CEED;
background-color: #080709;
}
.section-heading,
.styleguide section .section-heading {
color: #E0CEED;
}
.select-list {
li.selected {
color: lighten(#B657FF, 60%);
background-color: #B657FF;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Lavender Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0b0a09, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0b0a09, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0b0a09, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0b0a09, 20%);
&:hover {
color: lighten(#0b0a09, 60%);
}
}
&.active {
color: lighten(#1F8181, 60%);
background-color: #1F8181;
.close-icon {
color: lighten(#1F8181, 30%);
&:hover {
color: lighten(#1F8181, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0b0a09, 2%);
color: lighten(#0b0a09, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #1F8181;
}
}
}
.list-item.header:before {
color: lighten(#1F8181, 0%);
}
.list-item .icon:before {
color: lighten(#0b0a09, 40%);
}
.list-item.selected .icon:before {
color: lighten(#1F8181, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0b0a09, 30%);
}
.status-bar .icon {
color: lighten(#1F8181, 0%);
}
.status-bar a {
color: lighten(#0b0a09, 55%);
&:hover {
text-decoration:none;
color: lighten(#0b0a09, 75%);
}
}
.overlay {
background-color: lighten(#0b0a09, 8%);
color: lighten(#0b0a09, 30%);
}
.panes .pane .item-views .pane-item {
color: #F8F8F2;
background-color: #0b0a09;
}
.section-heading,
.styleguide section .section-heading {
color: #F8F8F2;
}
.select-list {
li.selected {
color: lighten(#1F8181, 60%);
background-color: #1F8181;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Mellow Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0d0b0b, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0d0b0b, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0d0b0b, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0d0b0b, 20%);
&:hover {
color: lighten(#0d0b0b, 60%);
}
}
&.active {
color: lighten(#f55239, 60%);
background-color: #f55239;
.close-icon {
color: lighten(#f55239, 30%);
&:hover {
color: lighten(#f55239, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0d0b0b, 2%);
color: lighten(#0d0b0b, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #f55239;
}
}
}
.list-item.header:before {
color: lighten(#f55239, 0%);
}
.list-item .icon:before {
color: lighten(#0d0b0b, 40%);
}
.list-item.selected .icon:before {
color: lighten(#f55239, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0d0b0b, 30%);
}
.status-bar .icon {
color: lighten(#f55239, 0%);
}
.status-bar a {
color: lighten(#0d0b0b, 55%);
&:hover {
text-decoration:none;
color: lighten(#0d0b0b, 75%);
}
}
.overlay {
background-color: lighten(#0d0b0b, 8%);
color: lighten(#0d0b0b, 30%);
}
.panes .pane .item-views .pane-item {
color: #ffffff;
background-color: #0d0b0b;
}
.section-heading,
.styleguide section .section-heading {
color: #ffffff;
}
.select-list {
li.selected {
color: lighten(#f55239, 60%);
background-color: #f55239;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Mud Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0d0e0f, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0d0e0f, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0d0e0f, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0d0e0f, 20%);
&:hover {
color: lighten(#0d0e0f, 60%);
}
}
&.active {
color: lighten(#2E6FD9, 60%);
background-color: #2E6FD9;
.close-icon {
color: lighten(#2E6FD9, 30%);
&:hover {
color: lighten(#2E6FD9, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0d0e0f, 2%);
color: lighten(#0d0e0f, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #2E6FD9;
}
}
}
.list-item.header:before {
color: lighten(#2E6FD9, 0%);
}
.list-item .icon:before {
color: lighten(#0d0e0f, 40%);
}
.list-item.selected .icon:before {
color: lighten(#2E6FD9, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0d0e0f, 30%);
}
.status-bar .icon {
color: lighten(#2E6FD9, 0%);
}
.status-bar a {
color: lighten(#0d0e0f, 55%);
&:hover {
text-decoration:none;
color: lighten(#0d0e0f, 75%);
}
}
.overlay {
background-color: lighten(#0d0e0f, 8%);
color: lighten(#0d0e0f, 30%);
}
.panes .pane .item-views .pane-item {
color: #CAD9E3;
background-color: #0d0e0f;
}
.section-heading,
.styleguide section .section-heading {
color: #CAD9E3;
}
.select-list {
li.selected {
color: lighten(#2E6FD9, 60%);
background-color: #2E6FD9;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Patriot Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0c0c0b, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0c0c0b, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0c0c0b, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0c0c0b, 20%);
&:hover {
color: lighten(#0c0c0b, 60%);
}
}
&.active {
color: lighten(#ff5d38, 60%);
background-color: #ff5d38;
.close-icon {
color: lighten(#ff5d38, 30%);
&:hover {
color: lighten(#ff5d38, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0c0c0b, 2%);
color: lighten(#0c0c0b, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #ff5d38;
}
}
}
.list-item.header:before {
color: lighten(#ff5d38, 0%);
}
.list-item .icon:before {
color: lighten(#0c0c0b, 40%);
}
.list-item.selected .icon:before {
color: lighten(#ff5d38, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0c0c0b, 30%);
}
.status-bar .icon {
color: lighten(#ff5d38, 0%);
}
.status-bar a {
color: lighten(#0c0c0b, 55%);
&:hover {
text-decoration:none;
color: lighten(#0c0c0b, 75%);
}
}
.overlay {
background-color: lighten(#0c0c0b, 8%);
color: lighten(#0c0c0b, 30%);
}
.panes .pane .item-views .pane-item {
color: #ffffff;
background-color: #0c0c0b;
}
.section-heading,
.styleguide section .section-heading {
color: #ffffff;
}
.select-list {
li.selected {
color: lighten(#ff5d38, 60%);
background-color: #ff5d38;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Peacock Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0d0c0c, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0d0c0c, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0d0c0c, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0d0c0c, 20%);
&:hover {
color: lighten(#0d0c0c, 60%);
}
}
&.active {
color: lighten(#ED1153, 60%);
background-color: #ED1153;
.close-icon {
color: lighten(#ED1153, 30%);
&:hover {
color: lighten(#ED1153, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0d0c0c, 2%);
color: lighten(#0d0c0c, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #ED1153;
}
}
}
.list-item.header:before {
color: lighten(#ED1153, 0%);
}
.list-item .icon:before {
color: lighten(#0d0c0c, 40%);
}
.list-item.selected .icon:before {
color: lighten(#ED1153, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0d0c0c, 30%);
}
.status-bar .icon {
color: lighten(#ED1153, 0%);
}
.status-bar a {
color: lighten(#0d0c0c, 55%);
&:hover {
text-decoration:none;
color: lighten(#0d0c0c, 75%);
}
}
.overlay {
background-color: lighten(#0d0c0c, 8%);
color: lighten(#0d0c0c, 30%);
}
.panes .pane .item-views .pane-item {
color: #F8F8F2;
background-color: #0d0c0c;
}
.section-heading,
.styleguide section .section-heading {
color: #F8F8F2;
}
.select-list {
li.selected {
color: lighten(#ED1153, 60%);
background-color: #ED1153;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Potpourri Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0c0b0b, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0c0b0b, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0c0b0b, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0c0b0b, 20%);
&:hover {
color: lighten(#0c0b0b, 60%);
}
}
&.active {
color: lighten(#617FA0, 60%);
background-color: #617FA0;
.close-icon {
color: lighten(#617FA0, 30%);
&:hover {
color: lighten(#617FA0, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0c0b0b, 2%);
color: lighten(#0c0b0b, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #617FA0;
}
}
}
.list-item.header:before {
color: lighten(#617FA0, 0%);
}
.list-item .icon:before {
color: lighten(#0c0b0b, 40%);
}
.list-item.selected .icon:before {
color: lighten(#617FA0, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0c0b0b, 30%);
}
.status-bar .icon {
color: lighten(#617FA0, 0%);
}
.status-bar a {
color: lighten(#0c0b0b, 55%);
&:hover {
text-decoration:none;
color: lighten(#0c0b0b, 75%);
}
}
.overlay {
background-color: lighten(#0c0b0b, 8%);
color: lighten(#0c0b0b, 30%);
}
.panes .pane .item-views .pane-item {
color: #DEDEDE;
background-color: #0c0b0b;
}
.section-heading,
.styleguide section .section-heading {
color: #DEDEDE;
}
.select-list {
li.selected {
color: lighten(#617FA0, 60%);
background-color: #617FA0;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Revelation Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0b0c0d, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0b0c0d, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0b0c0d, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0b0c0d, 20%);
&:hover {
color: lighten(#0b0c0d, 60%);
}
}
&.active {
color: lighten(#6a9ec5, 60%);
background-color: #6a9ec5;
.close-icon {
color: lighten(#6a9ec5, 30%);
&:hover {
color: lighten(#6a9ec5, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0b0c0d, 2%);
color: lighten(#0b0c0d, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #6a9ec5;
}
}
}
.list-item.header:before {
color: lighten(#6a9ec5, 0%);
}
.list-item .icon:before {
color: lighten(#0b0c0d, 40%);
}
.list-item.selected .icon:before {
color: lighten(#6a9ec5, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0b0c0d, 30%);
}
.status-bar .icon {
color: lighten(#6a9ec5, 0%);
}
.status-bar a {
color: lighten(#0b0c0d, 55%);
&:hover {
text-decoration:none;
color: lighten(#0b0c0d, 75%);
}
}
.overlay {
background-color: lighten(#0b0c0d, 8%);
color: lighten(#0b0c0d, 30%);
}
.panes .pane .item-views .pane-item {
color: #FFFFFF;
background-color: #0b0c0d;
}
.section-heading,
.styleguide section .section-heading {
color: #FFFFFF;
}
.select-list {
li.selected {
color: lighten(#6a9ec5, 60%);
background-color: #6a9ec5;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Slime Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0c0c0c, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0c0c0c, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0c0c0c, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0c0c0c, 20%);
&:hover {
color: lighten(#0c0c0c, 60%);
}
}
&.active {
color: lighten(#f66153, 60%);
background-color: #f66153;
.close-icon {
color: lighten(#f66153, 30%);
&:hover {
color: lighten(#f66153, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0c0c0c, 2%);
color: lighten(#0c0c0c, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #f66153;
}
}
}
.list-item.header:before {
color: lighten(#f66153, 0%);
}
.list-item .icon:before {
color: lighten(#0c0c0c, 40%);
}
.list-item.selected .icon:before {
color: lighten(#f66153, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0c0c0c, 30%);
}
.status-bar .icon {
color: lighten(#f66153, 0%);
}
.status-bar a {
color: lighten(#0c0c0c, 55%);
&:hover {
text-decoration:none;
color: lighten(#0c0c0c, 75%);
}
}
.overlay {
background-color: lighten(#0c0c0c, 8%);
color: lighten(#0c0c0c, 30%);
}
.panes .pane .item-views .pane-item {
color: #e3e2e0;
background-color: #0c0c0c;
}
.section-heading,
.styleguide section .section-heading {
color: #e3e2e0;
}
.select-list {
li.selected {
color: lighten(#f66153, 60%);
background-color: #f66153;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Snappy Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#000000, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#000000, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#000000, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#000000, 20%);
&:hover {
color: lighten(#000000, 60%);
}
}
&.active {
color: lighten(#FF4E50, 60%);
background-color: #FF4E50;
.close-icon {
color: lighten(#FF4E50, 30%);
&:hover {
color: lighten(#FF4E50, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#000000, 2%);
color: lighten(#000000, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #FF4E50;
}
}
}
.list-item.header:before {
color: lighten(#FF4E50, 0%);
}
.list-item .icon:before {
color: lighten(#000000, 40%);
}
.list-item.selected .icon:before {
color: lighten(#FF4E50, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#000000, 30%);
}
.status-bar .icon {
color: lighten(#FF4E50, 0%);
}
.status-bar a {
color: lighten(#000000, 55%);
&:hover {
text-decoration:none;
color: lighten(#000000, 75%);
}
}
.overlay {
background-color: lighten(#000000, 8%);
color: lighten(#000000, 30%);
}
.panes .pane .item-views .pane-item {
color: #e3e2e0;
background-color: #000000;
}
.section-heading,
.styleguide section .section-heading {
color: #e3e2e0;
}
.select-list {
li.selected {
color: lighten(#FF4E50, 60%);
background-color: #FF4E50;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Solarflare Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#060606, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#060606, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#060606, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#060606, 20%);
&:hover {
color: lighten(#060606, 60%);
}
}
&.active {
color: lighten(#8AC27A, 60%);
background-color: #8AC27A;
.close-icon {
color: lighten(#8AC27A, 30%);
&:hover {
color: lighten(#8AC27A, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#060606, 2%);
color: lighten(#060606, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #8AC27A;
}
}
}
.list-item.header:before {
color: lighten(#8AC27A, 0%);
}
.list-item .icon:before {
color: lighten(#060606, 40%);
}
.list-item.selected .icon:before {
color: lighten(#8AC27A, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#060606, 30%);
}
.status-bar .icon {
color: lighten(#8AC27A, 0%);
}
.status-bar a {
color: lighten(#060606, 55%);
&:hover {
text-decoration:none;
color: lighten(#060606, 75%);
}
}
.overlay {
background-color: lighten(#060606, 8%);
color: lighten(#060606, 30%);
}
.panes .pane .item-views .pane-item {
color: #DEDEDE;
background-color: #060606;
}
.section-heading,
.styleguide section .section-heading {
color: #DEDEDE;
}
.select-list {
li.selected {
color: lighten(#8AC27A, 60%);
background-color: #8AC27A;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Sourlick Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#0b0a0a, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#0b0a0a, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#0b0a0a, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#0b0a0a, 20%);
&:hover {
color: lighten(#0b0a0a, 60%);
}
}
&.active {
color: lighten(#F03113, 60%);
background-color: #F03113;
.close-icon {
color: lighten(#F03113, 30%);
&:hover {
color: lighten(#F03113, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#0b0a0a, 2%);
color: lighten(#0b0a0a, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #F03113;
}
}
}
.list-item.header:before {
color: lighten(#F03113, 0%);
}
.list-item .icon:before {
color: lighten(#0b0a0a, 40%);
}
.list-item.selected .icon:before {
color: lighten(#F03113, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#0b0a0a, 30%);
}
.status-bar .icon {
color: lighten(#F03113, 0%);
}
.status-bar a {
color: lighten(#0b0a0a, 55%);
&:hover {
text-decoration:none;
color: lighten(#0b0a0a, 75%);
}
}
.overlay {
background-color: lighten(#0b0a0a, 8%);
color: lighten(#0b0a0a, 30%);
}
.panes .pane .item-views .pane-item {
color: #DEDEDE;
background-color: #0b0a0a;
}
.section-heading,
.styleguide section .section-heading {
color: #DEDEDE;
}
.select-list {
li.selected {
color: lighten(#F03113, 60%);
background-color: #F03113;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Stark Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#07090b, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#07090b, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#07090b, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#07090b, 20%);
&:hover {
color: lighten(#07090b, 60%);
}
}
&.active {
color: lighten(#ffffff, 60%);
background-color: #ffffff;
.close-icon {
color: lighten(#ffffff, 30%);
&:hover {
color: lighten(#ffffff, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#07090b, 2%);
color: lighten(#07090b, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #ffffff;
}
}
}
.list-item.header:before {
color: lighten(#ffffff, 0%);
}
.list-item .icon:before {
color: lighten(#07090b, 40%);
}
.list-item.selected .icon:before {
color: lighten(#ffffff, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#07090b, 30%);
}
.status-bar .icon {
color: lighten(#ffffff, 0%);
}
.status-bar a {
color: lighten(#07090b, 55%);
&:hover {
text-decoration:none;
color: lighten(#07090b, 75%);
}
}
.overlay {
background-color: lighten(#07090b, 8%);
color: lighten(#07090b, 30%);
}
.panes .pane .item-views .pane-item {
color: #aec2e0;
background-color: #07090b;
}
.section-heading,
.styleguide section .section-heading {
color: #aec2e0;
}
.select-list {
li.selected {
color: lighten(#ffffff, 60%);
background-color: #ffffff;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Tron Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#080809, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#080809, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#080809, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#080809, 20%);
&:hover {
color: lighten(#080809, 60%);
}
}
&.active {
color: lighten(#487D76, 60%);
background-color: #487D76;
.close-icon {
color: lighten(#487D76, 30%);
&:hover {
color: lighten(#487D76, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#080809, 2%);
color: lighten(#080809, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #487D76;
}
}
}
.list-item.header:before {
color: lighten(#487D76, 0%);
}
.list-item .icon:before {
color: lighten(#080809, 40%);
}
.list-item.selected .icon:before {
color: lighten(#487D76, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#080809, 30%);
}
.status-bar .icon {
color: lighten(#487D76, 0%);
}
.status-bar a {
color: lighten(#080809, 55%);
&:hover {
text-decoration:none;
color: lighten(#080809, 75%);
}
}
.overlay {
background-color: lighten(#080809, 8%);
color: lighten(#080809, 30%);
}
.panes .pane .item-views .pane-item {
color: #EDE0CE;
background-color: #080809;
}
.section-heading,
.styleguide section .section-heading {
color: #EDE0CE;
}
.select-list {
li.selected {
color: lighten(#487D76, 60%);
background-color: #487D76;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Turnip Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#000000, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#000000, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#000000, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#000000, 20%);
&:hover {
color: lighten(#000000, 60%);
}
}
&.active {
color: lighten(#ff6a38, 60%);
background-color: #ff6a38;
.close-icon {
color: lighten(#ff6a38, 30%);
&:hover {
color: lighten(#ff6a38, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#000000, 2%);
color: lighten(#000000, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #ff6a38;
}
}
}
.list-item.header:before {
color: lighten(#ff6a38, 0%);
}
.list-item .icon:before {
color: lighten(#000000, 40%);
}
.list-item.selected .icon:before {
color: lighten(#ff6a38, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#000000, 30%);
}
.status-bar .icon {
color: lighten(#ff6a38, 0%);
}
.status-bar a {
color: lighten(#000000, 55%);
&:hover {
text-decoration:none;
color: lighten(#000000, 75%);
}
}
.overlay {
background-color: lighten(#000000, 8%);
color: lighten(#000000, 30%);
}
.panes .pane .item-views .pane-item {
color: #f0f0f0;
background-color: #000000;
}
.section-heading,
.styleguide section .section-heading {
color: #f0f0f0;
}
.select-list {
li.selected {
color: lighten(#ff6a38, 60%);
background-color: #ff6a38;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Zacks Contrast",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/crisp/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#221a22, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#221a22, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#221a22, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#221a22, 20%);
&:hover {
color: lighten(#221a22, 60%);
}
}
&.active {
color: lighten(#765478, 60%);
background-color: #765478;
.close-icon {
color: lighten(#765478, 30%);
&:hover {
color: lighten(#765478, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#221a22, 2%);
color: lighten(#221a22, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #765478;
}
}
}
.list-item.header:before {
color: lighten(#765478, 0%);
}
.list-item .icon:before {
color: lighten(#221a22, 40%);
}
.list-item.selected .icon:before {
color: lighten(#765478, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#221a22, 30%);
}
.status-bar .icon {
color: lighten(#765478, 0%);
}
.status-bar a {
color: lighten(#221a22, 55%);
&:hover {
text-decoration:none;
color: lighten(#221a22, 75%);
}
}
.overlay {
background-color: lighten(#221a22, 8%);
color: lighten(#221a22, 30%);
}
.panes .pane .item-views .pane-item {
color: #ffffff;
background-color: #221a22;
}
.section-heading,
.styleguide section .section-heading {
color: #ffffff;
}
.select-list {
li.selected {
color: lighten(#765478, 60%);
background-color: #765478;
}
}

11
atomui/crisp/package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "Crisp",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/darkside/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#222324, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#222324, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#222324, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#222324, 20%);
&:hover {
color: lighten(#222324, 60%);
}
}
&.active {
color: lighten(#E8341C, 60%);
background-color: #E8341C;
.close-icon {
color: lighten(#E8341C, 30%);
&:hover {
color: lighten(#E8341C, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#222324, 2%);
color: lighten(#222324, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #E8341C;
}
}
}
.list-item.header:before {
color: lighten(#E8341C, 0%);
}
.list-item .icon:before {
color: lighten(#222324, 40%);
}
.list-item.selected .icon:before {
color: lighten(#E8341C, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#222324, 30%);
}
.status-bar .icon {
color: lighten(#E8341C, 0%);
}
.status-bar a {
color: lighten(#222324, 55%);
&:hover {
text-decoration:none;
color: lighten(#222324, 75%);
}
}
.overlay {
background-color: lighten(#222324, 8%);
color: lighten(#222324, 30%);
}
.panes .pane .item-views .pane-item {
color: #BABABA;
background-color: #222324;
}
.section-heading,
.styleguide section .section-heading {
color: #BABABA;
}
.select-list {
li.selected {
color: lighten(#E8341C, 60%);
background-color: #E8341C;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Darkside",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/earthsong/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#36312C, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#36312C, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#36312C, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#36312C, 20%);
&:hover {
color: lighten(#36312C, 60%);
}
}
&.active {
color: lighten(#DB784D, 60%);
background-color: #DB784D;
.close-icon {
color: lighten(#DB784D, 30%);
&:hover {
color: lighten(#DB784D, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#36312C, 2%);
color: lighten(#36312C, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #DB784D;
}
}
}
.list-item.header:before {
color: lighten(#DB784D, 0%);
}
.list-item .icon:before {
color: lighten(#36312C, 40%);
}
.list-item.selected .icon:before {
color: lighten(#DB784D, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#36312C, 30%);
}
.status-bar .icon {
color: lighten(#DB784D, 0%);
}
.status-bar a {
color: lighten(#36312C, 55%);
&:hover {
text-decoration:none;
color: lighten(#36312C, 75%);
}
}
.overlay {
background-color: lighten(#36312C, 8%);
color: lighten(#36312C, 30%);
}
.panes .pane .item-views .pane-item {
color: #EBD1B7;
background-color: #36312C;
}
.section-heading,
.styleguide section .section-heading {
color: #EBD1B7;
}
.select-list {
li.selected {
color: lighten(#DB784D, 60%);
background-color: #DB784D;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Earthsong",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/freshcut/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#2F3030, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#2F3030, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#2F3030, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#2F3030, 20%);
&:hover {
color: lighten(#2F3030, 60%);
}
}
&.active {
color: lighten(#00A8C6, 60%);
background-color: #00A8C6;
.close-icon {
color: lighten(#00A8C6, 30%);
&:hover {
color: lighten(#00A8C6, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#2F3030, 2%);
color: lighten(#2F3030, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #00A8C6;
}
}
}
.list-item.header:before {
color: lighten(#00A8C6, 0%);
}
.list-item .icon:before {
color: lighten(#2F3030, 40%);
}
.list-item.selected .icon:before {
color: lighten(#00A8C6, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#2F3030, 30%);
}
.status-bar .icon {
color: lighten(#00A8C6, 0%);
}
.status-bar a {
color: lighten(#2F3030, 55%);
&:hover {
text-decoration:none;
color: lighten(#2F3030, 75%);
}
}
.overlay {
background-color: lighten(#2F3030, 8%);
color: lighten(#2F3030, 30%);
}
.panes .pane .item-views .pane-item {
color: #F8F8F2;
background-color: #2F3030;
}
.section-heading,
.styleguide section .section-heading {
color: #F8F8F2;
}
.select-list {
li.selected {
color: lighten(#00A8C6, 60%);
background-color: #00A8C6;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "FreshCut",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/frontier/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#36312C, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#36312C, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#36312C, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#36312C, 20%);
&:hover {
color: lighten(#36312C, 60%);
}
}
&.active {
color: lighten(#F23A3A, 60%);
background-color: #F23A3A;
.close-icon {
color: lighten(#F23A3A, 30%);
&:hover {
color: lighten(#F23A3A, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#36312C, 2%);
color: lighten(#36312C, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #F23A3A;
}
}
}
.list-item.header:before {
color: lighten(#F23A3A, 0%);
}
.list-item .icon:before {
color: lighten(#36312C, 40%);
}
.list-item.selected .icon:before {
color: lighten(#F23A3A, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#36312C, 30%);
}
.status-bar .icon {
color: lighten(#F23A3A, 0%);
}
.status-bar a {
color: lighten(#36312C, 55%);
&:hover {
text-decoration:none;
color: lighten(#36312C, 75%);
}
}
.overlay {
background-color: lighten(#36312C, 8%);
color: lighten(#36312C, 30%);
}
.panes .pane .item-views .pane-item {
color: #F8F8F2;
background-color: #36312C;
}
.section-heading,
.styleguide section .section-heading {
color: #F8F8F2;
}
.select-list {
li.selected {
color: lighten(#F23A3A, 60%);
background-color: #F23A3A;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Frontier",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/github/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#ffffff, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#ffffff, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#ffffff, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#ffffff, 20%);
&:hover {
color: lighten(#ffffff, 60%);
}
}
&.active {
color: lighten(#008080, 60%);
background-color: #008080;
.close-icon {
color: lighten(#008080, 30%);
&:hover {
color: lighten(#008080, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#ffffff, 2%);
color: lighten(#ffffff, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #008080;
}
}
}
.list-item.header:before {
color: lighten(#008080, 0%);
}
.list-item .icon:before {
color: lighten(#ffffff, 40%);
}
.list-item.selected .icon:before {
color: lighten(#008080, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#ffffff, 30%);
}
.status-bar .icon {
color: lighten(#008080, 0%);
}
.status-bar a {
color: lighten(#ffffff, 55%);
&:hover {
text-decoration:none;
color: lighten(#ffffff, 75%);
}
}
.overlay {
background-color: lighten(#ffffff, 8%);
color: lighten(#ffffff, 30%);
}
.panes .pane .item-views .pane-item {
color: #555555;
background-color: #ffffff;
}
.section-heading,
.styleguide section .section-heading {
color: #555555;
}
.select-list {
li.selected {
color: lighten(#008080, 60%);
background-color: #008080;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Github",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/gloom/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#2A332B, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#2A332B, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#2A332B, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#2A332B, 20%);
&:hover {
color: lighten(#2A332B, 60%);
}
}
&.active {
color: lighten(#FF5D38, 60%);
background-color: #FF5D38;
.close-icon {
color: lighten(#FF5D38, 30%);
&:hover {
color: lighten(#FF5D38, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#2A332B, 2%);
color: lighten(#2A332B, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #FF5D38;
}
}
}
.list-item.header:before {
color: lighten(#FF5D38, 0%);
}
.list-item .icon:before {
color: lighten(#2A332B, 40%);
}
.list-item.selected .icon:before {
color: lighten(#FF5D38, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#2A332B, 30%);
}
.status-bar .icon {
color: lighten(#FF5D38, 0%);
}
.status-bar a {
color: lighten(#2A332B, 55%);
&:hover {
text-decoration:none;
color: lighten(#2A332B, 75%);
}
}
.overlay {
background-color: lighten(#2A332B, 8%);
color: lighten(#2A332B, 30%);
}
.panes .pane .item-views .pane-item {
color: #D8EBE5;
background-color: #2A332B;
}
.section-heading,
.styleguide section .section-heading {
color: #D8EBE5;
}
.select-list {
li.selected {
color: lighten(#FF5D38, 60%);
background-color: #FF5D38;
}
}

11
atomui/gloom/package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "Gloom",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/glowfish/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#191f13, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#191f13, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#191f13, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#191f13, 20%);
&:hover {
color: lighten(#191f13, 60%);
}
}
&.active {
color: lighten(#DB784D, 60%);
background-color: #DB784D;
.close-icon {
color: lighten(#DB784D, 30%);
&:hover {
color: lighten(#DB784D, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#191f13, 2%);
color: lighten(#191f13, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #DB784D;
}
}
}
.list-item.header:before {
color: lighten(#DB784D, 0%);
}
.list-item .icon:before {
color: lighten(#191f13, 40%);
}
.list-item.selected .icon:before {
color: lighten(#DB784D, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#191f13, 30%);
}
.status-bar .icon {
color: lighten(#DB784D, 0%);
}
.status-bar a {
color: lighten(#191f13, 55%);
&:hover {
text-decoration:none;
color: lighten(#191f13, 75%);
}
}
.overlay {
background-color: lighten(#191f13, 8%);
color: lighten(#191f13, 30%);
}
.panes .pane .item-views .pane-item {
color: #6ea240;
background-color: #191f13;
}
.section-heading,
.styleguide section .section-heading {
color: #6ea240;
}
.select-list {
li.selected {
color: lighten(#DB784D, 60%);
background-color: #DB784D;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Glowfish",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/goldfish/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#2E3336, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#2E3336, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#2E3336, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#2E3336, 20%);
&:hover {
color: lighten(#2E3336, 60%);
}
}
&.active {
color: lighten(#FA6900, 60%);
background-color: #FA6900;
.close-icon {
color: lighten(#FA6900, 30%);
&:hover {
color: lighten(#FA6900, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#2E3336, 2%);
color: lighten(#2E3336, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #FA6900;
}
}
}
.list-item.header:before {
color: lighten(#FA6900, 0%);
}
.list-item .icon:before {
color: lighten(#2E3336, 40%);
}
.list-item.selected .icon:before {
color: lighten(#FA6900, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#2E3336, 30%);
}
.status-bar .icon {
color: lighten(#FA6900, 0%);
}
.status-bar a {
color: lighten(#2E3336, 55%);
&:hover {
text-decoration:none;
color: lighten(#2E3336, 75%);
}
}
.overlay {
background-color: lighten(#2E3336, 8%);
color: lighten(#2E3336, 30%);
}
.panes .pane .item-views .pane-item {
color: #F8F8F2;
background-color: #2E3336;
}
.section-heading,
.styleguide section .section-heading {
color: #F8F8F2;
}
.select-list {
li.selected {
color: lighten(#FA6900, 60%);
background-color: #FA6900;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Goldfish",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/grunge/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#31332C, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#31332C, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#31332C, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#31332C, 20%);
&:hover {
color: lighten(#31332C, 60%);
}
}
&.active {
color: lighten(#F56991, 60%);
background-color: #F56991;
.close-icon {
color: lighten(#F56991, 30%);
&:hover {
color: lighten(#F56991, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#31332C, 2%);
color: lighten(#31332C, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #F56991;
}
}
}
.list-item.header:before {
color: lighten(#F56991, 0%);
}
.list-item .icon:before {
color: lighten(#31332C, 40%);
}
.list-item.selected .icon:before {
color: lighten(#F56991, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#31332C, 30%);
}
.status-bar .icon {
color: lighten(#F56991, 0%);
}
.status-bar a {
color: lighten(#31332C, 55%);
&:hover {
text-decoration:none;
color: lighten(#31332C, 75%);
}
}
.overlay {
background-color: lighten(#31332C, 8%);
color: lighten(#31332C, 30%);
}
.panes .pane .item-views .pane-item {
color: #F8F8F2;
background-color: #31332C;
}
.section-heading,
.styleguide section .section-heading {
color: #F8F8F2;
}
.select-list {
li.selected {
color: lighten(#F56991, 60%);
background-color: #F56991;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Grunge",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/halflife/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#222222, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#222222, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#222222, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#222222, 20%);
&:hover {
color: lighten(#222222, 60%);
}
}
&.active {
color: lighten(#7D8991, 60%);
background-color: #7D8991;
.close-icon {
color: lighten(#7D8991, 30%);
&:hover {
color: lighten(#7D8991, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#222222, 2%);
color: lighten(#222222, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #7D8991;
}
}
}
.list-item.header:before {
color: lighten(#7D8991, 0%);
}
.list-item .icon:before {
color: lighten(#222222, 40%);
}
.list-item.selected .icon:before {
color: lighten(#7D8991, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#222222, 30%);
}
.status-bar .icon {
color: lighten(#7D8991, 0%);
}
.status-bar a {
color: lighten(#222222, 55%);
&:hover {
text-decoration:none;
color: lighten(#222222, 75%);
}
}
.overlay {
background-color: lighten(#222222, 8%);
color: lighten(#222222, 30%);
}
.panes .pane .item-views .pane-item {
color: #cccccc;
background-color: #222222;
}
.section-heading,
.styleguide section .section-heading {
color: #cccccc;
}
.select-list {
li.selected {
color: lighten(#7D8991, 60%);
background-color: #7D8991;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Halflife",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/heroku/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#1b1b24, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#1b1b24, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#1b1b24, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#1b1b24, 20%);
&:hover {
color: lighten(#1b1b24, 60%);
}
}
&.active {
color: lighten(#7873ae, 60%);
background-color: #7873ae;
.close-icon {
color: lighten(#7873ae, 30%);
&:hover {
color: lighten(#7873ae, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#1b1b24, 2%);
color: lighten(#1b1b24, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #7873ae;
}
}
}
.list-item.header:before {
color: lighten(#7873ae, 0%);
}
.list-item .icon:before {
color: lighten(#1b1b24, 40%);
}
.list-item.selected .icon:before {
color: lighten(#7873ae, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#1b1b24, 30%);
}
.status-bar .icon {
color: lighten(#7873ae, 0%);
}
.status-bar a {
color: lighten(#1b1b24, 55%);
&:hover {
text-decoration:none;
color: lighten(#1b1b24, 75%);
}
}
.overlay {
background-color: lighten(#1b1b24, 8%);
color: lighten(#1b1b24, 30%);
}
.panes .pane .item-views .pane-item {
color: #c8c7d5;
background-color: #1b1b24;
}
.section-heading,
.styleguide section .section-heading {
color: #c8c7d5;
}
.select-list {
li.selected {
color: lighten(#7873ae, 60%);
background-color: #7873ae;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Heroku",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/hyrule/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#2d2c2b, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#2d2c2b, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#2d2c2b, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#2d2c2b, 20%);
&:hover {
color: lighten(#2d2c2b, 60%);
}
}
&.active {
color: lighten(#569e16, 60%);
background-color: #569e16;
.close-icon {
color: lighten(#569e16, 30%);
&:hover {
color: lighten(#569e16, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#2d2c2b, 2%);
color: lighten(#2d2c2b, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #569e16;
}
}
}
.list-item.header:before {
color: lighten(#569e16, 0%);
}
.list-item .icon:before {
color: lighten(#2d2c2b, 40%);
}
.list-item.selected .icon:before {
color: lighten(#569e16, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#2d2c2b, 30%);
}
.status-bar .icon {
color: lighten(#569e16, 0%);
}
.status-bar a {
color: lighten(#2d2c2b, 55%);
&:hover {
text-decoration:none;
color: lighten(#2d2c2b, 75%);
}
}
.overlay {
background-color: lighten(#2d2c2b, 8%);
color: lighten(#2d2c2b, 30%);
}
.panes .pane .item-views .pane-item {
color: #c0d5c1;
background-color: #2d2c2b;
}
.section-heading,
.styleguide section .section-heading {
color: #c0d5c1;
}
.select-list {
li.selected {
color: lighten(#569e16, 60%);
background-color: #569e16;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Hyrule",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

117
atomui/iceberg/index.less Normal file
View File

@ -0,0 +1,117 @@
.tab-bar {
background-color: lighten(#323B3D, 8%);
height:26px;
.tab {
position: relative;
color: lighten(#323B3D, 40%);
transition: background-color .2s ease-in;
background-color: lighten(#323B3D, 10%);
.title {
margin-top:5px;
}
.close-icon {
position:absolute;
top:5px;
right:5px;
color: lighten(#323B3D, 20%);
&:hover {
color: lighten(#323B3D, 60%);
}
}
&.active {
color: lighten(#2D8DA1, 60%);
background-color: #2D8DA1;
.close-icon {
color: lighten(#2D8DA1, 30%);
&:hover {
color: lighten(#2D8DA1, 60%);
}
}
}
}
.tab:first-child {
padding-left:10px;
}
}
.tool-panel {
background-color: lighten(#323B3D, 2%);
color: lighten(#323B3D, 30%);
font-size:0.8em;
}
.list-item {
transition: background-color .2s ease-in;
&.selected {
color:#ffffff;
&:before {
background-color: #2D8DA1;
}
}
}
.list-item.header:before {
color: lighten(#2D8DA1, 0%);
}
.list-item .icon:before {
color: lighten(#323B3D, 40%);
}
.list-item.selected .icon:before {
color: lighten(#2D8DA1, 60%);
}
.tree-view {
padding:10px;
}
.inline-block {
color: lighten(#323B3D, 30%);
}
.status-bar .icon {
color: lighten(#2D8DA1, 0%);
}
.status-bar a {
color: lighten(#323B3D, 55%);
&:hover {
text-decoration:none;
color: lighten(#323B3D, 75%);
}
}
.overlay {
background-color: lighten(#323B3D, 8%);
color: lighten(#323B3D, 30%);
}
.panes .pane .item-views .pane-item {
color: #BDD6DB;
background-color: #323B3D;
}
.section-heading,
.styleguide section .section-heading {
color: #BDD6DB;
}
.select-list {
li.selected {
color: lighten(#2D8DA1, 60%);
background-color: #2D8DA1;
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Iceberg",
"theme": "ui",
"version": "1.0.0",
"description": "Theme by Dayle Rees.",
"license": "MIT",
"repository": "https://github.com/daylerees/colour-schemes",
"engines": {
"atom": ">0.40.0"
}
}

Some files were not shown because too many files have changed in this diff Show More