Skip to content

Commit

Permalink
Updated Colors, Readme and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
M0n7y5 committed Aug 13, 2020
1 parent 8c468a6 commit 0bf548b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@
Custom Beef IDE theme
![](img/screen.png)

# Works only with latest nightly build of IDE!

# Installation
- TODO
1. Just download zip from Releases page
2. Unzip it and copy it to `C:\Program Files\BeefLang\bin\themes` (create folder `themes` if its needed)
3. Write theme name in theme settings

![](img/settings.png)

4. Hit Apply button
5. Profit
Binary file modified img/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions psd/theme.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[Colors]
Text = 0xFFFFFFFF
Window = 0xFF343434
Background = 0xFF343434
SelectedOutline = 0xFF00FF00
Background = 0xFF282828
SelectedOutline = 0xFF00a8ec
MenuFocused = 0xFFFFA000
MenuSelected = 0xFFFF0000
Code = 0xFFB98AFF
Keyword = 0xFF569cd6
Literal = 0xFFd69D85
Identifier = 0xFFdcdcdc
Type = 0xFF66D9EF
Type = 0xFF4ec9b0
Interface = 0xFF66D9EF
Comment = 0xFF80966C
Method = 0xFFDBDB95
TypeRef = 0xFF4ec9b0
Namespace = 0xFFAAAAAA
DisassemblyText = 0xFFB0B0B0
DisassemblyFileName = 0XFFFF0000
Expand Down

0 comments on commit 0bf548b

Please sign in to comment.