diff --git a/THEMES.md b/THEMES.md index 668d77d..df729fe 100644 --- a/THEMES.md +++ b/THEMES.md @@ -110,7 +110,7 @@ Here you can find a preview of all the themes. Some of them may have different c | ![Periwinkle](Matte/screenshots/ylx-periwinkle.png) | ![Periwkinle-Dark](Matte/screenshots/ylx-periwinkle-dark.png) | | :-------------------------------------------------: | :-----------------------------------------------------------: | -| Light | Dark | +| Light | Dark | #### Porcelain ![Porcelain](Matte/screenshots/ylx-porcelain.png) @@ -119,11 +119,11 @@ Here you can find a preview of all the themes. Some of them may have different c ![Gray](Matte/screenshots/ylx-gray.png) | ![Gray-Light](Matte/screenshots/ylx-gray-light.png) | ![Gray-Dark1](Matte/screenshots/ylx-gray-dark1.png) | | :-------------------------------------------------: | :-------------------------------------------------: | -| Light | Dark | +| Light | Dark | ## Nightlight -![Nightlight](Nightlight/screenshots/nightlight.png) +![Nightlight](Nightlight/screenshots/nightlight.png) ## Onepunch @@ -157,8 +157,8 @@ Here you can find a preview of all the themes. Some of them may have different c | Wealthy | Dracula | | ![VantaBlack](Sleek/vantablack.png) | ![RosePine](Sleek/rosepine.png) | | VantaBlack | RosePine | -| ![Eldritch](Sleek/eldritch.png) | | -| Eldritch | | +| ![Eldritch](Sleek/eldritch.png) | | +| Eldritch | | ## StarryNight @@ -196,11 +196,11 @@ Here you can find a preview of all the themes. Some of them may have different c ### Catppuccin | | | -|:--------------------------------------------------------:|:----------------------------------------------------------------:| +| :------------------------------------------------------: | :--------------------------------------------------------------: | | ![CatppuccinMocha](text/screenshots/CatppuccinMocha.png) | ![CatppuccinMacchiato](text/screenshots/CatppuccinMacchiato.png) | -| Catppuccin Mocha | Catppuccin Macchiato | +| Catppuccin Mocha | Catppuccin Macchiato | | ![CatppuccinLatte](text/screenshots/CatppuccinLatte.png) | | -| Catppuccin Latte | | +| Catppuccin Latte | | #### Dracula @@ -228,9 +228,9 @@ Here you can find a preview of all the themes. Some of them may have different c #### RosePine -| ![RosePine](text/screenshots/RosePine.png) | ![RosePineMoon](text/screenshots/RosePineMoon.png) | -|:------------------------------------------:|:--------------------------------------------------:| -| Rose Pine | Rose Pine Moon | +| ![RosePine](text/screenshots/RosePine.png) | ![RosePineMoon](text/screenshots/RosePineMoon.png) | ![RosePineDawn](text/screenshots/RosePineDawn.png) | +| :----------------------------------------: | :------------------------------------------------: | :------------------------------------------------: | +| Rose Pine | Rose Pine Moon | Rose Pine Dawn | #### Solarized @@ -239,8 +239,8 @@ Here you can find a preview of all the themes. Some of them may have different c #### TokyoNight | ![TokyoNight](text/screenshots/TokyoNight.png) | ![TokyoNightStorm](text/screenshots/TokyoNightStorm.png) | -|:----------------------------------------------:|:--------------------------------------------------------:| -| Tokyo Night | Tokyo Night Storm | +| :--------------------------------------------: | :------------------------------------------------------: | +| Tokyo Night | Tokyo Night Storm | ## Turntable @@ -291,29 +291,29 @@ Here you can find a preview of all the themes. Some of them may have different c | ![Playlists](Ziro/screenshots/rose-pine-moon.jpg) | ![Playlists](Ziro/screenshots/rose-pine-dawn.jpg) | | :-----------------------------------------------: | :-----------------------------------------------: | -| Moon | Dawn | +| Moon | Dawn | -| ![Playlists](Ziro/screenshots/rose-pine.jpg) | -| :-----------------------------------------------: | -| Rose-Pine | +| ![Playlists](Ziro/screenshots/rose-pine.jpg) | +| :------------------------------------------: | +| Rose-Pine | ## Flow #### Ocean -img +img #### Pink -img +img #### Silver -img +img #### Violet -img +img ### Blossom -img +img diff --git a/text/README.md b/text/README.md index b8df327..dde77b3 100644 --- a/text/README.md +++ b/text/README.md @@ -60,6 +60,10 @@ ![RosePineMoon](screenshots/RosePineMoon.png) +### RosePineDawn + +![RosePineDawn](screenshots/RosePineDawn.png) + ### Solarized ![Solarized](screenshots/Solarized.png) @@ -172,8 +176,8 @@ xpui.js_repl_8008 = ,${1}32, /* page zoom [ctrl][+] or [ctrl][-] edit width and height accordingly */ width: 135px; - /* depending on what global status bar - style is enabled height need to be + /* depending on what global status bar + style is enabled height need to be changed accordingly. */ height: 64px; } diff --git a/text/color.ini b/text/color.ini index 01564d9..8e27a47 100644 --- a/text/color.ini +++ b/text/color.ini @@ -190,6 +190,22 @@ notification-error = eb6f92 subtext = 908caa text = e0def4 +[RosePineDawn] +;https://github.com/rose-pine/rose-pine-theme +accent = d7827e +accent-active = d7827e +accent-inactive = fffaf3 +banner = d7827e +border-active = d7827e +border-inactive = f2e9e1 +header = 9893a5 +highlight = dfdad9 +main = faf4ed +notification = 286983 +notification-error = b4637a +subtext = 797593 +text = 575279 + [Solarized] ;https://github.com/altercation/solarized accent = 859900 diff --git a/text/screenshots/RosePineDawn.png b/text/screenshots/RosePineDawn.png new file mode 100644 index 0000000..4318ca8 Binary files /dev/null and b/text/screenshots/RosePineDawn.png differ