Skip to content

Instantly share code, notes, and snippets.

@DarkblooM-IO
Created July 30, 2025 13:36
Show Gist options
  • Save DarkblooM-IO/a1b114e989a41d4e631de5dd70fff49c to your computer and use it in GitHub Desktop.
Save DarkblooM-IO/a1b114e989a41d4e631de5dd70fff49c to your computer and use it in GitHub Desktop.
Nord colored theme for Nitter
/*
Nord colored theme for Nitter
Copyright (C) 2025 ÐarkbloøM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
body {
--bg_color: #3b4252;
--fg_dark: #81a1c1;
--fg_nav: var(--fg_dark);
--bg_panel: #434c5e;
--bg_elements: #434c5e;
--bg_overlays: #2e3440;
--bg_hover: var(--bg_panel);
--grey: #d8dee9;
--dark_grey: #2e3440;
--darker_grey: var(--grey);
--darkest_grey: var(--bg_panel);
--border_grey: #4c566a;
--accent: #81a1c1;
--accent_light: #5e81ac;
--accent_dark: var(--grey);
--accent_border: var(--accent);
--play_button: var(--accent);
--play_button_hover: var(--accent_light);
--more_replies_dots: var(--grey);
--error_red: #bf616a;
--verified_blue: #a3be8c;
--verified_business: #ebcb8b;
--verified_government: #b48ead;
--icon_text: var(--grey);
--tab: var(--grey);
--tab_selected: var(--accent);
--profile_stat: var(--grey);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment