Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015 <Your name here>
Copyright (c) 2015-2016 Murriouz <Murriouz@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
1 change: 1 addition & 0 deletions index.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
@import 'languages/json';
@import 'languages/ruby';
@import 'languages/python';
@import 'languages/shell';
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"name": "dark-bint-syntax",
"theme": "syntax",
"version": "0.8.4",
"description": "A short description of your syntax theme",
"author": "Murriouz <Murriouz@gmail.com>",
"readme": "./README.md",
"description": "A dark and colourful syntax theme.",
"keywords": [
"syntax",
"theme"
],
"repository": "https://github.com/MiincGu/dark-bint-syntax",
"repository": "https://github.com/Murriouz/dark-bint-syntax",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
Expand Down
13 changes: 13 additions & 0 deletions styles/languages/shell.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.source.shell {
.support.function.coreutils {
color: rgb(150,255,150);
}

.support.function.extras {
color: rgb(255,150,200);
}

.support.function.packages {
color: rgb(255,220,120);
}
}