I use Green-Submarine theme on MATE, and wanted to make websites that suit the look of my desktop.
4get olive theme for Green-Submarine MATE theme by laki

Details
Authorlaki
LicenseNo License
Category4get
Created
Updated
Code size928 B
Code checksum8faad3c2
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 4get olive theme for Green-Submarine MATE theme
@version 20250413.16.21
@namespace https://userstyles.world/user/laki
@author laki
==/UserStyle== */
@-moz-document url-prefix("https://4get.bloat.cat/") {
:root {
/* background */
--1d2021: #1e2a24; /* Darker shade for background */
--282828: #2f3b32; /* Slightly lighter shade */
--3c3836: #4a6b54; /* Olive green variant */
--504945: #6b8e6f; /* Lighter olive green */
/* font */
--928374: #4a7a5a; /* Text color */
--a89984: #7a9f8c; /* Soft greenish tone */
--bdae93: #a3c1b0; /* Light green */
--8ec07c: #5db6e1; /* Accent color */
--ebdbb2: #c1e3d6; /* Very light green */
/* code highlighter */
--comment: #a0c0b4; /* Light comment color */
--default: #35563D; /* Main color */
--keyword: #4a7a5a; /* Keyword color */
--string: #7a9f8c; /* String color */
}
}