aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/emacs.scss
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-21 23:19:48 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-21 23:19:48 +0200
commita34ac683ddc4a19ad3bc3b226911ab78861b24ce (patch)
tree0a05c18cab6662cccd4b3ecd08768efd768c8955 /stylesheets/emacs.scss
parente14c5f32a62e6dc6fb0d76ffe2bc85463ef40acd (diff)
downloadjo.mssola.com-a34ac683ddc4a19ad3bc3b226911ab78861b24ce.tar.gz
jo.mssola.com-a34ac683ddc4a19ad3bc3b226911ab78861b24ce.zip
Added an emacs.scss file
This will replace the org.css from my dotfiles. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'stylesheets/emacs.scss')
-rw-r--r--stylesheets/emacs.scss59
1 files changed, 59 insertions, 0 deletions
diff --git a/stylesheets/emacs.scss b/stylesheets/emacs.scss
new file mode 100644
index 0000000..336a944
--- /dev/null
+++ b/stylesheets/emacs.scss
@@ -0,0 +1,59 @@
+---
+# Only the main Sass file needs front matter (the dashes are enough)
+---
+
+body {
+ margin: 0 auto;
+ max-width: 900px;
+ width: 100%;
+ padding: 0em 1em;
+ text-align: justify;
+}
+
+kbd {
+ display: inline-block;
+ padding: 3px 5px;
+ word-wrap: break-word;
+ font-size: 11px;
+ line-height: 10px;
+ vertical-align: middle;
+ background-color: #fcfcfc;
+ border: solid 1px #ccc;
+ border-bottom-color: #bbb;
+ border-radius: 3px;
+ box-shadow: inset 0 -1px 0 #bbb;
+ box-sizing: border-box;
+}
+
+/*
+ * Code blocks
+ */
+
+.org-src-container .src-elisp {
+ color: #000;
+}
+
+.todo {
+ color: #223fbf;
+ font-style: normal;
+}
+
+.org-keyword { color: #5317ac; font-weight: bold; }
+.org-doc { color: #093060; font-style: italic; }
+.org-function-name { color: #721045; }
+.org-constant { color: #0000bb; }
+.org-builtin { color: #8f0075; font-weight: bold; }
+.org-string { color: #223fbf; }
+.org-comment { color: #505050; font-style: italic; }
+.org-comment-delimiter { color: #505050; font-style: italic; }
+.org-comment a { color: #505050; font-style: normal; }
+.org-warning { color: #223fbf; font-style: normal; }
+.org-rainbow-delimiters-depth-1 { color: #000; }
+.org-rainbow-delimiters-depth-2 { color: #000; }
+.org-rainbow-delimiters-depth-3 { color: #000; }
+.org-rainbow-delimiters-depth-4 { color: #000; }
+.org-rainbow-delimiters-depth-5 { color: #000; }
+.org-rainbow-delimiters-depth-6 { color: #000; }
+.org-rainbow-delimiters-depth-7 { color: #000; }
+.org-rainbow-delimiters-depth-8 { color: #000; }
+.org-rainbow-delimiters-depth-9 { color: #000; }