為Xcode自定義主題

2021-06-07 22:27:08 字數 2482 閱讀 9170

我們知道,在xcode的/developer/library/privateframework/xcodeedit.framework/resources目錄下預設有幾個主題,如下:

但是這些預設的主題可能不是我們所喜歡和熟悉使用的,如果你想定製自己的主題,在這個目錄下面放置自己定義的主題配置檔案即可。 

這些配置檔案的字尾名字為*.xccolortheme並且是用標準的xml格式寫的。 

下面是我們自己配置的主題效果圖: 

配置檔案的內容如下: 

<?xml version="1.0" encoding="utf-8"?>

colors

background

0.071 0.071 0.063

insertionpoint

0.973 0.973 0.941

selection

0.725 0.769 0.561

xcode.syntax.attribute

0.651 0.886 0.180

xcode.syntax.character

1.000 1.000 0.400

xcode.syntax.comment

0.459 0.443 0.369

xcode.syntax.comment.doc

0.459 0.443 0.369

xcode.syntax.comment.doc.keyword

0.459 0.443 0.369

xcode.syntax.identifier.class

0.263 0.631 0.529

xcode.syntax.identifier.class.system

0.110 0.631 1.000

xcode.syntax.identifier.constant

0.263 0.631 0.529

xcode.syntax.identifier.constant.system

0.251 0.631 0.529

xcode.syntax.identifier.function

0.651 0.886 0.180

xcode.syntax.identifier.function.system

0.651 0.886 0.180

xcode.syntax.identifier.macro

1.000 1.000 0.400

xcode.syntax.identifier.macro.system

1.000 1.000 0.400

xcode.syntax.identifier.type

0.651 0.886 0.180

xcode.syntax.identifier.type.system

0.651 0.886 0.180

xcode.syntax.identifier.variable

0.000 1.000 1.000

xcode.syntax.identifier.variable.system

0.000 1.000 1.000

xcode.syntax.keyword

0.800 0.659 0.412

xcode.syntax.number

0.682 0.506 1.000

xcode.syntax.plain

0.973 0.973 0.941

xcode.syntax.preprocessor

0.459 0.443 0.369

xcode.syntax.string

0.847 0.161 0.224

xcode.syntax.url

1.000 1.000 0.400

xcode.syntax.url.mail

1.000 1.000 0.400

fonts

xcode.syntax.attribute

monaco - 12.0

xcode.syntax.character

monaco - 12.0

xcode.syntax.comment

monaco - 12.0

xcode.syntax.comment.doc

monaco - 12.0

xcode.syntax.comment.doc.keyword

monaco - 12.0

xcode.syntax.keyword

monaco - 12.0

xcode.syntax.number

monaco - 12.0

xcode.syntax.plain

monaco - 12.0

xcode.syntax.preprocessor

monaco - 12.0

xcode.syntax.string

monaco - 12.0

xcode.syntax.url

monaco - 12.0

為Xcode自定義主題

我們知道,在xcode的 developer library privateframework xcodeedit.framework resources目錄下預設有幾個主題,如下 但是這些預設的主題可能不是我們所喜歡和熟悉使用的,如果你想定製自己的主題,在這個目錄下面放置自己定義的主題配置檔案即可...

為Xcode自定義主題

我們知道,在xcode的 developer library privateframework xcodeedit.framework resources目錄下預設有幾個主題,如下 但是這些預設的主題可能不是我們所喜歡和熟悉使用的,如果你想定製自己的主題,在這個目錄下面放置自己定義的主題配置檔案即可...

為Luci新增自定義主題

最近打算對openwrt中做一些ui上的定製,研究了一下luci自定義主題,在這裡記錄一下.我是直接在路由器上操作的,所以這裡只是說明如何直接在執行著openwrt的路由器上修改luci主題。自定義luci的主題主要要修改的有3個地方 1 靜態資源 樣式表,js檔案 luci將網頁的靜態資源都放在 ...