diff --git a/src/css/mk.css b/src/css/mk.css index 3ce0c77..dd84709 100644 --- a/src/css/mk.css +++ b/src/css/mk.css @@ -17,7 +17,7 @@ code { } pre { line-height: 1em; - font-size: 14px; + font-size: 13px; } blockquote pre { line-height: var(--lh); diff --git a/src/demo.org b/src/demo.org index fd73bea..91145e1 100644 --- a/src/demo.org +++ b/src/demo.org @@ -64,33 +64,30 @@ There should be a forced newline. :CUSTOM_ID: width :END: -Testing the width: I use a max width of 76 +Testing the width: I use a max width of 71 #+begin_src ascii ---------10--------20--------30--------40--------50--------60--------70----- -#+end_src - +--------10--------20--------30--------40--------50--------60--------70-- +123456789-123456789-123456789-123456789-123456789-123456789-123456789-1 +123456789-123456789-123456789-123456789-123456789-123456789-123456789-12 +123456789-123456789-123456789-123456789-123456789-123456789-123456789-123 +123456789-123456789-123456789-123456789-123456789-123456789-123456789-1234 123456789-123456789-123456789-123456789-123456789-123456789-123456789-12345 - 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456 - 123456789-123456789-123456789-123456789-123456789-123456789-123456789-1234567 - 123456789-123456789-123456789-123456789-123456789-123456789-123456789-12345678 - 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789 - 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- -123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-1 +a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J +K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j +k l m n o p q r s t u v w x y z +#+end_src -a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L -M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n -o p q r s t u v w x y z +a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J +K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j +k l m n o p q r s t u v w x y z -a0 b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K -L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m -n o p q r s t u v w x y z * Math :PROPERTIES: diff --git a/src/posts/0012-solaryzed-theme/index.org b/src/posts/0012-solaryzed-theme/index.org index acfe53c..1811773 100644 --- a/src/posts/0012-solaryzed-theme/index.org +++ b/src/posts/0012-solaryzed-theme/index.org @@ -8,22 +8,15 @@ #+OPTIONS: auto-id:t toc:t #+STARTUP: overview -The colorscheme of my website is the colorscheme I use for my terminal and -most of my environment. +After many years using [[https://ethanschoonover.com/solarized/][Solarized]] I changed to a new one. +I use it for my terminal, emacs and most of my tools. This is inspired by both [[https://ethanschoonover.com/solarized/][Solarized]] and [[https://nordtheme.com][Nord]]. - -So I used [[https://ethanschoonover.com/solarized/][Solarized]] for many years. -And it was really difficult finding a new one that suits my taste. - -Stil I disliked the blue-green dark background. -I wanted to change that background color. -Or having a grayer background. +I switched because I wanted a greyer theme. Ethan Shoovnover the creator of Solarized gave plenty of information about -how he created it. - -Also I stumbled upon the [[https://nordtheme.com][Nord]] theme. +the creation of his colorscheme. +And I stumbled upon the [[https://nordtheme.com][Nord]] theme. And I really liked it. But while the colors are great, it is not as easy to switch from light to dark theme than with solarized because Solarized has a lot of nice @@ -42,25 +35,38 @@ slightly bigger contrast for text. Here is the CSS you could use: + #+begin_export html - +
-
b03
-
b02
-
b01
-
b00
-
b0
-
b1
-
b2
-
b3
-
y
-
o
-
r
-
m
-
v
-
b
-
c
-
g
+#+end_export +#+MACRO: colorbox @@html:
$1
@@ +{{{colorbox(b03,white,#202631)}}} +{{{colorbox(b02,white,#2b303c)}}} +{{{colorbox(b01,white,#595e6a)}}} +{{{colorbox(b00,white,#727782)}}} +{{{colorbox(b0,black,#8c919b)}}} +{{{colorbox(b1,black,#a7abb5)}}} +{{{colorbox(b2,black,#e5e8f0)}}} +{{{colorbox(b3,black,#f3f6fe)}}} +{{{colorbox(y,white,#ad8c51)}}} +{{{colorbox(o,white,#a9664b)}}} +{{{colorbox(r,white,#af6256)}}} +{{{colorbox(m,white,#ae5e7d)}}} +{{{colorbox(v,white,#6774b2)}}} +{{{colorbox(b,white,#408cc3)}}} +{{{colorbox(c,white,#17a198)}}} +{{{colorbox(g,white,#939452)}}} +#+begin_export html
#+end_export