All Projects β†’ jenkinsci β†’ dark-theme-plugin

jenkinsci / dark-theme-plugin

Licence: MIT license
Jenkins Dark Theme

Programming Languages

SCSS
7915 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to dark-theme-plugin

repo-card
😎 showcase repositories on your website 🀘!
Stars: ✭ 141 (+120.31%)
Mutual labels:  dark-theme, themes
Code Resume
Build your own Resume πŸ“– in seconds
Stars: ✭ 271 (+323.44%)
Mutual labels:  dark-theme, themes
blender pro-theme
Dark Appearance for Blender 2.8
Stars: ✭ 71 (+10.94%)
Mutual labels:  dark-theme, themes
dark
πŸŒ› Dark themes / mode for Rambox, Franz or Ferdi messaging services
Stars: ✭ 93 (+45.31%)
Mutual labels:  dark-theme, themes
Next Themes
Perfect Next.js dark mode in 2 lines of code. Support System preference and any other theme with no flashing
Stars: ✭ 803 (+1154.69%)
Mutual labels:  dark-theme, themes
vscode-theme-dark-blood
🎨 VSCode Theme: Dark Blood
Stars: ✭ 15 (-76.56%)
Mutual labels:  dark-theme, themes
Nova-Dark-Theme
A dark theme for Laravel Nova
Stars: ✭ 72 (+12.5%)
Mutual labels:  dark-theme, themes
FastDarkTheme
Experiment with dark themes based on popular apps.
Stars: ✭ 47 (-26.56%)
Mutual labels:  dark-theme, themes
theme-collection
A collection of themes for Node-RED
Stars: ✭ 43 (-32.81%)
Mutual labels:  dark-theme, themes
Darkness
Dark Themes for Popular Websites
Stars: ✭ 467 (+629.69%)
Mutual labels:  dark-theme, themes
Color Studio
It is too hard to build coherent and accessible themes with the right colors. This should help.
Stars: ✭ 289 (+351.56%)
Mutual labels:  dark-theme, themes
Simple Theme Plugin
A simple theme plugin for Jenkins
Stars: ✭ 45 (-29.69%)
Mutual labels:  jenkins, themes
Aura Theme
πŸ’…β€A beautiful dark theme for your favorite apps.
Stars: ✭ 159 (+148.44%)
Mutual labels:  dark-theme, themes
NumericUpDownLib
Implements numeric up down WPF controls to edit/display values (byte, integer, short, ushort etc.) with a textbox and optional up/down arrow (repeat) buttons. Value editing is possible by dragging the mouse vertically/horizontally, clicking up/down buttons, using up/down or left right cursor keys, spinning mousewheel on mouseover, or editing th…
Stars: ✭ 68 (+6.25%)
Mutual labels:  dark-theme, themes
jenkins
A supercharged version of Jenkins for Docker.
Stars: ✭ 33 (-48.44%)
Mutual labels:  jenkins
wluma
Automatic brightness adjustment based on screen contents and ALS
Stars: ✭ 290 (+353.13%)
Mutual labels:  dark-theme
jenkins kube brains
Example scripts to run Kubernetes on your private VMs. This is to support of Loren and my KubeCon 2018 talk "Migrating Jenkins to Kubernetes broke our brains." https://sched.co/GrSh
Stars: ✭ 34 (-46.87%)
Mutual labels:  jenkins
drupalci-sonar-jenkins
DEPRECATED - Drupal CI environment with SonarQube and Jenkins for Drupal Core code analysis.
Stars: ✭ 40 (-37.5%)
Mutual labels:  jenkins
windows-container
Docker files for various Windows Container build
Stars: ✭ 30 (-53.12%)
Mutual labels:  jenkins
charmed-dark-xcode-theme
A charming and colorful dark theme for Xcode 🌈.
Stars: ✭ 172 (+168.75%)
Mutual labels:  dark-theme

Dark Theme for Jenkins

Build Status Gitter Changelog Jenkins Plugin Jenkins Plugin Installs

This repository contains a dark theme for Jenkins.

Usage

Installing via Jenkins update center

To install this theme search for 'Dark theme' in your Jenkins update center.

Then go to the "Configure System" page, search for 'Built-in Themes' and select 'Dark (Respect OS/Browser system setting)'

or with the configuration-as-code plugin:

unclassified:
  themeManager:
    disableUserThemes: true
    theme: "darkSystem" # use 'dark' for forcing the dark theme regardless of OS settings

Users can configure the theme from their user profile page, see the theme-manager documentation, for more information.

Simple theme plugin

If you can't install this plugin for some reason you can use the Simple Theme Plugin.

See the plugin documentation for theme installation guidelines.

Note: replace 'tag-name' with the latest released version: GitHub release

The CSS URLs are:

https://cdn.jsdelivr.net/gh/jenkinsci/dark-theme@<tag-name>/src/main/resources/io/jenkins/plugins/darktheme/theme.css
https://cdn.jsdelivr.net/gh/jenkinsci/dark-theme@<tag-name>/src/main/resources/io/jenkins/plugins/darktheme/theme-system.css
  • theme.css - forces dark theme for all users
  • theme-system.css - respects users system setting for dark / light mode, in most cases this is the theme you should be using

or with the configuration-as-code plugin:

unclassified:
  simple-theme-plugin:
    elements:
      - cssUrl:
          url: "https://cdn.jsdelivr.net/gh/jenkinsci/dark-theme@<tag-name>/theme-system.css"
          #url: "https://cdn.jsdelivr.net/gh/jenkinsci/dark-theme@<tag-name>/theme.css"

Screenshots

Main screen:

Main screen

Build console:

Build console log

Browser compatibility

The theme should be compatible with all modern browsers.

No version of IE will be supported.

Jenkins compatibility

This project is in active development and needs a recent version of Jenkins.

We will do our best to not break new versions of the theme against older supported versions of Jenkins.

To be safe you should use our published releases instead of relying on the master branch

References

Contributing

Any contributions to the dark theme and compatibility are welcome! See CONTRIBUTING.md for the contribution guidelines. And thanks to all contributors!

References

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].