-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from ptomato/refactor
Improvements around extensions and search
- Loading branch information
Showing
16 changed files
with
312 additions
and
296 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ SPDX-FileCopyrightText: 2022 Philip Chimento <[email protected]> | |
<style name="secondary-cursor" foreground="main_text"/> | ||
|
||
<!-- I7 core types --> | ||
<style name="inform7:plain" foreground="main_text" background="source_paper"/> | ||
<style name="inform7x:plain" foreground="main_text" background="extension_paper"/> | ||
<style name="inform7:string" foreground="quoted_text" bold="true"/> | ||
<style name="inform7:markup" foreground="text_substitution" bold="false" italic="true"/> | ||
<style name="inform7:comment" foreground="comment" bold="false" italic="true"/> | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ SPDX-FileCopyrightText: 2022 Philip Chimento <[email protected]> | |
<style name="secondary-cursor" foreground="main_text"/> | ||
|
||
<!-- I7 core types --> | ||
<style name="inform7:plain" foreground="main_text" background="source_paper"/> | ||
<style name="inform7x:plain" foreground="main_text" background="extension_paper"/> | ||
<style name="inform7:string" foreground="quoted_text" bold="true"/> | ||
<style name="inform7:markup" foreground="text_substitution" bold="false" italic="true"/> | ||
<style name="inform7:comment" foreground="comment" bold="false" italic="true"/> | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ SPDX-FileCopyrightText: 2022 Philip Chimento <[email protected]> | |
<style name="secondary-cursor" foreground="main_text"/> | ||
|
||
<!-- I7 core types --> | ||
<style name="inform7:plain" foreground="main_text" background="source_paper"/> | ||
<style name="inform7x:plain" foreground="main_text" background="extension_paper"/> | ||
<style name="inform7:string" foreground="quoted_text" bold="true"/> | ||
<style name="inform7:markup" foreground="text_substitution" bold="false" italic="true"/> | ||
<style name="inform7:comment" foreground="comment" bold="false" italic="true"/> | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,8 @@ SPDX-FileCopyrightText: 2008, 2022 Philip Chimento <[email protected]> | |
<!-- The scheme tries to look like the original macOS scheme --> | ||
|
||
<!-- Palette --> | ||
<color name="background" value="#FFFFFF"/> | ||
<color name="source_paper" value="#FFFFFF"/> | ||
<color name="extension_paper" value="#ffffe4"/> | ||
<color name="text" value="#000000"/> | ||
<color name="string" value="#004D99"/> | ||
<color name="string_markup" value="#3E9EFF"/> | ||
|
@@ -30,15 +31,15 @@ SPDX-FileCopyrightText: 2008, 2022 Philip Chimento <[email protected]> | |
<color name="i6_escape" value="#66664C"/> | ||
|
||
<!-- GtkSourceView appearance styles--> | ||
<style name="text" foreground="text" background="background"/> | ||
<style name="text" foreground="text" background="source_paper"/> | ||
<style name="bracket-match" bold="true"/> | ||
<style name="bracket-mismatch" foreground="background" background="error" bold="true"/> | ||
<style name="bracket-mismatch" foreground="source_paper" background="error" bold="true"/> | ||
<style name="search-match" foreground="text" background="highlight"/> | ||
<style name="cursor" foreground="text"/> | ||
<style name="secondary-cursor" foreground="text"/> | ||
|
||
<!-- I7 core types --> | ||
<style name="inform7:plain" foreground="text" background="background"/> | ||
<style name="inform7x:plain" foreground="text" background="extension_paper"/> | ||
<style name="inform7:string" foreground="string" bold="true"/> | ||
<style name="inform7:markup" foreground="string_markup" bold="false" italic="true"/> | ||
<style name="inform7:comment" foreground="comment" bold="false" italic="true"/> | ||
|
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
Oops, something went wrong.