diff --git a/term/rio/config.toml b/term/rio/config.toml index ce8e081..2de6c46 100644 --- a/term/rio/config.toml +++ b/term/rio/config.toml @@ -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' diff --git a/term/rio/themes/EndeavorOS.toml b/term/rio/themes/EndeavorOS.toml new file mode 100644 index 0000000..d267869 --- /dev/null +++ b/term/rio/themes/EndeavorOS.toml @@ -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'