Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Dec 22, 2024
1 parent 40fc74c commit d083438
Show file tree
Hide file tree
Showing 310 changed files with 25,985 additions and 6,103 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
LICENSE
=======

Base16 for Geany is released under the MIT License:
Tinted Geany is released under the MIT License:

> Copyright (C) 2013 [Rob Loach](http://robloach.net)
> Copyright (C) 2024 [Rob Loach](http://robloach.net)
>
> Permission is hereby granted, free of charge, to any person obtaining
> a copy of this software and associated documentation files (the
Expand Down
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
default:
@rm -rf base16-builder
@git clone https://github.com/chriskempson/base16-builder.git
@base16-builder/base16
@rm -f *.conf
@cp -f base16-builder/output/geany/* .
tinted-builder-rust build .

.PHONY: default
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[Geany](http://geany.org) is a text editor using the GTK2 toolkit with basic
features of an integrated development environment. This is a
[Base16](https://github.com/chriskempson/base16) color scheme for it, built using the [Base16 Builder](https://github.com/chriskempson/base16-builder).
[Tinted](https://github.com/tinted-theming/home) Base16 scheme for it, built using the [Tinted Builder Rust](https://github.com/tinted-theming/tinted-builder-rust).

![Base16 Default Dark](https://raw.github.com/robloach/base16-geany/master/base16-default.dark.png)
![Base16 Default Dark](screenshot.png)


## Installation
Expand All @@ -16,23 +16,20 @@ features of an integrated development environment. This is a
## Building

1. Download the Geany scheme
```
git clone https://github.com/RobLoach/base16-geany.git
cd base16-geany
```bash
git clone https://github.com/RobLoach/tinted-geany.git
cd tinted-geany
```

2. Update it accordingly
```
make
```
2. Install [tinted-builder-rust](https://github.com/tinted-theming/tinted-builder-rust)

## Contributing

Pull requests can be made against [Base16 Builder](http://github.com/chriskempson/base16-builder).
Feel free to communicate in the [Base16 for Geany issue queue](https://github.com/RobLoach/base16-geany/issues)
about any new additions.
3. Run it...
```bash
tinted-builder-rust sync
tinted-builder-rust build .
```


## License

Base16 for Geany is licensed under the [MIT License](https://github.com/robloach/base16-geany/blob/master/LICENSE.md)
[MIT License](https://github.com/robloach/base16-geany/blob/master/LICENSE.md)
122 changes: 0 additions & 122 deletions base16-3024.light.conf

This file was deleted.

122 changes: 0 additions & 122 deletions base16-apathy.dark.conf

This file was deleted.

Loading

0 comments on commit d083438

Please sign in to comment.