Added Rio EndeavorOS theme

This commit is contained in:
GaspardCulis 2023-10-10 11:26:05 +02:00
parent 79ed493e34
commit b8d15a4892
2 changed files with 26 additions and 3 deletions

View file

@ -27,7 +27,7 @@ ignore_theme_selection_fg_color = false
performance = "Low"
# Theme
theme = "Monokai Remastered"
theme = "EndeavorOS"
# It makes Rio look for the specified theme in the themes folder
# (macos and linux: ~/.config/rio/themes/dracula.toml)
# (windows: C:\Users\USER\AppData\Local\rio\themes\dracula.toml)
@ -81,6 +81,7 @@ theme = "Monokai Remastered"
#
# Example
[background]
mode = "Color"
opacity = 0.9
#
# [background.image]
@ -217,8 +218,8 @@ weight = 600
#
# Example:
#
# [colors]
# background = '#0F0D0E'
[colors]
background = '#08052b'
# foreground = '#F9F4DA'
# cursor = '#F38BA3'
# tabs = '#443d40'

View file

@ -0,0 +1,22 @@
[colors]
background = '#08052b'
foreground = '#d9d9d9'
selection-background = '#343434'
selection-foreground = '#ffffff'
cursor = '#fc971f'
black = '#1a1a1a'
red = '#f4005f'
green = '#98e024'
yellow = '#fd971f'
blue = '#7fbaff'
magenta = '#f4005f'
cyan = '#58d1eb'
white = '#c4c5b5'
light_black = '#625e4c'
light_red = '#f4005f'
light_green = '#98e024'
light_yellow = '#e0d561'
light_blue = '#9d65ff'
light_magenta = '#f4005f'
light_cyan = '#58d1eb'
light_white = '#f6f6ef'