Giter VIP home page Giter VIP logo

pharo3dawntheme's Introduction

Pharo3DawnTheme

Pharo3DawnTheme is a dark, Sublime-inspired theme for Pharo 3 by Sebastian Sastre, based on Esteban Lorenzano's Pharo3DarkTheme.

I have updated the installation instructions to work with Pharo 4.0 and that is all I have done.

-- Siemen Baader

##Screenshot

Pharo 3 Dawn Theme Screenshot

##Installation instructions for Pharo 4.0

If your Pharo isn't able to do github already:

    Gofer new 
        url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main';
        configurationOf: 'GitFileTree'; 
        loadStable.

Then:

    | repo |
    
    repo := MCFileTreeGitRepository fromZnUrl: (ZnUrl fromString: 'gitfiletree://github.com/siemenbaader/Pharo3DawnTheme.git?protocol=https&dir=src&branch=master').
    Gofer it
		repository: repo;
		package: 'Pharo3DawnTheme';
		load.
	
	(Smalltalk at: #Pharo3DawnTheme) installFullTheme.

###*Pharo Smalltalk Getting a fresh Pharo Smalltalk image and its virtual machine is as easy as running in your terminal:

wget -O- get.pharo.org/40+vm | bash

MIT - License

2014 - sebastian

o/

pharo3dawntheme's People

Contributors

siemenbaader avatar

Watchers

 avatar James Cloos avatar

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.