aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-05-10 16:49:34 +0100
committerrxi <rxi@users.noreply.github.com>2020-05-10 16:49:58 +0100
commit992fb4439e50b926f302b383982d608239b0a220 (patch)
tree95ee0b3f675bfd07f6c3c4edb9ad8931d063ac7e
parent0b96af6781534254c0990a1da4c71d410d367f44 (diff)
downloadlite-xl-colors-992fb4439e50b926f302b383982d608239b0a220.tar.gz
lite-xl-colors-992fb4439e50b926f302b383982d608239b0a220.zip
Improved divider, scrollbar and background colors on `solarized_light`
-rw-r--r--README.md2
-rw-r--r--colors/solarized_light.lua8
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index a6fe1b7..cde1852 100644
--- a/README.md
+++ b/README.md
@@ -22,5 +22,5 @@ Theme | Preview
Theme | Preview
------|-----------------------------------------
[`github`](colors/github.lua?raw=1) | ![github_preview](https://user-images.githubusercontent.com/3920290/80308013-800e9300-87c4-11ea-88a7-1f56104a7423.png)
-[`solarized_light`](colors/solarized_light.lua?raw=1) | ![solarized_light_preview](https://user-images.githubusercontent.com/1621631/80608663-632dc600-8a37-11ea-986c-dc8cba846ae6.png)
+[`solarized_light`](colors/solarized_light.lua?raw=1) | ![solarized_light_preview](https://user-images.githubusercontent.com/3920290/81503910-233fcc00-92de-11ea-9d6d-0a32212e6f02.png)
diff --git a/colors/solarized_light.lua b/colors/solarized_light.lua
index d47f141..8f604e4 100644
--- a/colors/solarized_light.lua
+++ b/colors/solarized_light.lua
@@ -3,18 +3,18 @@ local common = require "core.common"
style.background = { common.color "#fdf6e3" }
style.background2 = { common.color "#eee8d5" }
-style.background3 = { common.color "#fdf6e3" }
+style.background3 = { common.color "#eee8d5" }
style.text = { common.color "#657b83" }
style.caret = { common.color "#657b83" }
style.accent = { common.color "#002b36" }
style.dim = { common.color "#93a1a1" }
-style.divider = { common.color "#586e75" }
+style.divider = { common.color "#e0dbc8" }
style.selection = { common.color "#eee8d5" }
style.line_number = { common.color "#93a1a1" }
style.line_number2 = { common.color "#002b36" }
style.line_highlight = { common.color "#eee8d5" }
-style.scrollbar = { common.color "#93a1a1" }
-style.scrollbar2 = { common.color "#586e75" }
+style.scrollbar = { common.color "#e0dbc8" }
+style.scrollbar2 = { common.color "#bfbbaa" }
style.syntax["normal"] = { common.color "#657b83" }
style.syntax["symbol"] = { common.color "#657b83" }