• Stars
    star
    347
  • Rank 122,141 (Top 3 %)
  • Language
    CSS
  • Created almost 3 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

❄️ A dark theme for firefox theme created using the awesome Nord color palette.

Screenshot of the theme

Description

A dark theme for firefox created using the awesome Nord color palette.

Installation

Installation script

git clone https://github.com/EliverLara/firefox-nordic-theme && cd firefox-nordic-theme
./scripts/install.sh

Script options

  • -f <firefox_folder> optional

    • Set custom Firefox folder path, for example ~/.mozilla/icecat/.
    • Default: ~/.mozilla/firefox/
  • -p <profile_folder> optional

    • Set custom profile folder name, for example e0j6yb0p.default-nightly
    • Default: *.default (standard default profile)
  • -g optional

    • Auto enable GNOMISH extra features hide-single-tab.css & matching-autocomplete-width.css

Manual installation

  1. Go to about:support in Firefox.

  2. Application Basics > Profile Directory > Open Directory.

  3. Open directory in a terminal.

  4. Create a chrome directory if it doesn't exist.

    mkdir -p chrome
    cd chrome
  5. Clone this repo to a subdirectory:

    git clone https://github.com/EliverLara/firefox-nordic-theme.git
  6. Create single-line user CSS files if non-existent or empty (at least one line is needed for sed):

    [[ -s userChrome.css ]] || echo >> userChrome.css
  7. Import this theme at the beginning of the CSS files (all @imports must come before any existing @namespace declarations):

    sed -i '1s/^/@import "firefox-nordic-theme\/userChrome.css";\n/' userChrome.css
  8. Symlink preferences file:

    ln -s chrome/firefox-nordic-theme/configuration/user.js ../user.js
  9. Restart Firefox.

  10. Be happy with your new nordish Firefox.

Uninstalling

  1. Go to your firefox profile folder. (Go to about:support in Firefox > Application Basics > Profile Directory > Open Directory)

  2. Remove the chrome folder.

Enabling optional features

Open chrome/firefox-nordic-theme/userChrome.css with a text editor and follow instructions to enable extra features. Keep in mind this file might change in future versions and your configuration will be lost. You can copy the @imports you want to enable to a new file named customChrome.css directly in your chrome/firefox-nordic-theme directory if you want it to survive updates. Remember all @imports must be at the top of the file, before other statements.

Alternatively you can run installation script with -g flag to auto install GNOMISH features.

./scripts/install.sh -g

Known bugs

CSD have sharp corners

See upstream bug.

Icons color broken with system-icons.css

Icons might appear black where they should be white on some systems. I have no idea why, but you can adjust them directly in the system-icons.css file, look for --gnome-icons-hack-filter & --gnome-window-icons-hack-filter vars and play with css filters.

Development

If you wanna mess around the styles and change something, you might find these things useful.

To use the Inspector to debug the UI, open the developer tools (F12) on any page, go to options, check both of those:

  • Enable browser chrome and add-on debugging toolboxes
  • Enable remote debugging

Now you can close those tools and press Ctrl+Alt+Shift+I to Inspect the browser UI.

Also you can inspect any GTK3 application, for example type this into a terminal and it will run Epiphany with the GTK Inspector, so you can check the CSS styles of its elements too.

GTK_DEBUG=interactive epiphany

Credits

Based on the awesome gnome theme by Rafael Mardojai CM

More Repositories

1

Nordic

❄️ Dark Gtk3.20+ theme created using the awesome Nord color pallete.
CSS
2,254
star
2

Sweet

Light and dark colorful Gtk3.20+ theme
CSS
1,418
star
3

terminator-themes

🤘 The biggest collection of themes for Terminator terminal.
JavaScript
1,131
star
4

candy-icons

🍭 Sweet gradient icons
1,051
star
5

Ant

🐜 A flat and light theme with a modern look
CSS
819
star
6

firefox-sweet-theme

🍬 A dark and modern theme for firefox with vibrant colors
CSS
717
star
7

Juno

GTK themes inspired by epic vscode themes
CSS
447
star
8

Andromeda

🚀 Dark theme for vscode
379
star
9

Sweet-kde

Plasma desktop theme port of my Gtk theme
209
star
10

Sweet-folders

201
star
11

Nordic-Polar

CSS
160
star
12

Kripton

A dark theme with flat style for GNOME
CSS
126
star
13

Otis

An elegant dark theme for gnome
CSS
83
star
14

Nordic-kde

Dark theme for plasma created using the awesome Nord color palette
77
star
15

snow

Light Gtk theme with some gradients
CSS
71
star
16

Kimi

CSS
62
star
17

sweet-vscode

A dark and modern theme for vscode
55
star
18

Ant-Nebula

Nebula variant of the Ant theme
CSS
54
star
19

Ant-Bloody

Bloody variant of the Ant theme
CSS
43
star
20

sweet-vscode-icons

A colorful icon set for vscode
39
star
21

Andromeda-KDE

QML
38
star
22

hyper-sweet

A dark and modern theme for hyper terminal
JavaScript
28
star
23

juicy-syntax

🎨 A syntax theme for atom text editor
CSS
25
star
24

Space

An elegant dark/light theme for Gnome
CSS
21
star
25

Mars

👽 An elegant and flavored dark theme for vs code
JavaScript
21
star
26

Andromeda-gtk

CSS
20
star
27

hyper-bloody

⚡ A bloody theme for hyper
JavaScript
19
star
28

Shades-of-purple-gtk

CSS
11
star
29

Antrax

💀 CLI tool for updating vim pathogen stuff.
JavaScript
7
star
30

folder-colors

Simple script to generate custom folders icon
JavaScript
6
star
31

dotfiles

Shell
3
star
32

mlinks

Create multiple links to the same target
JavaScript
2
star
33

messenger-bot

Simple messenger bot
JavaScript
1
star
34

functional-js

JavaScript
1
star