branch: externals/doric-themes
commit 33785de12fe81a02a5cedd32de840c7a1fa50f32
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add doric-beach theme
---
 contrasts.org   | 32 ++++++++++++++++++++++++++++++++
 doric-themes.el |  3 ++-
 2 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/contrasts.org b/contrasts.org
index 3051335f6d..d4fef951b6 100644
--- a/contrasts.org
+++ b/contrasts.org
@@ -46,6 +46,38 @@ C1 and C2 are color values written in hexadecimal RGB."
 :PROPERTIES:
 :CUSTOM_ID: h:light-themes
 :END:
+** Doric Beach
+:PROPERTIES:
+:CUSTOM_ID: h:doric-beach
+:END:
+
+|                   |         | bg-main | bg-shadow-subtle | bg-neutral | 
bg-shadow-intense | bg-accent |
+| Name              |         | #eae3d8 |          #ded4c0 |    #d4c2ab |      
     #a4d2b9 |   #efd0a9 |
+|-------------------+---------+---------+------------------+------------+-------------------+-----------|
+| fg-main           | #213937 |    9.66 |             8.38 |       7.10 |      
        7.33 |      8.37 |
+| fg-shadow-subtle  | #655c48 |    5.19 |             4.50 |       3.81 |      
        3.93 |      4.49 |
+| fg-neutral        | #504533 |    7.36 |             6.38 |       5.40 |      
        5.58 |      6.37 |
+| fg-shadow-intense | #145e4c |    6.02 |             5.22 |       4.43 |      
        4.57 |      5.22 |
+| fg-accent         | #834328 |    5.89 |             5.10 |       4.33 |      
        4.47 |      5.10 |
+|-------------------+---------+---------+------------------+------------+-------------------+-----------|
+| fg-red            | #902000 |    6.89 |             5.97 |       5.06 |      
        5.22 |      5.96 |
+| fg-green          | #006000 |    6.16 |             5.34 |       4.53 |      
        4.68 |      5.34 |
+| fg-yellow         | #595000 |    6.41 |             5.55 |       4.71 |      
        4.86 |      5.55 |
+| fg-blue           | #103077 |    9.63 |             8.35 |       7.07 |      
        7.30 |      8.34 |
+| fg-magenta        | #700054 |    9.07 |             7.86 |       6.66 |      
        6.88 |      7.85 |
+| fg-cyan           | #005460 |    6.76 |             5.86 |       4.97 |      
        5.13 |      5.85 |
+#+TBLFM: $3='(Λ $2 @2$3);%.2f :: $4='(Λ $2 @2$4);%.2f :: $5='(Λ $2 @2$5);%.2f 
:: $6='(Λ $2 @2$6);%.2f :: $7='(Λ $2 @2$7);%.2f
+
+|                   |         | bg-main | bg-shadow-subtle | bg-neutral | 
bg-shadow-intense | bg-accent |
+| Name              |         | #eae3d8 |          #ded4c0 |    #d4c2ab |      
     #a4d2b9 |   #efd0a9 |
+|-------------------+---------+---------+------------------+------------+-------------------+-----------|
+| bg-main           | #eae3d8 |       0 |             2549 |      10130 |      
       17045 |      6143 |
+| bg-shadow-subtle  | #ded4c0 |    2549 |                0 |       2548 |      
        9473 |      2027 |
+| bg-neutral        | #d4c2ab |   10130 |             2548 |          0 |      
        7834 |      2917 |
+| bg-shadow-intense | #a4d2b9 |   17045 |             9473 |       7834 |      
           0 |     16403 |
+| bg-accent         | #efd0a9 |    6143 |             2027 |       2917 |      
       16403 |         0 |
+#+TBLFM: $3='(Δ $2 @2$3) :: $4='(Δ $2 @2$4) :: $5='(Δ $2 @2$5) :: $6='(Δ $2 
@2$6) :: $7='(Δ $2 @2$7)
+
 ** Doric Cherry
 :PROPERTIES:
 :CUSTOM_ID: h:doric-cherry
diff --git a/doric-themes.el b/doric-themes.el
index 5f1af877a6..17a207b1fb 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -39,7 +39,8 @@
 (eval-when-compile (require 'subr-x))
 
 (defconst doric-themes-light-themes
-  '(doric-cherry
+  '(doric-beach
+    doric-cherry
     doric-earth
     doric-light
     doric-marble

Reply via email to