Added Rio EndeavorOS theme
This commit is contained in:
parent
79ed493e34
commit
b8d15a4892
2 changed files with 26 additions and 3 deletions
|
@ -27,7 +27,7 @@ ignore_theme_selection_fg_color = false
|
||||||
performance = "Low"
|
performance = "Low"
|
||||||
|
|
||||||
# Theme
|
# Theme
|
||||||
theme = "Monokai Remastered"
|
theme = "EndeavorOS"
|
||||||
# It makes Rio look for the specified theme in the themes folder
|
# It makes Rio look for the specified theme in the themes folder
|
||||||
# (macos and linux: ~/.config/rio/themes/dracula.toml)
|
# (macos and linux: ~/.config/rio/themes/dracula.toml)
|
||||||
# (windows: C:\Users\USER\AppData\Local\rio\themes\dracula.toml)
|
# (windows: C:\Users\USER\AppData\Local\rio\themes\dracula.toml)
|
||||||
|
@ -81,6 +81,7 @@ theme = "Monokai Remastered"
|
||||||
#
|
#
|
||||||
# Example
|
# Example
|
||||||
[background]
|
[background]
|
||||||
|
mode = "Color"
|
||||||
opacity = 0.9
|
opacity = 0.9
|
||||||
#
|
#
|
||||||
# [background.image]
|
# [background.image]
|
||||||
|
@ -217,8 +218,8 @@ weight = 600
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
#
|
#
|
||||||
# [colors]
|
[colors]
|
||||||
# background = '#0F0D0E'
|
background = '#08052b'
|
||||||
# foreground = '#F9F4DA'
|
# foreground = '#F9F4DA'
|
||||||
# cursor = '#F38BA3'
|
# cursor = '#F38BA3'
|
||||||
# tabs = '#443d40'
|
# tabs = '#443d40'
|
||||||
|
|
22
term/rio/themes/EndeavorOS.toml
Normal file
22
term/rio/themes/EndeavorOS.toml
Normal 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'
|
Loading…
Reference in a new issue