Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
built
!built/theme_dark.json
!built/theme_light.json
!built/theme_light.json
43 changes: 43 additions & 0 deletions data/solarized-dark/Preset.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
slug = "solarized-dark"
name = "Solarized Dark"
creator = "CrystalENVT"
description = "Solarized Dark theme for Revolt."

[variables]
light = false
accent = "#d33682"
background = "#002b36"
foreground = "#fdf6e3"

block = "#2D2D2D"
message-box = "#073642"
mention = "d33682"

success = "#859900"
warning = "#cb4b16"
error = "#dc322f"
hover = "rgba(0, 0, 0, 0.1)"

[variables.scrollbar]
thumb = "#268bd2"
track = "transparent"

[variables.primary]
background = "#002b36"
header = "#2aa198"

[variables.secondary]
background = "#073642"
foreground = "#eee8d5"
header = "#268bd2"

[variables.tertiary]
background = "#586e75"
foreground = "#93a1a1"

[variables.status]
online = "#859900"
away = "#b58900"
busy = "#dc322f"
streaming = "#6c71c4"
invisible = "#93a1a1"