Coder Social home page Coder Social logo

classicos-2000-theme's Introduction

ClassicOS 2000 Theme

A theme that tries to faithfully reproduce the classic look of PC operating systems at the turn of the millenium.

Includes a wide range of color schemes, some including a dark mode.

Currently this is only a GTK 2/3 theme (GTK 4 Support coming soon - some bugs need to be squashed first). You'll need to find your own widow manager theme.

Pairs well with the accompanying scalable icon theme found at https://github.com/ClassicOS-Themes/ClassicOS-2000-Icons, and the Tahoma font family.

Screenshots

Installation

Build Dependencies: sassc and meson

For Arch Linux Users, a PKGBUILD file exists at https://github.com/ClassicOS-Themes/ClassicOS-2000-Theme-PKGBUILD

By default, meson builds the ClassicOS2000 theme with the "Standard" color scheme.

Local (User) Install

meson --prefix=$HOME/.local builddir
ninja -C builddir
ninja -C builddir install

System Install

meson builddir
ninja -C builddir
ninja -C builddir install

Building other colorschemes

The Following commands will build and install the "Spruce" colorscheme to ~/.local/share/themes

meson -Dcolorscheme="spruce" -Ddark_colorscheme="spruce_dark" -Dtheme_name="ClassicOS2000-Spruce" --prefix=$HOME/.local builddir
ninja -C builddir
ninja -C builddir install

The Following commands will build and install the "98 Default" colorscheme to ~/.local/share/themes:

meson -Dcolorscheme="98/default" -Ddark_colorscheme="98/dark_mode_blue" -Dtheme_name="ClassicOS98" --prefix=$HOME/.local builddir
ninja -C builddir
ninja -C builddir install

quickbuild.sh

Running quickbuild.sh will compile all the colorschemes and install them to ~/.local/share/themes.

License

Dual Licensed: GPL-2.0+ or MIT

classicos-2000-theme's People

Contributors

classicos-themes avatar

Stargazers

 avatar

Watchers

 avatar

classicos-2000-theme's Issues

Link gtk-3.0/ to gtk-3.0

Make a (symbolic?) link at ClassicOS98-dark/gtk-3.0 to /ClassicOS98/gtk-3.0/.

In case some theme chooser or script will not make a check to verify existance or make a guess that ClassicOS98 and ClassicOS98-dark are related.

When I've made the last test, I wanted to report that ClassicOS*-dark is broken, but then I've realized that ClassicOS*-dark probably contains only gtk-2.0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.