diff --git a/readme.md b/readme.md index f374468..649a663 100644 --- a/readme.md +++ b/readme.md @@ -20,16 +20,15 @@ ### Rosé Pine -![image](https://github.com/rose-pine/zed/assets/44733677/7b6c8017-9559-4384-ba4e-fa112e44d64b) +![image](https://github.com/rose-pine/zed/assets/44733677/78cc31b4-6e76-4f2c-aa38-3d035b6a8a6d) ### Rosé Pine Moon -![image](https://github.com/rose-pine/zed/assets/44733677/f5093fe2-222d-4ed6-a466-8b3faa41c5c1) +![image](https://github.com/rose-pine/zed/assets/44733677/28422177-eb59-4dfa-be22-3c933dae7976) ### Rosé Pine Dawn -![image](https://github.com/rose-pine/zed/assets/44733677/d5f49bf0-bdf6-4ae6-9b11-8c1a4620b1bf) - +![image](https://github.com/rose-pine/zed/assets/44733677/044b63e7-c3e4-4ade-8868-919ee81caf93) ## Thanks to diff --git a/src/template.scss b/src/template.scss index e4aa5f6..28fbb6b 100644 --- a/src/template.scss +++ b/src/template.scss @@ -74,10 +74,10 @@ themes { --editor-active_wrap_guide: #{$foreground-lower-contrast}; /* Borders */ - --border: #{$background-high-contrast}; - --border-variant: #{$background-high-contrast}; - --border-focused: #{$background-high-contrast}; - --border-selected: #{$background-high-contrast}; + --border: #{$foreground-low-contrast}; + --border-variant: #{$foreground-low-contrast}; + --border-focused: #{$foreground-low-contrast}; + --border-selected: #{$foreground-low-contrast}; --border-transparent: #{$background-high-contrast}; --border-disabled: #{$background-high-contrast};