All Projects → 3r3bu5x9 → Prismatic-Night

3r3bu5x9 / Prismatic-Night

Licence: GPL-3.0 license
A dark themed startpage and dark themes for Firefox and Linux inspired by Material design and Adapta.

Programming Languages

CSS
56736 projects
HTML
75241 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Prismatic-Night

Prismatic Night
A dark themed startpage and dark themes for Firefox and Linux inspired by Material design and Adapta.
Stars: ✭ 223 (-22.3%)
Mutual labels:  firefox, dark-theme, icons
Quantum Nox Firefox Dark Full Theme
These usercontent and userchrome files will give a full themed dark color to Firefox Quantum, menus and dialogs included, as well as the scrollbars. You can also use the JS files to enable multirow tabs and other functions.
Stars: ✭ 328 (+14.29%)
Mutual labels:  firefox, dark-theme
Firefox-UI-customization
Changing Firefox UI with custom CSS
Stars: ✭ 27 (-90.59%)
Mutual labels:  firefox, userchrome
Flyingfox
An opinionated set of configurations for firefox.
Stars: ✭ 669 (+133.1%)
Mutual labels:  firefox, icons
firefox-i3wm-theme
i3 and qutebrowser inspired theme for firefox
Stars: ✭ 72 (-74.91%)
Mutual labels:  firefox, userchrome
nord-firefox
A Nord theme (userChrome.css) for firefox
Stars: ✭ 26 (-90.94%)
Mutual labels:  firefox, userchrome
Github Dark
🔦 GitHub Dark - Browse GitHub in nighttime mode.
Stars: ✭ 555 (+93.38%)
Mutual labels:  firefox, dark-theme
Notion Icons 2.0
Create a more vibrant and modern workspace. Use Github Issues to request more Icons.
Stars: ✭ 93 (-67.6%)
Mutual labels:  dark-theme, icons
Firefox Uwp Style
MDL2 Theme for Firefox
Stars: ✭ 96 (-66.55%)
Mutual labels:  firefox, dark-theme
Materialfox
A Material Design-inspired userChrome.css theme for Firefox
Stars: ✭ 1,690 (+488.85%)
Mutual labels:  firefox, userchrome
Discord Panel
📊 User friendly dashboard/tool for discord bot developpers to manage servers
Stars: ✭ 116 (-59.58%)
Mutual labels:  firefox, dark-theme
FirefoxW10ContextMenus
Emulates the Windows 10 context menus in Firefox.
Stars: ✭ 103 (-64.11%)
Mutual labels:  firefox, userchrome
MaterialFox-BigSur
A cleaner, more refined userChrome.css theme for Firefox—forked from MaterialFox
Stars: ✭ 62 (-78.4%)
Mutual labels:  firefox, userchrome
FirefoxTaskMonitor
Show CPU & memory bar, per tab and all tasks. Firefox userChrome script. 🛠️📊
Stars: ✭ 16 (-94.43%)
Mutual labels:  firefox, userchrome
MinimalistMaterialFox
A Material Design-inspired userChrome.css theme for Firefox, with tweaks to make the UX as optimal and minimal as possible
Stars: ✭ 38 (-86.76%)
Mutual labels:  firefox, userchrome
Awesome Meta And Manifest
⚡ Awesome collection of meta tags & manifest properties.
Stars: ✭ 499 (+73.87%)
Mutual labels:  firefox, icons
hexagonTab
Hexagon bookmarks accented with a chosen colour. Customise the layout, style, background and bookmarks with hexagonTab.
Stars: ✭ 65 (-77.35%)
Mutual labels:  dark-theme, startpage
Login-Register-Template
Login - Register Example page | Dark Template
Stars: ✭ 83 (-71.08%)
Mutual labels:  dark-theme, icons
Owl
A Mozilla Firefox add-on to make online reading comfortable.
Stars: ✭ 58 (-79.79%)
Mutual labels:  firefox, dark-theme
Firefox Gnome Theme
A theme for Firefox 57+ matching GNOME Adwaita.
Stars: ✭ 179 (-37.63%)
Mutual labels:  firefox, dark-theme

Prismatic-Night

If you're seeing something unexpected OR the result doesn't match the screenshots OR you want me to add new features to the startpage OR you need help in modifing the existing files, click on this to open an issue and I'll try to solve it. Post a screenshot of the problem, your current OS as well as the version of firefox you're using.

About the Startpage

The Startpage is hosted using github-pages. Click here to see the live preview. The Startpage currently supports searching with DuckDuckgo and Google. Click on the search engine logo image to toggle the search engine.

engine

Table of Contents

│── Instructions
│   │── Firefox theme
│   │   │── Setting the userchrome
│   │   │── Setting the startpage as the Home page
│   │   └── Setting the startpage as the New Tab page
│   │── Openbox theme
│   │── Tint2 theme
│   │── Folder and systray icons
│   │── Geany colorscheme
│   └── Zathura
└── Screenshots

Instructions

Firefox theme

(tested in Firefox 80.0)

Setting the userchrome

Place the chrome dir in ~/.mozilla/firefox/PROFILE/ to use them. You can get the location of your PROFILE dir in about:profiles (type this in the address bar in your browser).

If you are using FF 69+ you need to enable this first: about:config > toolkit.legacyUserProfileCustomizations.stylesheets > true

Also, set the UI density to compact.

Right-click on tabs bar/nav bar > Customize.. > Density > Compact

uidensity

Important: see userChrome.css

patches

The userchrome is divided into various "patch files" so that it will be easier to add/ edit the different bits.

Lines 11 and 12 contains two nav bar access methods(use any one at once, i.e. uncomment line 11 or 12. If one of them is uncommented the other must be commented):

Hover access

hover

This is the default access method. Just hover on the tab area with your cursor to access the nav bar and other stuff.

Ctrl+L access

ctrlL

If this is uncommented, you need to press Ctrl+L to access the url bar and other stuff. I prefer this mode as I find the access on hover a little annoying. So i've included it too.(previously this was the default mode but some people who weren't aware of the Ctrl+L feature was having problem. So i decided to make this optional and the access on hover default).

If you want the nav bar to remain unhidden, comment both lines 11 and 12.

BONUS: uncomment line 8 to put the tabs in the bottom.

Setting the startpage as the Home page

Copy the startpage dir to ~/.mozilla/firefox/PROFILE/ just like above. Right click on the index.html from the startpage dir and open with firefox. Now copy the location of the file from the address bar. It looks like this: file:///home/debasis/.mozilla/firefox/sawjo289.default-esr/startpage/index.html. Open preferences > Home from the hamburger menu, select custom URLs and paste the address like so:

prefs

Restart firefox.

Setting the startpage as the New Tab page

In the older firefox versions this step was very easy and straight forward but now it's a bit complicated. But fortunately if you follow these steps it will be quite easy(credit/for windows):

  • Open the firefox/newtab/ dir in your file manager. It contains local-settings.js and mozilla.cfg.
  • Open mozilla.cfg in any text editor. It looks like this:

prefs

  • In line 7 paste the address of the index.html(see previous section) in the double quotes. Save and close the file.

  • Open your terminal and cd into firefox/newtab/ (location of local-settings.js and mozilla.cfg).

  • Now run the following commands as root user:

sudo cp mozilla.cfg /usr/lib/firefox/
sudo cp local-settings.js /usr/lib/firefox/defaults/pref/

setpage

  • Restart firefox (Done!).

Openbox theme

Copy the Prismatic-Night dir from dots/openbox dir to ~/.themes/ or /usr/share/themes/ to use it and select the theme with your Openbox Configuration Manager.

Tint2 theme

Copy the contents of the dots/tint2(or tint2-alt) dir to ~/.config/tint2/ and select the theme with your tint2 gui editor/ theme selector. Do not forget to put the correct path of the icons in your tint2rc otherwise the icons wont appear(change it to your username in /home/USERNAME/.config/tint2/icons/icon.png).

Folder and systray icons

If ur using Nemo or any fork of Nautilus as your file manager, u can directly select the icons through right-click menu -> properties after selecting a folder. For other file managers u have to replace the icons of ur icon theme with the ones here. You can also replace the icons of any icon pack with my icons. For the systray icons copy the contents to for example /usr/share/icons/Papirus/16x16/panel and replace the icons. Then restart session.

Geany colorscheme

Copy the dots/geany/Prismatic-Night.conf to ~/.config/geany/colorschemes.

Zathura

Copy the dots/zathura dir to ~/.config/


Screenshots

  1. Firefox, tint2

firefox

  1. 128x128 folder designs

folders

  1. ncmpcpp, xfce4-notify

ncmpcpp

  1. Geany, urxvt, nemo

all

  1. Zathura

zathura

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].