Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
16a8604
remove: Keymaps and Language Features
gecgel Jul 6, 2022
aeb332f
remove: Java Properties Colors
gecgel Jul 6, 2022
b91617e
fix: String Color
gecgel Jul 6, 2022
aa7e7e4
fix: Include Color
gecgel Jul 6, 2022
589ffd0
fix: Struct Members
gecgel Jul 6, 2022
a005fb0
fix: Parameter Style
gecgel Jul 6, 2022
03400bb
fix: Parameter Color
gecgel Jul 6, 2022
4650194
fix: Number Color
gecgel Jul 6, 2022
608fc55
fix: Function Call
gecgel Jul 6, 2022
1280afa
fix: Constant Variable Color
gecgel Jul 6, 2022
09fd919
fix: Enum Values
gecgel Jul 6, 2022
e9fd099
fix: Enum Values Name
gecgel Jul 6, 2022
8b53e3a
fix: Structs, Unions and Enums
gecgel Jul 6, 2022
148c28c
fix: Constant Varible Style
gecgel Jul 6, 2022
7e5fe22
fix: Typedef Color and Style
gecgel Jul 6, 2022
d5df85e
release: 0.1.0
gecgel Jul 6, 2022
efdb8cd
add: Information on Screenshots
gecgel Jul 6, 2022
0dfab7c
fix: Rollback Manual Version Increment
gecgel Jul 6, 2022
5e3b255
0.1.0
gecgel Jul 6, 2022
52079c1
fix: Changelong
gecgel Jul 6, 2022
03fac0f
0.2.0
gecgel Jul 6, 2022
935326f
fix: Title Bar Style
gecgel Jul 8, 2022
ea32a69
fix: C++ Template Color and Style
gecgel Jul 8, 2022
f7e92c3
fix: C++ Atributes
gecgel Jul 8, 2022
24d4385
update: Change Log and Readme
gecgel Jul 8, 2022
240536f
0.3.0
gecgel Jul 8, 2022
1c936b2
fix: Readme Screenshot Information
gecgel Jul 8, 2022
affc27b
fix: C++ Parameter Types and Members Color
gecgel Jul 9, 2022
79dc132
change: Changelog
gecgel Jul 9, 2022
e0a450b
0.4.0
gecgel Jul 9, 2022
fb79eb8
fix: link to cancelled project
gecgel May 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Change Log

## 0.4.0

- Fixed color of some C++ parameter Types and Members.
- Removed unnamed colors and styles from the theme.

## 0.3.0
- Lots of fixes and java .properties file support
## 0.2.5
- Initial release, eclipse syntax colors and keymaps, macOS-like UI theme

- Fixed color and style of C++ templates.
- Using italic for C++ attributes.
- Ligther tab line color, directly taken from the original extension.

## 0.2.0

- Tweaked colors to fit Eclipse better for C.

## 0.0.2

- Removed Java Properties colors.

## 0.0.1

- Initial release with the original theme by mojo2012.
30 changes: 23 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
# Eclipse-like light theme for macOS
This is a extension that uses the **Eclipse syntax colors**. The UI theme is based on [macOS Classic](https://marketplace.visualstudio.com/items?itemName=huacnlee.theme-macos-classic)
It also contains keyboard shortcuts for eclipse (mostly for macOS) based on [Eclipse Keymap](https://marketplace.visualstudio.com/items?itemName=alphabotsec.vscode-eclipse-keybindings).
And last but not least it incorporates the java properties file support based on [Java Properties](https://marketplace.visualstudio.com/items?itemName=ithildir.java-properties).
# Just Eclipse Color Theme

Recommended font: [Liga Menlo](https://github.com/Lipfroy/Liga-Menlo)
This is a theme based on
[Eclipse-like light theme for macOS](https://marketplace.visualstudio.com/items?itemName=mojo2012.vscode-eclipse-theme),
which is an extension that uses the **Eclipse syntax colors**. The UI theme is
based on
[macOS Classic](https://marketplace.visualstudio.com/items?itemName=huacnlee.theme-macos-classic).

![Screenshot](https://raw.githubusercontent.com/mojo2012/vscode-eclipse-theme/main/resources/screenshot.png "Screenshot")
Original by mojo2012 had keymaps and some language features, which I removed.
Additionally, the theme is tweaked to be more faithful.

**Only tested and designed for the C language and C++!**

_Note: In C++ static methods and fields are italic in Eclipse. How ever this is
not possible to implement in VS Code. Thus, italic is used for attributes, which
Eclipse does not do anything about. This is a personal decision._

**Enjoy!**
![Screenshot1](https://raw.githubusercontent.com/calestialgem/vscode-eclipse-theme/main/resources/screenshot1.png "Screenshot1")

![Screenshot2](https://raw.githubusercontent.com/calestialgem/vscode-eclipse-theme/main/resources/screenshot2.png "Screenshot2")

Screenshots:

- Font: [Fira Code Nerd Font](https://www.nerdfonts.com/font-downloads)
- File Icon Theme:
[Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)

**Enjoy!**
5 changes: 0 additions & 5 deletions package-lock.json

This file was deleted.

Loading