diff --git a/LICENSE.md b/LICENSE.md index 40a0eeb..1b19561 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2015 +Copyright (c) 2015-2016 Murriouz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/index.less b/index.less index c77e9a7..ed1a800 100644 --- a/index.less +++ b/index.less @@ -13,3 +13,4 @@ @import 'languages/json'; @import 'languages/ruby'; @import 'languages/python'; +@import 'languages/shell'; diff --git a/package.json b/package.json index 085f1ad..1166c07 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,14 @@ "name": "dark-bint-syntax", "theme": "syntax", "version": "0.8.4", - "description": "A short description of your syntax theme", + "author": "Murriouz ", + "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" diff --git a/styles/languages/shell.less b/styles/languages/shell.less new file mode 100644 index 0000000..0bb2ba8 --- /dev/null +++ b/styles/languages/shell.less @@ -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); + } +}