diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..41bb909
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+
+.msc
+
diff --git a/css/index.css b/css/index.css
index 1df0154..89fbc83 100644
--- a/css/index.css
+++ b/css/index.css
@@ -143,3 +143,10 @@ header #new-file .btn-svg svg {
margin-left:auto;
margin-right:5px;
}
+.file-type[data-type="JS"]{
+ color: #ffde24
+}
+.file-type[data-type="CSS"]{
+ color: #15a0dc
+}
+
diff --git a/css/settings.css b/css/settings.css
new file mode 100644
index 0000000..2016088
--- /dev/null
+++ b/css/settings.css
@@ -0,0 +1,19 @@
+
+main{
+ color: white;
+ margin: 10px;
+}
+
+input[type="text"], input[type="password"]{
+ display: block;
+ width: 100%;
+ background: #222;
+ color: white;
+ outline: none;
+ border: none;
+ font-size: 1.1em;
+ padding: 2px;
+ margin-bottom: 5px;
+}
+
+
diff --git a/editor.html b/editor.html
index cd4a494..ea84545 100644
--- a/editor.html
+++ b/editor.html
@@ -50,5 +50,7 @@
+
+