-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
landing page refactoring & Stylesheet class
- Loading branch information
1 parent
c37d3a5
commit e51e8ce
Showing
6 changed files
with
140 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
" | ||
SKStylesheet provides access to common stylistic properties, e.g. primary and secondary colors. | ||
" | ||
Class { | ||
#name : #SKStylesheet, | ||
#superclass : #Object, | ||
#category : #'SqueakKara-Core', | ||
#'squeak_changestamp' : 'LK 7/4/2024 19:13' | ||
} | ||
|
||
{ | ||
#category : #colors, | ||
#'squeak_changestamp' : 'LK 7/4/2024 19:11' | ||
} | ||
SKStylesheet class >> primaryColor [ | ||
|
||
^ Color lightGreen lighter | ||
] | ||
|
||
{ | ||
#category : #colors, | ||
#'squeak_changestamp' : 'LK 7/4/2024 19:12' | ||
} | ||
SKStylesheet class >> secondaryColor [ | ||
|
||
^ Color gray lighter | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
" | ||
SKStylesheet provides access to common stylistic properties, e.g. primary and secondary colors. | ||
" | ||
Class { | ||
#name : #SKStylesheet, | ||
#superclass : #Object, | ||
#category : #'SqueakKara-Core', | ||
#'squeak_changestamp' : 'LK 7/4/2024 19:13' | ||
} | ||
|
||
{ | ||
#category : #colors, | ||
#'squeak_changestamp' : 'LK 7/4/2024 19:11' | ||
} | ||
SKStylesheet class >> primaryColor [ | ||
|
||
^ Color lightGreen lighter | ||
] | ||
|
||
{ | ||
#category : #colors, | ||
#'squeak_changestamp' : 'LK 7/4/2024 19:12' | ||
} | ||
SKStylesheet class >> secondaryColor [ | ||
|
||
^ Color gray lighter | ||
] |