All Projects → estebanlm → themes

estebanlm / themes

Licence: MIT License
A repository for alternative Pharo themes

Programming Languages

smalltalk
420 projects
HTML
75241 projects

Projects that are alternatives of or similar to themes

sparta
Sparta is a canvas on top of Skia.
Stars: ✭ 28 (+55.56%)
Mutual labels:  pharo
glorp
Generic Lightweight Object Relational Persistence
Stars: ✭ 15 (-16.67%)
Mutual labels:  pharo
Grease
The Grease Portability Library
Stars: ✭ 12 (-33.33%)
Mutual labels:  pharo
Teapot
Teapot micro web framework for Pharo Smalltalk
Stars: ✭ 86 (+377.78%)
Mutual labels:  pharo
NeoConsole
NeoConsole offers a command line (REPL) interface to a Pharo image, as well as other tools.
Stars: ✭ 22 (+22.22%)
Mutual labels:  pharo
Fog
Pharo Ethereum Driver
Stars: ✭ 19 (+5.56%)
Mutual labels:  pharo
Gratch
Block-style programming environment for tackling graph structure and graph algorithm, based on MIT Scratch.
Stars: ✭ 15 (-16.67%)
Mutual labels:  pharo
libtensorflow-pharo-bindings
TensorFlow library bindings for Pharo
Stars: ✭ 30 (+66.67%)
Mutual labels:  pharo
Moose
MOOSE - Platform for software and data analysis.
Stars: ✭ 110 (+511.11%)
Mutual labels:  pharo
NeoCSV
NeoCSV is an elegant and efficient standalone Smalltalk framework to read and write CSV converting to or from Smalltalk objects.
Stars: ✭ 20 (+11.11%)
Mutual labels:  pharo
heysql
Sql-based orm based on smalltalk reflection ideas
Stars: ✭ 19 (+5.56%)
Mutual labels:  pharo
metacello
Metacello is a package management system for Smalltalk
Stars: ✭ 79 (+338.89%)
Mutual labels:  pharo
NEAT
NEAT implementation in Pharo
Stars: ✭ 16 (-11.11%)
Mutual labels:  pharo
gt4gemstone-old
The Glamorous Toolkit for remote work with Gemstone/S
Stars: ✭ 14 (-22.22%)
Mutual labels:  pharo
Buoy
A complement to Pharo
Stars: ✭ 18 (+0%)
Mutual labels:  pharo
iPharo
Pharo Smaltalk kernel for Jupyter
Stars: ✭ 32 (+77.78%)
Mutual labels:  pharo
Moose2Model
A software exploration tool to support developers during their work
Stars: ✭ 12 (-33.33%)
Mutual labels:  pharo
RenoirSt
A DSL enabling programmatic cascading style sheet generation for Pharo Smalltalk
Stars: ✭ 19 (+5.56%)
Mutual labels:  pharo
fari.sh
fari.sh — fresh, ready-to-hack Pharo images
Stars: ✭ 12 (-33.33%)
Mutual labels:  pharo
Microdown
Microdown is a cleaned and simpler markdown but with more powerful features such as extensions.
Stars: ✭ 26 (+44.44%)
Mutual labels:  pharo

Themes

A repository for alternative Pharo themes.

I keep here some themes I use in different context (for the moment just one, but they can be others in the future).

Dark Metal

I didn't find a better name for this one ;)

Pharo will look like this:

Desktop Screenshot

But actually, I made this for another of my projects, the MUDClient, which looks like this:

MUDClient ScreenShot

How to install

Metacello new 
	repository: 'github://estebanlm/themes/mc';
	baseline: 'Themes';
	load.
		
DarkMetalTheme beCurrent.
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].