summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2024-12-05 09:28:13 -0500
committerSacha Chua <sacha@sachachua.com>2024-12-05 09:28:13 -0500
commit41f6376932142c041b70084b99dc0dfedb6963fb (patch)
tree66c5fd4df7d2d72e33abb93b38288fd418e0e58e
parent2d784ebf3651fdb6d2df6cdaaed34d90493c747a (diff)
downloademacsconf-wiki-41f6376932142c041b70084b99dc0dfedb6963fb.tar.xz
emacsconf-wiki-41f6376932142c041b70084b99dc0dfedb6963fb.zip
update color description
Diffstat (limited to '')
-rw-r--r--2024/talks/color.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/2024/talks/color.md b/2024/talks/color.md
index e302c691..8652ea89 100644
--- a/2024/talks/color.md
+++ b/2024/talks/color.md
@@ -12,11 +12,11 @@ Ryota (he/him) - Pronunciation: Ree-yo-tah, https://hachyderm.io/@rytswd https:/
[[!inline pages="internal(2024/info/color-before)" raw="yes"]]
Emacs comes with various themes to pick from, and there are myriad
-different themes out on the internet. Even when you choose a theme, from
-there, you can make your exact adjustments to add or remove certain
-colours. Emacs provides you so much control over how you work, write, code,
-and everything in between. You are certainly left equipped with all the
-controls for your theme as well.
+different themes out on the Internet. After choosing a theme, you can make
+any adjustments to add or remove certain colours exactly as you wish. Emacs
+provides you so much control over how you work, write, code, and everything
+in between, including the colour choice. You are certainly left equipped
+with all the controls for your theme as well.
However, when it comes to colour, there is a bit of difficulty: RGB.
Hexadecimal colour codes are ubiquitous and relatively easy to understand.
@@ -24,11 +24,11 @@ Yet, they are difficult to work with, especially when you need to make
different shades and variants. In recent years, CSS started to support not
just sRGB (standard RGB), but other colour spaces such as HSL, Oklab, etc.
With Emacs, we also have a great set of tools from color.el, as well as
-this amazing package called ct.el (<https://github.com/neeasade/ct.el>),
+this amazing package called ct.el (<https://github.com/neeasade/ct.el>)
In this talk, we will have a quick look at different colour spaces than
sRGB, namely HSL and LCH. We will check out how ct.el can make a set of
-colour shades and variants at ease, and how they can help defining themes.
+colour shades and variants at ease, and how they can help define themes.
Finally, Ryota will share his own theme called Hasliberg Theme, which is
using the full power of LCH.